@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #333;
	background-color: #121212;
	background-image:url(../media/images/background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0 auto;
	background-position: top;
	padding: 0;

}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:30px;
	font-weight:100;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:100;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:14px;
	font-weight:100;
}
a {
	color:#039;
}
a:hover {
	color:#600;
}
#header {
	height: 85px;
	width: 850px;
	margin: 0 auto 10px auto;
	border-bottom:#ccc solid 1px;
}
#header_logo {
	float: left;
	margin: 25px 0 0 0;
}
#header_links {
	float: right;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 45px 0 0 0;
}
#header_links a {
	color: #CCC;
	padding: 0 5px;
	text-align:right;
	text-decoration:none;
}
#header a:visited {
	color: #CCC;
}
#header_links a:hover {
	color: #FC0;
}
#wrapper {
	margin: 0 auto;
	width: 850px;
	background-image:url(../media/images/wrapper_background.jpg);
	background-repeat:repeat-y;
}
#photo_header {
	padding: 10px 0 0 0;
}
.photo_header {
	margin: 0;
	padding: 0;
}
#content {
	padding: 25px;
}
#front_image {
	float:right; 
}
#front_image img {
	margin: 8px;
	padding: 8px;
	border: dotted #333 thin;
}
#footer {
	height: 85px;
	width: 850px;
	margin: 10px auto 10px auto;
	border-top:#ccc solid 1px;
	text-align:center;
	color: #CCC;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 30px;

}
#footer a {
	color: #CCC;
	text-decoration:none;
}
#footer a:visited {
	color: #999;
}
#footer a:hover {
	color: #FC0;
}
.footer_links {
	padding: 15px;
	color: #CCC;
}
