body {
	margin-left: 0px;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link,a:visited,a:active {
	color: #FF0000;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration:underline;
}

#main {
	width: 980px;
	background-image: url(../images/bg_liner.png);
	border-right-color: #669900;
	border-right-style: dashed;
	border-right-width: 1px;
	border-bottom-color: #669900;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#logo {
	width: 980px;
	height: 120px;
	padding: 0px;
	}

#top {
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
	text-indent:3em;
}

#mainbody {
	padding: 10px 50px;
	}

#bottom {
	text-align:center;
	padding:10px;
	}

.title {
	float:left;
	width:400px;
	border-bottom-color:#669900;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-indent:5em;
	padding:15px 0px 5px 0px;
	font-weight:bold;
}


.content {
	text-indent:2em;
	line-height:150%;
	width: 700px;
	position:absolute;
	float:right;
	padding:10px;
}


