body {
	margin:0px;
	padding:0px;
	background: url(../img/mainbg.jpg) repeat-x top left;
	font-family:Arial;
	font-size:12px;
	color:#333;
	line-height:18px;
}

a, a:link, a:active, a:visited { color:#2997a5; text-decoration:none; font-weight:bold; }
a:hover, a:visited:hover { color:#c36602; text-decoration:none; }

h1 { font-size:24px; color:#ececec; }

#master { 
	width:1050px;
	height: 1200px;
	background: url(../img/subpagebg.jpg) repeat-x top left;
}

#header { text-align:left; }
#navrow { width:1050px; height:25px; overflow:hidden; position:relative; top:2px; right:0px;  }
#content { width:1050px; overflow:hidden; }

#leftnav { float:left; width:300px; height:800px; text-align:left; z-index:10; position: relative; }
#rightcontent { float:left; width:650px; text-align:left; margin-top:40px; z-index:100; position: relative; }

#footer { margin: 40px 0 60px 0; font-family:Arial; font-size:11px; color:#999; text-align:left; height:150px; }