body { 
	background-color : #000;
	 }

.input {
	border:black 1px solid;
	font-size: 10px;
	font-family:verdana;
	height:18px;
}


#main {
	position : relative;
	background-color : #000;
	width : 800px;
	height : 600px;
	float : center;
	border : 1px solid white;
	margin-left : auto;
	margin-right : auto;
	}

#nav_container {
	position : relative;
	margin-left : auto;
	margin-right : auto;
	margin-top : auto;
	margin-bottom : auto;
	background-color : #000;
	width : 710px;
	height : 77px;
	border : 1px solid white;
	}

#headline {
	position:absolute;
	bottom:5px;
	background-color : #000;
	z-index:auto;
	left:0px;
	border : 1px solid white;
	}

#navigation {
	position : relative;
	margin-left : auto;
	margin-right : auto;
	margin-top : auto;
	margin-bottom : auto;
	float : right;
	}

#homepageNav {
	position : absolute;
	margin-left : auto;
	margin-right : auto;
	margin-top : auto;
	margin-bottom : auto;
	left:0px;
	}
	
#advertisement {
	float : right;
	margin-top : 5px;
	margin-right : 5px;
	}
	

#billboard1 {
	float : left;
	margin : 0px;
	border : 0px;
	}

#billboard2 {
	float : left;
	margin : 0px;
	border : 0px;
	}

#ContentLeft {
	float : left;
	margin : 0px;
	border : 0px;
	}

#ContentLeft2 {
	float : left;
	border : 0px;
	background-color : #46260F;
	height : 390px;
	padding : 19px;
	}
	
#ContentMiddle {
	float : left;
	width : 200px;
	height : 390px;
	border : 0px;
	background-color : #46260F;
	text-align: left;
	padding-top : 30px;
	padding-right: 20px;
	}
	
#ContentMiddle2 {
	float : left;
	width : 294px;
	height : 390px;
	border : 0px;
	background-color : #30180B;
	text-align: left;
	padding-top : 60px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
#ContentRight {
	float : left;
	border : 0px;
	padding: 30px;
	background-color: #630;
	height: 390px;
	}
	
#ContentRight2 {
	float : left;
	border : 0px;
	padding: 0px;
	background-color: #4B442B;
	height: 390px;
	}
	
#Contact {
	border : 0px;
	padding-top : 50px;
	padding-right : 10px;
	padding-left : 10px;
	}
	
#Form {
	float : left;
	width : 453px;
	height: 390px;
	padding-top : 50px;
	padding-left : 20px;
	background-color : #4B442B;
	border : 0px;
	}
	
#Guestbook {
	float : left;
	width : 453px;
	height: 390px;
	padding-top : 50px;
	padding-left : 20px;
	background-color : #4B442B;
	border : 0px;
	}
	
#FormContent {
	float : left;
	width : 257px;
	height: 390px;
	padding : 20px;
	background-color : #fff;
	border : 0px;
	}
	
#GuestbookContent {
	float : left;
	width : 257px;
	height: 390px;
	padding : 20px;
	background-color : #fff;
	border : 0px;
	}	

#homepage_nav {
	margin-left : 0px;
	margin-right : auto;
	margin-top : 0px;
	margin-bottom : auto;
	background-color : #4B442B;
	padding : 5px;
	border : 1px solid white;
	width : 716px;
	vertical-align : top;
	}
	
p, td, body { 
	color : #fff;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	line-height: 16px;
  }

ul {
	margin-left: 20px;
}

li {
	margin-left: 0px;
}
  
a:link { 
	text-decoration : none;
	background : transparent;
  	   }
	   
a:visited {
	text-decoration : none;
	background : transparent;
		}

a:hover {
	text-decoration : none;
	background : transparent;
		}
		
a:active {
	text-decoration : none;
	background : transparent;
		}
