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

/* TAGS */

ul, li {
	padding:0;
	margin:0;
	}

body {
	margin:0;
	padding:0;
	background-color:#E0DEC2;
	background-image:url(images/bkg.gif);
	background-position:left;
	background-repeat:repeat-y;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	}
	
h1 {
	font-size: 20px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin:0;
	text-transform:uppercase;
	letter-spacing: 3px;
	}
	
h2 {
	font-size: 10px;
	font-weight:normal;
	color: #999;
	margin-bottom: 5px;
	}
	
h1+h2 {
	margin-top: 8px;
	}
	
h3 {
	font-size: 14px;
	font-weight:normal;
	color: #333;
	margin: 0 0 10px 0;
	background-color: #6cc;
	}
	
h4 {
	font-size: 14px;
	font-weight:normal;
	color: #333;
	margin: 0;
	}
	
h5 {
	font-size: 10px;
	font-weight:normal;
	color: #777;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
p {
	margin: 0 0 20px 0;
	}
	
img+p, img+h4 {
	margin-top: 22px;
	}
	
p+h3, ol+h3, p+h4, p+img, img+h3 {
	margin-top: 30px;
	}
	



hr.clear {
	clear:both;
	visibility:hidden
}
	
/* DIVS */

#col1 {
	width: 280px;
	position:fixed;
	}
	
#col1 ul {
	list-style:none;
	}
	
#logo {
	padding: 20px 0 20px 33px;
	border-bottom: 1px dashed #888;
	}
	
#numbers {
	float:left;
	width: 26px;
	padding: 26px 0 0 18px;
	font-size:9px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	}
	
#names {
	width: 206px;
	padding-top: 26px;
	float: left;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #936;
	}
	
#names li a, #names li a:visited {
	text-decoration:none;
	color:#777;
	}
	
#names li a:hover {
	color: #c60;
	}

	
#tabs {
	float:left;
	}

#tab_number {
	width: 30px;
	height: 24px;
	margin: 26px 0 3px 0;
	padding-top:6px;
	font-size:14px;
	color: #f9c;
	background-color: #936;
	text-align:center;
	}

.tab {
	width: 30px;
	height: 24px;
	padding-top:6px;
	font-size: 14px;
	color: #f96;
	background-color: #c60;
	text-align:center;
	display:block;
	}
	
.tab a, .tab a:visited {
	text-decoration:none;
	color: #f96;
	}
	
.tab a:hover {
	color: #fff;
	}
	
#tab_right {
	position: fixed;
	float:left;
	margin:159px 0 0 930px;
	}
	
#page {
	width: 650px;
	float: left;
	padding: 0;
	margin: 40px 0 150px 280px;
	background-color:#fff;
	}
	
#pagehead {
	width: 550px;
	margin: 0;
	padding: 53px 0 5px 100px;
	border-bottom: 1px dashed #888;
	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
	}
	
#pagecontent {
	margin: 15px 100px 20px 100px;
	padding-bottom:20px;
	font: 14px/21px Georgia, "Times New Roman", Times, serif;
	}
	
#pagecontent li {
	font-size: 12px;
	line-height:12px;
	}
	
#pagecontent li {
	margin: 4px 0;
	padding:0;
	}
	
#page a, #page a:visited {
	text-decoration:none;
	color: #c60;
	}
	
#page a:hover {
	background-color: #f9c;
	}
	
#pageend {
	width: 650px;
	height: 1px;
	float:left;
	}

#foot {
	width:2000px;
	position:fixed;
	bottom: 0px;
	background: #333;
	color: #ccc;
	float:left;
	overflow:hidden;
	}
	
#foot a, #foot a:visited {
	text-decoration:none;
	color: #f9c;
	}
	
#foot a:hover {
	color: #c60;
	}
	
#foot_a {
	float: left;
	padding: 5px 9px;
	font-size: 9px;
	}
	
#foot_a a{
	margin: 0 6px;
	}
	
#foot_b {
	float: left;
	font-size: 9px;
	border-left: 1px solid #e0dec2;
	padding: 6px 15px 5px 15px;

	}
	
/* CLASSES */

.caption {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	margin-top: 5px;
	}




