body{
	font-family: arial, verdana, tahoma;
	font-size: 1em;
	margin: 6px auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #ffffff;
	color: #000000;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}

#container{
	margin: 0px auto;
	width: 920px;
	border: 1px solid #cacaca;
	background: #EFEFEF;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}

#contact_form p{
	text-align:left;
	margin: 0 6px;
	}
	
#contact_form label{
	text-align: right;
	vertical-align: top;
	width: 20em;
	float: left;
	text-align: left;
	margin-right: -10em;
	display: block
	}
	
#contact_form .submit{
	margin-left: 10em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 0.8em;
	}


	
#header, #next_level{
	width: 100%;
	font-size: 0.8em;
	}
	
#header p{
	margin: 2px 6px;
	}
	
#header .right{
	text-align: right;
	}
	
#header .header_img{
	vertical-align: bottom;
	height: 295px;
	}
	
#next_level .menu{
	width: 180px;
	border-right: 1px dotted #cdcdcd;
	}
	
#next_level{
	margin-top: 12px;
	}
#next_level .menu ul{
	background:#EFEFEF;
	font-size:14px;
	width:100%;
	list-style:none;
	left: 0px;
	margin: 0;
	padding: 6px;
	height: auto;
	position:relative;
	clear:both;
	width: 180px;
	}
	
#next_level .menu ul li{
	}
	
#next_level .menu ul li a{
	line-height: 24px;
	width:auto;
	color:#000000;
	display:block;
	margin: 6px 0px;
	padding:2px 7px;
	position:relative;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	}
	
#next_level .menu ul li .two_line{
	line-height: 14px;
	}
	
#next_level .menu ul li a:hover{
	text-decoration: underline;
	background: #efefef;
	}

#next_level .content .title{
	font-size: 1.2em;
	font-weight: bold;
	}
	
#next_level .ads{
	width: 100%;
	}

#next_level .ads p{
	text-align: center;
	}

#next_level .ads td{
	border-right: 1px dotted #f4f4f4;
	}
	
#credit{
	width: 100%;
	background-color: #EFEFEF;
	color: #cdcdcd;
	}
	
#credit a{
	color: #cdcdcd;
	}
	
#credit p{
	text-align: center;
	font-size: 0.8em;
	margin:2px;
	}
	
	
	
