html, body{ 
	background-color:#ff7800;
	color: #000000;
	font: 11px arial;
	margin:0px;
	padding: 0px;
	font-link: #ff7800;
	height:100%;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

form {display: inline;}

#website {  width:940px; margin:auto; height:100%; }
#mainleft {  float:left; width:320px; background-image:url(../images/bg_left.png); height:100%; }
#maincenter { float:left; width:300px; background-color:#FFFFFF; height:100%; text-align:center; }
#mainright {  float:left; width:320px; background-image:url(../images/bg_right.png); height:100%;}

.font1 { font-size: 11px; font-weight: bold; }
.font2 { font-size: 11px; font-weight: bold; color: #ff7800; }

.clear {clear:both; height:0px; line-height:0px; font-size:0px; }
.half {height: 5px; line-height: 5px; font-size:5px; width:1px; }

