/* CSS Document */

body{
	background:url(img/bg.gif) repeat-x top #FFCC00;
	padding:0;
	margin:0;
	
	font-size:18px;
	color:black;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:10px 0;
	
	border-bottom:2px solid #FFCC00;
}

a{
	color:black;
	font-weight:bold;
}
a:hover{
	color:#666666;

}


.container{
	width:800px;
	margin:0 auto;
	
	border-left:2px solid #FFCC00;
	border-right:2px solid #FFCC00;
}

.header{
	background:url(img/header.gif);
	height:233px;
}




/* Menu */
.menu{
	background:url(img/menu.gif) repeat-x;
	height:25px;
}
.menu ul{
	padding:0 20px;
	margin:0;
}
.menu li{
	list-style-type:none;
	float:left;
	text-align:center;
	font-size:20px;
	
	width:140px;
	height:25px;
}


.menu li a{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.menu li a:hover{
	color:#666666;
}
/* Menu End */


.center{
	clear:both;
	padding:10px 20px;
}

.footer{
	clear:both;
	text-align:right;
	font-size:10px;
}

.test_txt{
	font-style:italic;
}
.tets_sub{
	margin-top:-10px;
	text-align:right;
	font-weight:bold;
}