@charset "UTF-8";

* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(/images/background_wrapper2.jpg) top center repeat-y scroll;
}
#wrapper {
	width: 100%;
}
#header {
	width: 100%;
	height: 270px;
	background: transparent url(/images/background_header2.jpg) top center no-repeat scroll;
}
#container {
	width: 755px;
	margin: 0px auto 100px;
	background: transparent url(/images/content_background.jpg) top left repeat-y scroll;
}
#content {
	width: 715px;
	padding: 0px 20px;
}
#content p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
#topnav {
	width: 735px;
	padding: 10px;
	background: transparent url(/images/content_top.jpg) top left no-repeat scroll;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	line-height: 18px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
#topnav a {
	text-decoration: none;
	color: #999999;
}
#topnav a:hover {
	color: #000000;
}
#topnav span {
	padding: 10px 10px 0px;
}
h1.page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin: 0px 0px 15px;
}
.left {
	float: left;
	margin: 0px 10px 5px 0px;
}
.right {
	float: right;
	margin: 0px 0px 5px 10px;
}
.center {
	display: block;
	margin: 10px auto;
}
.content-photo {
	padding: 3px;
	border: 1px solid #cccccc;
}
#content-footer {
	width: 735px;
	padding: 10px;
	background: transparent url(/images/content_bottom.jpg) bottom left no-repeat scroll;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	border-top: 1px solid #cccccc;
	margin: 40px 0px 0px;
}
