body {
	margin:0;
	padding:0;
	width: 5000px;
	height: 509px;
	color:#777; 
	font: 62.5%/150% Tahoma, Sans-Serif;
	background:#111; 
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

#page {	height: 509px; }

#content {
	height: 509px;
	font-size: 1.1em;
	background: #111 url(img/bg.jpg) repeat-x;
	padding: 0;
}

#header {
	float: left;
	height:509px;
	width:730px; 
	background:url(img/header.jpg) no-repeat scroll center top;
	padding:0;
}

#header h1 {font-size: 2.0em;}
#header h2{ 
	font-size: 1.1em;
	padding: 50px 0 0 465px;
}

#menu {	margin: 200px 0 0 420px; }
#menu ul {	list-style: url(img/rightsmall.png); }
#menu a{
	text-decoration: none;
	color: #103b5e;
}
#menu a:hover{
	text-decoration:underline;
	font-weight:bold;
}


#content h4 {font-size: 1.2em;}

.post {
	margin: 50px 30px 0 0px; 
	padding-left: 90px; 
	float: left; 
	width: 380px;	
	height: 350px;
	position: relative;
	background:url(img/post_bg.png) 80px 0 no-repeat;
}
.post h3 {  
	margin: 20px 0 0 20px;
	width: 300px;
	color: #E09079;
	font-weight: bold; 
	font-size: 15px; 
	text-align: center;
}
.postcontent {
	margin: 20px 0 0 22px;
	padding-left: 8px;
	width: 330px;
	height: 270px;
}
.postcontent a {
	color:#103b5e;
	text-decoration:underline;
}
.postcontent a:hover { text-decoration:none; }

.alt {	background: url(img/post_bg_alt.png) 80px 0 no-repeat; }


p.backlink a{
	margin-top: -5px;
	margin-left:20px;
	padding-left: 20px;
	border-bottom:none;
	color: #103b5e;
	background: url(img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}
p.baclink a:hover { text-decoration:underline; }

#arrows {
	position: fixed;
	top: 430px;
	left: 650px; 
	width: 120px;
	height: 100px;
	cursor: pointer;
}
#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}
#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 60px;
	height: 50px;
}
#arrows ul li a{
	margin-right: 0px;
	float: left;
	display: block;
	width: 60px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}
#arrows ul #left a {background: transparent url(img/leftarrow.png) no-repeat;}
#arrows ul #right a {background: transparent  url(img/rightarrow.png) no-repeat;}


#footer {
	width: 578px;
	height: 509px;
	float: right;
    background: url(img/footer.jpg) no-repeat;
	padding:0;
	color:111;
}	
#footer h3{
	color: #FFFFFF;
	text-decoration: none;
	padding:40px 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}
#footer a{ 
	color: #22b1e1;
	text-decoration: none;
 }
#footer a:hover { text-decoration:blink; } 
