body {
  	text-align: center;
	font-family: sans-serif;
	font-size: 12;
}

a:link {
	color: #eec800;
	font-weight: bold;
	text-decoration: none;
}


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

a:hover {
	color: gray;
	text-decoration: none;
}

h3 {
	margin-left: 15px;
}

li {
	margin-left: 20px;
}


div.container {
	width: 700px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
}

div.logo {
	width: 300px;
	height: 300px;
}


div.top_layer01 {
	width: 700px;
	height: 5px;
	background: black;
}

div.top_layer02 {
	width: 536px;
	height: 20px;
	background: #eec800;
	float: left;
}

div.top_layer03 {
	width: 14px;
	height: 20px;
	background: url(img/web/corner.jpg);
	text-align: right;
	float: left;
}

div.top_layer04 {
	width: 150px;
	height: 20px;
	background: black;
	text-align: right;
	float: left;
	color: white;
	text-align: center;
	font-weight: bold;
}

div.main {
	float: left;
	width: 700px;
	margin-top: 3px;
	background-image: url(img/web/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

div.leftbox {
	float: left;
	width: 450px;
}

div.logo {
	float: left;
	width: 150px;
	margin-top: 15px;
}

div.content {
	float: left;
	width: 400px;
	margin-top: 100px;
}

div.rightbox1 {
	float: right;
	width: 150px;
	height: 15px;
}

div.spotlight {
	position: float;
	top: 400;
	
}

div.rightbox {
	float: right;
	width: 150px;
	height: 150px;
	background-image: url(img/web/menubg.gif);
                background-repeat: no-repeat;	
}

div.adboxtext {
	float: right;
	width: 125px;
	height: 100px;
	color: black;
	font-weight: bold;
	margin-top: 5px;
	font-size: 10;
}

div.rightboxtext {
	float: right;
	width: 100px;
	height: 150px;
	color: #c8c8c8;
	font-weight: bold;
	margin-top: 15px;
	font-size: 10;
}

div.links {
	float: right;
	width: 130px;
	height: 100px;
	background: black;
}

div.menu {
	float: right;
	width: 130px;
	background: black;
	color: white;
}

div.footer {
	float: left;
	width: 700px;
	height: 30px;
	text-align: center;
	font-size: 10;
	background: #eec800;
}

div.footer2 {
	float: left;
	width: 700px;
	height: 5px;
	background: black;
	margin-bottom: 5px;
}


div.basefont {
	
}
