﻿body {
	background:black;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:black;
}

#container {
	width:970px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#b38f00;
}

#header {
	height:80px;
	background:url(images/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:10px solid #77a13d;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
background:#ffe680;
	width:950px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#content2 {
background:#b38f00;
height:100%;
	color:#fff;
	width:710px;
	padding:10px;
	float:right;
font-size:12pt;
}

#logo {
	background:url(images/dna.jpg) top left repeat-x #ffe680;
	width:122px;
	height:40px;
	float:left;
}

#az {
background:#ffe680;
	width:828px;
	height:20px;
	padding:10px;
	float:right;
}

.stats {
line-height:0;
font-size:12pt;
	margin:10px;
	float:left;
	display:inline;
}

#photos {
	width:930px;
	position:relative;
	padding:10px;

}

.imgbox {
	margin:10px;
	float:left;
	display:inline;
}

.imgbox img {
	border:1px solid #77A13D;
}

.imgbox a {
	text-decoration:none;
}

.imgbox2 {
	margin:10px;
	float:center;
	display:inline;
}

.imgbox2 img {
	border:1px solid #77A13D;
}

.imgbox2 a {
	text-decoration:none;
}


#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
	
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}
.widget {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#ffcc00;
	padding:10px;
	color:#000;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}


