body{
	font-family: arial, verdana, tahoma;
	font-size: 1em;
	margin: 6px auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #ebecf3;
	color: #000000;
	/*	background-image: url(images/building-bg.jpg); 
		background-repeat: no-repeat; 
		background-position: 0px 0px; 
		background-attachment: fixed;	
		*/
	}
	
BODY { }
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}

#container{
	margin: 0px auto;
	width: 880px;
	border: 1px solid #cacaca;
	background: #ffffff;
	}
	
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 a{
	color: #000000;
	}
	
#header .header_img{
	vertical-align: bottom;
	height: 287px;
	}
	
#header .nav{
	text-align: center;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #ffffff;
	}
	
#header .nav ul{
	font-size:14px;
	width:99%;
	list-style:none;
	padding: 0px;
	margin: 0px;
	height: auto;
	position:relative;
	clear:both;
	}
	
#header .nav ul li{
	display:inline;
	float:left;
	}
	
#header .nav ul li a{
	line-height: 14px;
	width:auto;
	color:#000000;
	display:block;
	margin: 6px 0px;
	padding:2px 7px;
	position:relative;
	font-weight: bold;
	text-decoration:none;
	}
	
#header .nav ul li a:hover{
	text-decoration: underline;
	}
	
#next_level{
	margin-top: 12px;
	margin-bottom: 12px;
	}
	

#next_level .content{
	font-size: 1.2em;
	}
	
#next_level .content .title{
	font-size: 1.2em;
	font-weight: bold;
	}
	
#next_level .holder{
	border:3px solid #1d1b57;
	margin: 6px;
	background: #ffffff;
	overflow: auto;
	}
	
#next_level .holder p{
	margin-bottom: 17px;
	}
	
#next_level .ads{
	width: 100%;
	}

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

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