@import url(layout.css);
@import url(text.css);
html	{
	margin:0px;
	padding: 0px;
}

body	{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #DDDDDD;
	font-size: smaller;
	font-family: arial, verdana, helvectica, sans-serif;
	/*background: #ffffff url(../images/bg.jpg) repeat;
	background-color: #FFF5D8; 
	background-attachment:fixed;*/
}

img {
	padding: 0px;
	margin: 0px;
}

#Bannerprt	{
	display:none;
}

form {
	padding: 5px 5px 5px 5px;
	margin: 1px;
}

/* Print style ============================================================== */
@media print {
#news, #links, #toplinks, #topsearch, #Banner, #post {
 	display:none;
}

#content	{
	width: 760px;
	padding-left: 0px;
	float:right;
	background-color: #FFFFFF;
	text-align: left;
}
#Bannerprt {
	width: 760px !important;
	height: 63px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background-attachment:fixed;
  	display: block;
	border-bottom: 1px solid #CC6600 /*#996600;*/;
}

#Footertxt	{
	width: 755px !important;
	margin: 0px;
	padding: 0px;
	float: right;
	clear:both;
	display: block;
	border-top: 1px solid #CC6600 /*#996600;*/;
}

}

/* Special hidden access top of <body> ============================================================== */

#hidden {
	position:absolute;
	left:-999px; 
	width:990px; 
}

.hidden {
 	position:absolute;
	left:-999px;
	width:990px;
 } 

#main {/*refers to main content page, 'm' is the access key*/

}
