/*BODY#body{
	margin:0;
	padding:0;
	text-align: center;
	background: #000;
}*/

body{
	background:url(../images/headboard_bg_pattern.jpg) #000 repeat;
	/*background-color:#000000;*/
	padding-top:5px;
	padding-bottom:20px;
	/*height:100%;*/
	text-align: center;
	
}

#wrapper{
	width: 977px;
	text-align:center;
	position: relative;
	margin: 0 auto;

}

#content_window{
	border: 1px solid #fff;
	background:#000;
	padding:15px;
}

#content_window td{
	font-family:"Century Gothic";
	font-size: 12px;
	color:	#FFFFFF;
}

#content_window a{
	color:#f9c100;
}

h1{
	font-family:"Century Gothic";
	font-size: 26px;
	color:	#FFFFFF;
	font-weight:lighter;
	text-transform:uppercase;
	padding-bottom:10px;
}

h2{
	font-family:"Century Gothic";
	font-size: 16px;
	color:	#FFFFFF;
}

#top_bar{
	padding-bottom:15px;
	width: 100%;
}

.top_menu{
	font-family:"Century Gothic";
	font-size: 20px;
	color:	#FFFFFF;
	text-align: left;
	font-weight:lighter;
}

.top_menu_current{
	font-family:"Century Gothic";
	font-size: 20px;
	color:	#FFFFFF;
	text-align: left;
	font-weight:900;
}

.top_menu a:link, 
.top_menu a:active, 
.top_menu a:visited {
	text-decoration: none;
	cursor: pointer;
}

.top_menu a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.top_menu_selected{
	font-family:"Century Gothic";
	font-size: 20px;
	color:	#FFFFFF;
	text-align: left;
}
.phone_number{
	font-family:"Century Gothic";
	font-size: 22px;
	font-weight:lighter;
	color:	#FFFFFF;
	text-transform: uppercase;
	text-align: right;
}

#bottom_bar{
	width: 100%;
	padding-top:15px;
}

.bottom_menu{
	font-family:"Century Gothic";
	font-size: 14px;
	color:	#FFFFFF;
	text-align: left;
	font-weight:lighter;
}

.bottom_menu a:link, 
.bottom_menu a:active, 
.bottom_menu a:visited {
	text-decoration: none;
	cursor: pointer;
}

.bottom_menu a:hover {
	text-decoration: underline;
	cursor: pointer;
}


