/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#all{ 
	width: 801px;
	height: 500px;
	 margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	}


/* top start */

#top{
	background:url(../img/top.gif) no-repeat;
	height: 505px;
	padding: 0px;
	margin: 0px;	

}

#top ul{
	font-weight:bold;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #323232;
	display:inline;
	list-style:none;
	padding: 10px;

}

#top_men{
	top: 100px;
	left: 15px;
	width: 200px;
	border: 1px red solid;
	visibility:hidden;

}

/* top start */

/* content start */


#content_holder{
	background:url(../img/allback.gif) repeat-y;
	padding: 0px;
	margin: 0px;
	top: 129px;

}
#content_holder h1{
	font-size:18px;
	font-weight:normal;
	color: #615C5C;
}

#content_holder h2{
	font-size:14px;
	font-weight:normal;
	color: #8A1818;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: #999999 solid 1px;
	width:250px;
}

#content_holder h3{
	color: #181818;
	font-size:12px;
	font-weight:bold;
}

/* content end */



/* bottom start */

#bottom{
	height:50px;
	vertical-align:bottom;
	clear:both;
	width: 801px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 10px;

}

#bottom ul{
	font-weight:bold;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #615C5C;
	display:inline;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#bottom ul li{
	text-align: left;
	text-decoration: none;
	color: #615C5C;
	display:inline;
	list-style:none;
	padding: 10px 16px 10px 16px;
}

#bottom ul li a{
	text-decoration: none;
	color: #615C5C;
}

#bottom ul li a:hover{
	text-decoration: none;
	color: #A7A7A7;
}



#bottom p{	
	color: #928B8B;
	text-align:right;
	padding: 5px 10px 10px 10px;
}

/* bottom end */

