@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	background-image:url('images/bg1d.gif');
	background-repeat:repeat; margin-left:0px; margin-right:0; margin-top:20px; margin-bottom:0
}

.logo_title{
	font-family:"Adobe Garamond Pro",Garamond,Georgia,Times,serif;
	font-size:45px;
	color:#906;
	
}

.logo_subtitle{
	font-family:"Adobe Garamond Pro",Garamond,Georgia,Times,serif;
	font-size:24px;
	color:#906;
	padding-left:15px;
	margin:0px;
	
}

.page_top{
	height:18px;
	background-image:url('images/page_top.png');
	background-repeat:no-repeat;
	background-position: left bottom;
}

.page_middle{
	background-image:url('images/page_bg.png');
	background-repeat:repeat-y
}

.page_bottom{
	background-image:url('images/page_bottom.png');
	background-repeat:no-repeat
}

.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
}

.purple{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c31485;
	line-height:18px;
}

/*menu css*/

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	height:30px;
	
	
}

#menu ul{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	display:block;
	/*background-color:#0CF;*/
	border-style:double;
	border-width:medium 0px;
	
}


#menu ul li{
	float:left;
	list-style:none;
	color:#333;
	text-decoration:none;
	border:0px solid red;
	

}

#menu ul li a{
	display:block;
	color:#333;
	text-decoration:none;
	width:auto;
	height:30px;
	line-height:30px;
	border:0px solid red;
	padding:0px 35px 0px 35px;
	

}

#menu ul li a:hover{
	width:auto;
	background-image:url('images/glass.gif');
	background-repeat:no-repeat;
	background-position: 10px top;
	color:#c5288d;
	text-decoration:none;
	border:0px solid red;
	display:block	
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}