body, html { width: 100%; height: 100%; }
body {background:url(../images/diag.png) top 100%;}
#hdr {
	position:relative;
	width:100%;
	height:65px;
	padding:0px;
	margin:0px;
	z-index:10;
	background-color: #e2dfc2;
}
#outer_bg {
	position:relative;
	padding:12px;
	padding-top:0px;
	top:0px;
	border:1px solid #b4b695;
	width:1024px;
	margin:0px;
	z-index:1;
}
#logo {
	position:relative;
	float:left;
	width:500px;
	height:62px;
	z-index:2;
}
#vid_top {
	position:relative;
	float:left;
	margin:10px;
	padding:10px;
	width:640px;
	height:430px;
	border:1px solid #c4c3a5;
	background-color:#fbfaf4;
	z-index:20;
}

#siteinfo {
	position:relative;
	float:right;
	padding-top:5px;
	line-height:10px;
	top:10px;
	width:243px;
	height:25px;
	padding-right:15px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#47530b;
 	z-index:22;
	}
#siteinfo a 		{text-decoration:none;	color:#47530b;}
#siteinfo a:hover 	{background-color:#FFC;	}
#outer_top {
	position:relative;
	float:left;
	padding:0px;
	width:1022px;
	margin:0px;
	margin-bottom:15px
	border:1px solid #e6e5da;
	background-color:#fbfaf4;
	z-index:20;
}
/* Articles */ 
#article{
	position:relative;
	float:left;
	margin:10px;
	padding:10px;
	width:640px;	
	border:1px solid #c4c3a5;
	background-color:#FFF;
	z-index:20;
}
.article_title
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#7f8874;
	}
.article_author
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#690;
	font-weight:normal;
	}
.article_descr
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
	}

/* Newsletter signup */
#esignup {
	float:right;
	margin:10px;
	margin-right:0px;
	padding:0px;
	width:297px;
	height:270px;
	border:1px solid #b6b69c;
	z-index:20;
	background-color:#eef4b1;
	background:url(../images/sign_bk.jpg) repeat-x bottom;
	padding:0px;
}
#einside
	{
	padding:5px;
	background:url(../images/sign_bk.jpg) repeat-x bottom;
	position:relative;
	height:100%;
	width:100%;
	z-index:22;
	}

.lblsign
{
	background:url(images/sign.png) repeat-x;
	background-color:#FFFFCC;
	border:1px solid #9f953e;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
	text-align:center;
	width:90%;
	height:25px;
}
.section label{
	float:left;
	width:80px;
	margin-left:5px;
	margin-right:2px;
	display:inline-block;
	padding-top:3px;
	padding-bottom:5px;
	background-color:#dfe2d3;
	padding:5px;
}


#lbl_container {
	width:100%;
	float:left;
	padding:5px 0;
	min-height:20px;
}


/* Sidebar News */
#news {
	position:relative;
	float:left;
	margin:10px;
	margin-right:0px;
	padding:0px;
	width:297px;
	height:157px;
	border:1px solid #b6b69c;
	z-index:20;
	padding:0px;
	background:url(../images/headers.jpg) repeat-x top #FFF;
}
#newsupdates 
	{
	margin-top:40px;
	width:96%;
	padding:4px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	Verdana, Lucida, Geneva, Helvetica, 
	Arial, sans-serif;
	background-color: #FFF;
	color: #333;
	overflow; none;
	}

#newsupdates ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#newsupdates li 
	{
	border-bottom: 1px solid #eee;
	margin: 0;
	}
#newsupdates li a 
	{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #f9f8f3;
	color:#669933; 
	text-decoration: none;
	width: 100%;
	}

html>body #newsupdates li a 
	{
	width: auto;
	}

#newsupdates li a:hover {
	background-color: #f6facb;
	color: #693;
	}

/* Bottom Corp */
#corp {
	float:left;
	left:0px;
	margin-top:45px;
	width:1023px;
	height:250px;
	z-index:2;
	border-top:1px solid #333;
	border-bottom:1px solid #FFF;
	background:url(../images/dn_shad.png) repeat-x #e2e2d9;
	}

/*Comment boxes */

.commentbox{
	background-color: #FFFFFF;
	border-top:1px solid #FF9900;
	border-bottom:1px solid #eeeeee;
	width: 100%;
	padding: 10px;
	background-image:url(../images/yel_grad.gif);
	background-repeat:repeat-x; 
	z-index:200;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	text-align:left;
}

.commentfooter{
background: url(../images/comment_arrow.gif) 0px 0px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/ padding-left: 58px;
padding-top:5px;
top:-1px;
height:20px;
margin-bottom: 2em;
font-size: x-small;
font-family:Arial, Helvetica, sans-serif;
color: #4A4A4A;
z-index:400;
text-align:left;
}


