body{ 
	background : #999933;
}
.title{	
	margin-left: 18px;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 15px; 	
	color: #ffffff;
	}
.text{
	color: #000000; 
	text-decoration: none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-weight: normal;
	}
div#main {
	position: absolute; 
	margin-left: 0px;
	padding-left: 90px;
	padding-top: 260px;
	left: 30%;
	top: 15%;
	width: 99%; 
	height: 99%;
	overflow: static;
	z-index: 1;
	border-left-color : #cc3333;
	border-left-style : solid;
	border-left-width : 10px;
	border-top-color : #cc3333;
	border-top-style : solid;
	border-top-width : 10px;
	background-color : 999933;
}
div#content{
	position: absolute; 
	margin-left: 0px;
	padding-left: 80px;
	left: 90px;
	top: 60px;
	width: 200px; 
	height: 100px;
	padding-right: 0px;
	padding-top: 0px;
	overflow: static;
	z-index: 2;
	background: #cc3333;
}
div#title{
	position: absolute; 
	margin: 0px;
	padding-left: 0px;
	left: -110px;
	top: 110px;
	width: 300px; 
	height: 50px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 3;
	background: #003366;
	}
a:link {  
	color:#ffffff; 
	text-decoration: none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-weight: normal;
	}
a:visited { 
	color:#ffffff; 
	text-decoration: none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-weight: normal;
}
a:hover {  
	color: #cc3333; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-weight: bold
}