* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	color: #7b888b;
}
a {
	color:#1c92ac;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#1c92ac;
	font-size:12px;
	text-decoration:none;
}
#container {
	width: 867px;  
	background: #FFFFFF;
	margin: 0 auto; 
	padding:0 10px;
}
#header {
	height:431px;
	background:url(images/headerBackground.jpg) no-repeat right top;
}
.headerPic {
	background:url(images/headerPic.jpg) no-repeat left top;
	width:188px;
	height:377px;
	float:left;
}
.headerContent {
	margin-left:210px;
}
.logo {
	padding:10px 0 0 0;
	color:#fccc00;
	font-size:48px;
}
.author {
}
#mainContent {
}
h1 {
	color:#fa8e33;
	font-size:18px;
	font-weight: bold;
	padding:0 0 10px 0;
}
h2 {
	color:#f455a7;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}
#footer {
	padding-bottom: 20px;
}
#footer p {
	text-align:center;
}
.horSeparator {
	border-bottom:1px dotted #7cb40d;
	margin:20px 0;
}
.picContainer {
	width:247px;
	float:left;
	padding:0 20px;
}
.picPreview {
	padding:30px 0 30px 0;
}
.clearer {
	clear:both;
}
/*begin menu*/
#navcontainer { 
	width: 134px;
	padding:20px 0 0 0;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 134px;
	background: url(images/menu.jpg);
	border-bottom: 1px solid #ffffff;
	font-size:14px;
	font-weight:bold;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	font-size:14px;
}
#navcontainer a:hover {
	background: url(images/menuActive.jpg);
	color: #fff;
	font-size:14px;
}
#navcontainer #active a {
	background: url(images/menuActive.jpg);
	color: #fff;
	font-size:14px;
}