﻿html {
	background: #404040;
	scrollbar-face-color: #ffd42b;
	scrollbar-highlight-color: #404040;
	scrollbar-3dlight-color: #404040;
	scrollbar-darkshadow-color: #404040;
	scrollbar-shadow-color: #404040;
	scrollbar-arrow-color: #404040;
	scrollbar-track-color: #404040;

}
body {
	background-image: url(layout_img/top_layout3.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 500px 0px;
	margin: 0px 0px 0px 0px
}


#content {
	position:absolute;
	left: 10px;
	top: 210px;
	width: 794px;
	font: 60% Arial, Helvetica, san-serif;
	line-height: 1.1;
	color: black;
}

#content a{
	color: #ffd42b;
	text-decoration: none;
}

#content a:visited{
	color: #ffd42b;
	text-decoration: none;
}


#content a:hover{
	color: white;
	text-decoration: none;
}


h1{
	font-weight:normal;
	font-family:Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #ffd42b;
}

u{
	color: #ffd42b;
	text-decoration: none;
}

b{
	color: #ffd42b;
	text-decoration: none;	
}


