#page {
	height: 635px;
	min-width: 770px;
	width:100%;
	
	}
	
* html .minwidth {border-left:770px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-770px; position:relative; float:left; z-index:2;}

#topbar {
	height: 125px;
	width: auto;
	background-image: url('images/bgbanner.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	}
#topads {
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	height: 125px;
	background-color: black;
}
	
#mainbody {

}
#login {
	width: 200px; 
	height: 100px;
	float: left;
	position: relative;
	left: 10px;
	top: 5px;
	}
	
#inputbar {
	width: 200px;
	min-height: 600px;
	padding-left: 5px;
	overflow: auto;
	float: left;
	background-image: url('images/bginput.png');
	}
	
#rightads {
	background-image: url('images/pattern.png');
	padding: 5px;
	width: 160px;
	height: 600px;
	float: right;
	}


#bod {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:10px;
	overflow: auto;
	
	}	


#foot {
	height: auto;

	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	}
	
.title {
	font-family: serif; ;
	color: #afbd20;}
.descript{font-size: 18px;
	color: #ffffff;}
.white{color: #ffffff;}
.red {color: red;}
.orange {color: #ff6505;}
.green {color:#96ff02;
			background-color:#355b00;}
.center {text-align: center;};
.side{font-size: 90%;}
.smtxt{font-size: 10px;}
.mtxt{font-size: small;}
.cntxt{margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	}
.stxt{margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	white-space: nowrap;
	}
a:visited {color: #118b11;}
a:active {color: #118b11;}
a:link {color: #118b11;}
a:hover {color: #23cb23;}
body {font-family: arial, helvetica, sans-serif;
	color: #3d4401;
	padding: 0px;
	margin: 0px;
	min-width: 100%;}
p {font-size: 14px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
li {font-size: 14px;}
	
