body{
	padding:0;
	margin:0 auto;
	font-family: verdana, arial;
	background: ffffff;
}
div, h1, h2, p, form, label, input, textarea, img{
	margin:0;
	padding:0;
	text-decoration:none;
}
h1{
	font-size: 18px;
	color:#CCCCCC;
	font-weight: normal;
}
#main{
	width: 800px;
	height: auto;
	margin: auto;
	background: url(images/body-bg.gif) repeat;
}

#bannar {
	
	width: 800px;
	background:url(images/bannar.gif) no-repeat;
}
#logo {
	width: 800px;
	height: 5px;
	background: #eee;
}

/*.....Left.......Left...........*/

/*........Menu.....Sponser..........*/
#left{
	width: 270px;
	float: left;
}
#menu {
	width: 249px;
	height:auto;
	margin: 10px;
}
#menu h1 {
	background: url(images/menu-header.gif) no-repeat;
	padding: 5px;
	text-align: center;
}
#menu a {
	font-size: 13px;
	display: block;
	padding: 3px 3px 3px 10px;
	background: #CCCCCC;
	text-decoration: none;
	border: 1px solid  #999999;
	color: #FF6600;
}
#menu a:hover {
	background:  #eeeeee;
	border-bottom: 1px solid #efaaef;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	padding-left: 20px;
	color:#CC3300;
}
#menu h2 {
	background: url(images/menu-footer.gif) no-repeat;
	height: 13px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
}

/*....Right Styles......*/
#right {
	text-align: left;
	width: auto;
}
#right h1{
	padding: 5px;
}
#right p {
	font-size: 13px;
	text-align: justify;
	padding: 15px 15px 0px 15px;
}



#footer {
	clear: both;
	width: 800px;
	background: #fbbb82;
}
#links {
	margin: 10px;
	text-align: center;
	color: #C60;
}
#links a{
	font-size: 13px;
	font-weight: bold;
	color: #C60;
	text-decoration: none;
}
#copyright p {
	background: #ffffff url(images/footer-bottom.gif) no-repeat;
	padding: 5px 0px 8px 0px;
	text-align: center;
	font-size: 11px;
	color: #400040;
	font-weight: normal;
}
