@charset "utf-8";
/* CSS Document */
<!--

.clear { clear: both }

input{
	color:#CCC;
	background:#1d1d1d;
	border:#9F0 thin solid;
	font-size:12px;
}
select{
	color:#CCC;
	background:#1d1d1d;
	border:#9F0 thin solid;
	font-size:12px;
}
textarea{
	color:#CCC;
	background:#1d1d1d;
	border:#9F0 thin solid;
	width:300px;
	height:200px;
	font-size:12px;
}

body, td, th
{
	font-size: 16px;
	color: #FFF;
}

body
{
	background-color: #1A0D00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.background
{
	background-color: #1A0D00;
	background-repeat: no-repeat;
	width:950px;
	min-height:622px;
	height:auto;
}

.background#home { background-image:url(images/bg_home.jpg); }

.background#news { background-image:url(images/bg_news.jpg); }

.background#clubnights { background-image:url(images/bg_clubnights.jpg); }

.background#reservations { background-image:url(images/bg_reservations.jpg); }

.background#gallery { background-image:url(images/bg_gallery.jpg); }

.background#membership { background-image:url(images/bg_membership.jpg); }

.background#menus { background-image:url(images/bg_menus.jpg); }

.background#contact { background-image:url(images/bg_contact.jpg); }

.background#admin { background-image:url(images/bg_membership.jpg); }

.navigation
{
	height:70px;
	float:left;
}

.navigation#container { width:950px; }

.navigation#home { width:81px; }

.navigation#news { width:97px; }

.navigation#clubnights { width:139px; }

.navigation#reservations { width:157px; }

.navigation#gallery { width:104px; }

.navigation#membership { width:157px; }

.navigation#menus { width:105px; }

.navigation#contact { width:110px; }

.contentwrapper
{
	width:936px;
	float:left;
	padding-left:14px;
}

.content { width:460px; min-height:360px;}

.content h1
{
	font-size:30px;
	color:#C3CF21;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content h2
{
	font-size:20px;
	color:#C3CF21;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:-15px;
	padding-bottom:0px;
}
.content h3
{
	font-size:16px;
	color:#FA1E75;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-top:30px;
	margin-bottom:-15px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:3px;	
	width:450px;
	background-image:url(images/form_bg.png);
	background-repeat:repeat; 
	vertical-align:middle;
}

.content p
{
	font-size:15px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	width:455px;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
	letter-spacing: 0em;
	float:left;
}

.content a:link
{
	color:#C3CF21;
	text-decoration:none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.content a:visited
{
	color:#C3CF21;
	text-decoration:none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.content a:hover
{
	color:#9F0;
	text-decoration:underline;
}
.logo
{
	width:46px;
	height:123px;
	background:url(images/logo_small.png);
	float:right;
}

.sitemap
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
.sitemap a:link, a:active, a:visited
{
	color:#666;
	font-variant: small-caps;
	text-decoration: none;
}
.sitemap a:hover
{
	color:#9C3;
}

.copyright
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#999;
}

.form_expand
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#333;
	background-color:#C3CF21;
	font-variant: small-caps;
}

.form_expand_content
{
	display:none;
	padding:0px;
	font-size:15px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	width:460px;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
	letter-spacing: 0em;
	float:left;
	background-image:url(images/form_bg.png);
	background-repeat:repeat; 
	 
}
-->
