/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

body  {
	margin:0;
	padding:0;
	background: url("/images/gray_bgTextured.jpg");
}


#container {
	background: url("/images/lightgray_bg.jpg");
	background-color:#b2b2b2;
	width:907px;
	margin:auto;
	padding:0;
}

#header {
	margin:auto;
	text-align:center;
}

#topmenu {
	margin-bottom:-1px;
	padding:0;
	text-align:center;
	color:white;
	background: url("/images/gray_bgTextured.jpg");
}

#topmenu a {
	text-decoration:none;
	color:#b2b2b2;
	width:151px;
}

#topmenu a:hover {
	color:white;
	/*background: url("/images/lightgray_bg.jpg");*/
}

#frontimage{
	margin:auto;
	text-align:center;
}

#content {
	padding:50px;
}

#minimap {
	margin-right:20px;
}

#services {
	clear:both;
	padding-top:10px;
}

#clubhouse {
	margin:auto;
	text-align:center;
}

#features * {
}


#features_left {
	width:49%;
	float:left;
	margin:0;
	padding:0;
}

#features_right {
	float:right;
	width:49%;
}


.bold {
	font-weight:bold;
	font-size:18px;
	list-style:none;
}

#pricing {
	text-align:center;
}

#prettylinks a {
	text-decoration:none;
	color:black;
}

#prettylinks a:hover {
	color:white;
}


#flashcontainer {
	background: url("/images/gray_bgTextured.jpg");
}

#blackbar {
	width:907px;
	height:5px;
	background: url("/images/gray_bgTextured.jpg");
}

#footer {
	clear:both;
	text-align:center;
	height:auto;
}

#footer a {

	text-decoration:none;
	color:black;

}

#footer a:hover {
	color:white;
}