body{
	background: url(images/body_bg.gif) repeat;
	font:80% Arial, Helvetica, Sans-Serif;
	color:#555;
	line-height:180%;
	margin:0;
	padding:0;
	text-align:center;
}
h1{
	font-size:200%;
	font-weight:normal;
	margin:0;
	padding-left:23px;
	padding-top:127px;
	color:#FFFFFF;
}		
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
}	
h2{            
	font-size:160%;
	letter-spacing:2px;
}	
h3{          
	font-size:140%;
}
h4{          
	font-size:120%;
}				
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	color:#d8e6ec;
	text-decoration:underline;
}							
p{
	margin:1em 0;
}
.bold {
	font-weight:bold;
	width:450px;
	display:inline;
}	
#navigation a{
	text-decoration:none;
	color:#555;
}
#navigation a:hover{
		color:#fff;
		text-decoration:underline;
}							
#container{
	position:relative;
	margin:0 auto;
	width:780px;
	text-align:left;
	background:url(images/bg.jpg) repeat-y;
}
#container_wide{
	position:relative;
	margin:0 auto;
	width:780px;
	text-align:left;
	background:url(images/bg_wide.jpg) repeat-y;
}
#header{
	height:184px;
	background:url(images/header.jpg) no-repeat 0 0;
}
#header_wide{
	height:184px;
	background:url(images/header_wide.jpg) no-repeat 0 0;
}					
#content{
	padding:0px;
}
	
#main {
	position:relative;
	top:0px;
	left:240px;
	width:500px;
}
#main_wide {
	position:relative;
	top:0px;
	left:25px;
	width:700px;
}
#spacer_left_nav {
	position:absolute;
	top:184px;
	left:opx;
	width:19px;
	height:603px;
	background:url(images/spacer_left_nav.jpg) no-repeat;
}
#navigation {
	position:absolute;
	left:19px;
	top:184px;
	width:182px;
	height:292px;
	background:url(images/navigation.jpg) no-repeat;
	font-size:16px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
#navigation ul {
	position:absolute;
	left:5px;
	list-style:none;
	padding:0px;
	margin:0px;
}
#spacer_left_main {
	position:absolute;
	left:201px;
	top:184px;
	width:27px;
	height:603px;
	background:url(images/spacer_left_main.jpg) no-repeat;
}
#nav_space {
	position:absolute;
	top:459px;
	left:19px;
	height:28px;
	width:182px;
	background:url(images/nav_space.jpg) no-repeat;
}
#navigation2 {
	position:absolute;
	top:487px;
	left:19px;
	height:300px;
	width:182px;
	background:url(images/navigation2.jpg) no-repeat;
}
#navigation2 h3 {
	margin-top:10px;
	margin-bottom:5px;
}
#footer{
	padding-top:160px;
	padding-left:50px;
	padding-bottom:10px;
}
table {
	position:relative;
	left:0px;
	top:-8px;
	border-collapse:collapse;
	background:#EFF4FB url(images/table_grad.gif) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
}
#archives_table {
	position:relative;
	left:-12px;
}
td, th {
	padding:5px;
}
caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}
thead , tfoot th, tfoot td {
	background:#333 url(images/table_black.gif) repeat-x;
	color:#fff
}
tfoot td {
	text-align:right
}
tbody th, tbody td {
	border-bottom: solid 1px #333;
}
tbody th {
	white-space: nowrap;
}
tbody th a {
	color:#333;
}
#photos {
	position:relative;
	left:-14px;
}
#counter {
	position:relative;
	left:-410px;
	top:30px;
}
.floatleft {
	float: left;
	padding-right:20px
	}
