body {
	background:#EEDB51 url(../images/mainbg.jpg);
	background-repeat:no-repeat;
}

HTML {
	height:99%; 
	margin:0px;
	padding:0px;
}

H1 {
	font-size:18pt;
	font-weight:500;
	text-align:center;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background:#FAF8CC;
	font-family:comic sans;
}	
 
.main {
	padding-left:0px;
	padding-top:90px;
	text-align:left;
}

#content {
	margin-left:15%;
	margin-bottom:0px;
}
 
#footerImg {
	margin-left:-15px;
	float:left;
	margin-top:-150px;
}

#td1 {
	position:relative;
	top:-12px;
	right:-20px;
}

#td2 {
	position:relative;
	top:-24px;
	right:-20px; 
}

#textarea {
	width:610px;
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	display:block;
}

#textdiv {
	height:95px;
	width:600px;
	border-bottom:1px solid gray;
}
 
#top{
	background:url(../images/contentTOP.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:40px;
	padding-left:30px;
}
 
#middle {
	background:url(../images/contentMIDDLE.png);
	background-repeat:repeat-y;
	height:760px;
	padding-right:15px;
	padding-left:30px;
}
 
#bottom {
	background:url(../images/contentBOTTOM.png);
	background-repeat:no-repeat;
	height:45px;
}

#top, #middle, #bottom {
	width:685px;
}

ul {
	margin-top:1px;
}

#sddm {	
	padding-left:10px;
	margin-left:5px;
	z-index: 30;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;
}

#sddm li a {	
	display: block;
	margin: 0 0 0 0;
	padding: 4px 8px;
	width: 65px;
	background: #6D7B8D;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:2px solid white;
	border-left:2px solid white;
	border-top:1px solid white;
	font-family:Trebuchet MS1, Helvetica, sans-serif;
}

#sddm li a:hover {
	background: #DFC599;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 12px arial;
}

#sddm div a:hover {
	background: #A0CFEC;
	color: #FFF;
}

#sections {
	border-bottom:1px solid gray;
	height:150px;
	width:500px;
}

