/* CSS Document */

body{
	padding:0px 0 00px 0;
	margin:0;
	background-color:#FFFFFF;
	color:#000;
	}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

#wrapper {
	margin:0 auto;
	text-align:center;
	width:939px;
}

#header {
	margin-top:20px;
	width:939px;
	height:106px;
}

#middle {
	margin-top:13px;
	width:939px;
	height:481px;
}

#menu {
	margin-top:10px;
	width:907px;
	height:76px;
	background:url(images/menubg.jpg) 0 0 repeat-x;
	display:block;
	border:#cccccc solid 16px;
	
}


#menu ul{
	height:76px;
	position:relative;
	top:25px;
	margin-left:50px;
}

#menu ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	height:27px;
	float:left;
	padding:0 1px 0 0;
}
#menu ul li a{
	display:block;
	background:url(../galatest/images/nav_bg.gif) 0 0 repeat-x;
	padding:0 14px;
	font:18px Arial;
	color:#cccccc;
	background-color:inherit;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#fff;
}
#menu ul li a.hover{
	display:block;
	background:url(../galatest/images/nav_bg.gif) 0 0 repeat-x;
	padding:0 14px;
	font:18px Arial;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}

#content {
	width:939px;
	margin:0 auto;
	clear:both;
	height:auto;
	min-height:385px;	
}

#contentp {
	width:939px;
	margin:0 auto;
	clear:both;
	height:auto;
	min-height:460px;	
}

#leftcont {
	width:550px;
	float:left;
	margin: 10px 0;
}

#leftcontp {
	width:501px;
	float:left;
	margin: 10px 0;
}
#rightcont {
	margin: 10px 0 0 10px;
	width:379px;
	float:right;
	text-align:left;
	font:11px Arial;
	color:#000;
}
#rightcontp {
	margin: 10px 0 0 10px;
	width:400px;
	float:right;
	text-align:left;
	font:11px Arial;
	color:#000;
}

#footline{
	width:939px;
	height:16px;
	background-color:#cccccc;
	margin:7px 0;
}

#footer{
	margin-top:5px;
}

#footer p{
	text-align:center;
	margin-top:5px;
	font:11px Arial;
	color:#ccc;
}

p.title{
	font:bold 14px Arial;
	color:#000;
}

