@charset "utf-8";
/* CSS Document */

/*Reset and common styles*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}

ul,li
{
list-style:none;	
}

body {
	background-color:#5b5a60;
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat;
	
	margin-top:100px;
	
	font-family: Tahoma, Geneva, sans-serif;
	color: #3C3C3C;
	font-size: 12px;
}
a {
	color: #3C3C3C;
	text-decoration:none;
}
a:hover {
	color: #03CCFF;

}
img {
	border:none;
}
h2 {
	font-size: 17px;
	color:#39C;
	font-weight: normal;
}
#wrap {
	width:976px;
	height:549px;
	margin:0 auto;	
	background-image:url(../img/bg_interior.png);
	background-repeat:no-repeat;
	
	padding-top:80px;
	padding-bottom:80px;
	padding-left:12px;
	padding-right:12px;
	
	overflow:hidden;
}
#navigation {
	width:200px;
	height:549px;
	
	text-align:center;
	padding-left:68px;
	padding-right:68px;
	float:left;
}
#navigation li {
	height:67px;
	line-height:67px;
}
#navigation li:first-child {
	height:97px;
	line-height:67px;
}
#navigation li:last-child {
	height:67px;
	line-height:16px;
	
	position:relative;
	top:100px;
}
#content {
	width:592px;
	padding-right:48px;
	
	height:549px;
	float:right;
}
#content p {
	clear:both;
	
	line-height:18px;
	
	margin-bottom:18px;
}
#content li {
	float:left;
	
	margin:7px;	
	background-color:#f5f6f6;
}
#content li a {
	background-color:#f5f6f6;
	/*height:103px;*/
	width:120px;
	padding:6px;
	border:1px solid #c1c1c1;
	display:inline-block;
	
	color: #3C3C3C;
	font-size:11px;
	text-align:center;
	
	opacity:0.9;
}
#content li a:hover {
	opacity:1;	
}
#updated {
	width:970px;
	margin:0 auto;
	
	text-align:right;
	padding-bottom:30px;
	padding-right:30px;
	
	position:relative;
	top:-13px;
	
	color:#fff;
}
#mugshot {
	/* for firefox, safari, chrome, etc. */
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);	
	
	position: relative;
	top:-33px;
	left:96px;
}
.bold {
	font-weight:bold;
}
.simple_spacer {
	height:30px;
	width:100%;
	display:block;
}