/*  ------- PEAI Stylesheet   ----*/ 

body{ 
	width: 1000px;
	margin: 0 auto;
	background: url(../images/stars.jpg) repeat;
	color: #000;
	font:.95em Tahoma;
	line-height: 1.3em; 
	text-align:center;
}

#center{
	margin: 0 auto;
	width: 1000px;
	text-align:left;
}

a:link,
a:active, 
a:visited{ 
	color: #8AC5EE; 
	text-decoration: underline; 
}
a:hover{ 
	color: #fff; 
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #999;
}

#logostrip{ 
	width: 1000px;
	margin: 0 auto;
	height: 103px;
	background: url(../images/PEAI_Logo.png) repeat-x left top;
}

#logostriptext{ 
	height: 103px;
	text-align: left;
	line-height: .6em;
	color: #8AC5EE;
	padding: 0;
}

#submenu{ 
	width: 1000px;
	margin: 0 auto;
	background: transparent url(../images/nav.gif);
	height: 35px;
	text-align: right;
}

#submenu_left a {
	float: left;
}
	
#submenu_right a {
	float: right;
}
	
#submenu a {
	display: block;
	padding: 7px;
	text-decoration: none;
}
	
#submenu a:hover {
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

.post_top {
	width: 1000px;
	height: 10px;
	border-top:1px solid #887846;
	margin: 0 auto;
	background: url(../images/post_top.gif) repeat-x; 
}

.post {
	width: 1000px;
	margin: 0 auto;
	background:#232323; 
	border:1px solid #594D3F; 
	font:.95em Tahoma;
	line-height: 1.4em;
	color: #D5C4A9;
}

.post2 {
	width: 1000px;
	margin: 0 auto;
	background:#232323; 
	font:.95em Tahoma;
	line-height: 1.4em;
	color: #D5C4A9;
}

.post_body { 
	background:#232323;
	padding:4px 20px 15px 20px;  /top,right,bottom,left
}

.post_body2 { 
	padding:4px 0px 15px 0px;  /top,right,bottom,left
}

.post_bottom {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/post_bottom.gif) repeat-x;
	margin-bottom:10px; 
	padding: 7px 0 0 0;
}

.post h1 {
	margin:0px; 
	font-size:15px;
	color:#D5A13F; 
}

.post2 h1 {
	margin:0px; 
	font-size:15px;
	color:#D5A13F; 
}

.post h2 {
	margin:0px; 
	font-size:13px;
	color:#D5A13F; 
}

.post2 h2 {
	margin:0px; 
	font-size:13px;
	color:#D5A13F; 
}

.navbox { 
	background:#222325; 
	border:1px solid #494848; 
	margin-bottom:20px; 
	font-size:10px;
}

.navbox h3 {
	background:url(../images/nav.jpg) repeat-x; 
	padding:0px 5px 5px 5px;
	margin:0; 
	font-size:12px;
	color:#D5E5EB; 
}

img{
	border: 0; /* makes sure linked images do not have a border */
	vertical-align: middle;
}

img.right {
	float:right;
	margin: 3px 0px 5px 10px;
}
img.left {
	float:left;
	margin: 3px 10px 5px 0px;  
}

#sidebar1 {
	background:#232323;
	float: left;
}

#sidebar2 {
	background:#232323;
	float: right;
}

.sidebar {
	background:#232323;
	float: left;
	width: 200px;
	padding:0px 0px 15px 0px;  /top,right,bottom,left
}

#content {
	background:#232323;
	float: left;
	width: 580px;
}

#content2 {
	background:#232323;
	border-bottom:1px solid #887846;
	float: left;
	width: 990px;
	padding:2px 0px 5px 10px;  /top,right,bottom,left
}
