

html {
	background: #FFFFFF;
	cursor : default;
}

body {
	background: #FEFEFE;
     	border-top: 1px dashed #FFA000;
	border-bottom: 1px dashed #FFA000;
	color: black;
	font: 12px Verdana, Arial, sans-serif;
	margin: 10px;
	margin-top: 20px;
	width: 800px;
	height : 550px;
}

a {
	color: white;
	font: 12px Verdana, Arial, sans-serif;
	text-decoration: underline;
}

#header1{
	color: gray;
	font: 9px Verdana, Arial, sans-serif;
	position: absolute; 
	width: 800px;
	top: 7px;
}

#footer1{
	color: gray;
	font: 9px Verdana, Arial, sans-serif;
	position: absolute; 
	width: 800px;
	top: 575px;
}

.leftmenu {
	position: absolute; 
	left: 60px;
	width: 86px;
	height : 20px;
	padding-left: 2px;
	padding-top: 3px;
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, sans-serif;
	text-decoration:none;
      cursor : pointer;
}

#leftmenu1{
	top: 60px;
	background: #FFD000;
}

#leftmenu2{
	top: 85px;
	background: #DFA000;
}
#leftmenu3{
	top: 110px;
	background: #0088FF;
}
#leftmenu4{
	top: 135px;
	background: #00D000;
}
#leftmenu5{
	top: 160px;
	background: #007733;
}

#leftmenu_padding{
	top: 185px;
	height: 172px;
	background: #FFD000;
	cursor : default;

}

.section {
	color: white;
	width: 300px;
	height : 300px;
	position: absolute; 
}

#section_topic {
	top: 60px;
	left: 150px;
	width: 298px;
	height : 20px;
	padding-left: 2px;
	padding-top: 3px;
	font: bold 12px Verdana;
	color: #FFFFFF;
	text-transform: uppercase;
}
#section_topic_image {
	top: 85px;
	left: 150px;
	height: 83px;
	
}
#section_topic_description {
	top: 170px;
	left: 150px;
	width: 294px;
	height : 184px;
	padding: 3px;
	font: 12px Verdana;
	text-align:justify;
	line-height:1.5;
}


#section_image {
	top: 60px;
	left: 451px;
}

#section_logo {
	top: 515px;
	left: 750px;
      width: 50px;
	height : 50px;

}


#section_description {
	top: 361px;
	left: 60px;
	padding: 10px;
	width: 671px;
	height : 150px;
	font: 12px Verdana;
	text-align:justify;
	line-height:1.5;
}

