body {
	font-family: Times new Roman;
	font-size: 13px;
/*	text-align: center;
*/	
	background: #336601;
	
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
}
img {
	border: 0;
}
h1 {
	font-size: 18px;
	font-family: Times new Roman;
	font-weight: 600;
}
td {
	font-family: Times new Roman;
	font-size: 13px;
}
input {
	font-family: Time new Roman;
	font-size: 13px;
}	
#main {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/bckgrnd.jpg) no-repeat;
	position: relative;
	top: 0px; left: 0px;
	width: 1003px; height: 580px;
}
#logo {
	position: absolute;
	top: 0px; left: 0px;
	width: 365px; height: 152px;
	background: url(../images/logo.jpg) no-repeat;
	padding: 0;
}
#menu {
	position: absolute;
	top: 77px; left: 620px;
	padding: 0;
}
#content {
	position: absolute;
	top: 180px; left: 190px;
	width: 690px; height: 315px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
        scrollbar-arrow-color: black;
	scrollbar-face-color: #bbccaa;
	scrollbar-highlight-color: #bbccaa;
	scrollbar-3dlight-color: #bbccaa;
	scrollbar-shadow-color: darkgrey;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #bbccaa;
}
#content p {
	font-family: Times new Roman;
	font-size: 13px;
}
#myadvertising {
        position: absolute;
        top: 548px; left: 884px;
        height: 32px; width: 119px;
}
