*
{
	font-family: "lucida grande", verdana, sans-serif;
}

body
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	background-image: url('images/bg/tile.png');
	background-position: center center;
}

img
{
	border: none;
}

p
{
	margin: 10px 0px;
	line-height: 1.5em;
}

div
{
	margin: 0;
	padding: 0;
}

#header-wrapper
{
	background-color: black;
	background-image: url('images/bg/header-bg.png');
	background-repeat: repeat-x;
	padding: 0;
	height: 100px;
}
#header
{
	margin: auto;
	width: 960px;
	text-align: center;
}

.content-wrapper
{
	-border-top: solid 1px #999;
	padding: 0;
	margin-bottom: 10px;
}

.content
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	-border: solid 1px #aaa;
}

.content-frame
{
	padding: 5px 15px;

	-moz-border-radius:5px;
	-webkit-border-radius: 5px;	
	border-radius:5px;

}

#photo-section
{
	text-align: center;
}

#photo-section img
{
	border: solid 1px #ccc;
	margin: 5px 15px;
	padding: 4px;
	background-color: white;
}

#photo-section .first,
#photo-section .last
{
	margin-left: 0px;
	margin-right: 0px;
}

#text-section .content
{
	background-color: white;
	font-size: 20px;
	border: solid 1px #eee;
}

.content.standard
{
	background-color: white;
	border: solid 1px #eee;	
}

.content.highlight
{
	background-color: #eee;
	border: solid 1px #ddd;
}

#text-content img
{
	align: right;
}

#site-menu .content
{
	font-size: 12px;
}

#site-menu a
{
	margin-left: 5px;
	font-weight: bold;
}

.hint
{
	color: #999;
	font-size: 10px;
}