body{
background-color:#c0c0c0;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0px auto auto auto;
color:#000000;
}
a{
color:#990000;
}
.clear{
clear:both;
}
p{
	padding:5px 0 5px 0;
	margin:0px;
	line-height:19px;
}
p.details{
padding:5px 15px 5px 15px;
font-size:11px;
}

#wrap{
	width:900px;
	height: auto;
	margin:auto;
	background-color:#C0C0C0;
}
.header{
	width:100%;
	background:url(images/header.gif) no-repeat center;
	height: 200px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.footer{
	width:630px;
	background:url(images/footer_small.gif) no-repeat center;
	height: 158px;
	}


.logo{
	padding:0 0 0 30px;
	background-color: #C0C0C0;
}
/*-----------------------------menu-------------------*/
#menu{
	width:900px;
	height:28px;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
}
#menu ul{
	display:block;
	list-style:none;
	padding:9px 0 0 10px;
	margin:0px,0px,0px, 0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu ul li a{
	height:27px;
	display:block;
	padding:0px 10px 0 10px;
	margin:0 4px 0 4px;
	margin:0 2px 0 2px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#039;
	font-size:13px;
	line-height:27px;
}
#menu ul li.selected a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 5px 0 5px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
line-height:27px;
background:url(images/menu_bt_bg.gif) repeat-x center;
}
#menu ul li a:hover{
background:url(images/menu_bt_bg.gif) repeat-x center;
color:#fff;
}


/*-----------------------------menu2-------------------*/
#menu2{
	width:200px;
	height:28px;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
	border: 1;
	border-color: #990000;
}
#menu2 ul{
	display:block;
	list-style:none;
	padding:0px 0 0 0px;
	margin:0px,0px,0px, 0px;
}
#menu2 ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu2 ul li a{
	height:27px;
	display:block;
	padding:0px 10px 0 10px;
	margin:0 4px 0 4px;
	margin:0 2px 0 2px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#039;
	font-size:13px;
	line-height:27px;
}
#menu2 ul li.selected a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 5px 0 5px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
line-height:27px;
background:url(images/menu_bt_bg.gif) repeat-x center;
}
#menu2 ul li a:hover{
background:url(images/menu_bt_bg.gif) repeat-x center;
color:#fff;
}







/*-----------------------------------align content--------------------*/

.left_content{
	padding-left: 10px;
	font-size: 8px;
	width:70%;
	padding-right: 10px;
}

.right_content{
	width:30%;
	background:url(images/center_bg.gif) repeat-y left;
	font-size: 8px;
