@charset "utf-8";
#body {
	background-color: #000;
}


#container {
	height: 1100px;
	width: 1024px;
	margin: auto;
	border: 1px solid #333;
	background-color: #316531;
}
#addresssearch {
	border: 1px solid #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
#commentssearch {
	border: 1px solid #333;
	padding-top: 5px;
	padding-bottom: 5px;
}



#header {
	height: 200px;
	width: 1024px;
	float: left;
}

#leftmenu {
	height: 800px;
	width: 125px;
	float: left;
	background-color: #316531;
}

#content {
	width: 899px;
	height: 800px;
	float: left;
}

#contenttext {
	width: 899px;
	margin: auto;
	float: left;
	height: 100px;
}
#gmaptext {
	height: 600px;
	width: 200px;
	float: left;
	background-color: #B57910;
}
#next {
	float: left;
	margin: auto;
	height: 25px;
	width: 200px;
	text-align: center;
}



#gmap {
	float: right;
	height: 600px;
	width: 699px;
}
#gadsense {
	height: 100px;
	width: 899px;
	float: left;
	margin: auto;
	text-align: center;
}
#gaddiv {
	margin: auto;
	height: 100px;
	width: 899px;
	text-align: center;
}



#footer {
	height: 90px;
	width: 1024px;
	float: left;
	padding-top: 40px;
}
#footermenu {
	height: 38px;
	width: 1024px;
}
#footergads {
	height: 20px;
	width: 1024px;
	text-align: center;
}
#keywords {
	height: 1px;
	width: 1024px;
	margin: auto;
	color: #846853;
}
#nameContainer {
	margin: auto;
	height: 20px;
	width: 1024px;
	color: #000;
	position: fixed;
}
#commentContainer {
	margin: auto;
	height: 20px;
	width: 1024px;
	color: #000;
	position: fixed;
}
