html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*line-height: 1;*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a,u {
	text-decoration:none;
}

/*
----------------------------------------------------------------------------- 
Main
-----------------------------------------------------------------------------*/
body {
	font: normal 10px/20px Arial, Helvetica, Verdana, sans-serif;
	background: #ffcb00 url("../images/site_bg.jpg") 50% 0 repeat-y;
	color: #000;
	text-align: center;
}
a {
	color: #000;
	outline: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
em {
}
h1 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
h2 {
}
p {
	margin-bottom: 10px;
}
#wrapper {
	width: 708px;
	margin: 0 auto 10px auto;
	text-align: left;
}
#wrapper2 {
	width: 648px;
	min-height: 532px;
	height:auto !important;
	height: 532px;
	margin: 0 30px;
	background: transparent url('../images/lightpost_wbg.jpg') 0 0 no-repeat;
}

/*
----------------------------------------------------------------------------- 
Content
-----------------------------------------------------------------------------*/
#nye_link {
	display: none;
	float: left;
	margin: 110px 0 0 50px;
}
#nye_link a {
	display: block;
	width: 120px;
	height: 120px;
}
#nye_link a span {
	display: none;
}
#content {
	margin: 40px 20px 10px 205px;
}
#header {
	width: 288px;
	height: 110px;
	margin: 20px 0 0 342px;
	background: transparent url('../images/gcg_logo.jpg') 0 0 no-repeat;
}
#header span {
	display: none;
}
#hours {
	width: 430px;
}
#hours td {
	padding: 0 5px 0 0;
}
#hours td.first_col {
	width: 210px;
}
#hours td.second_col {
	width: 210px;
	padding-left: 10px;
}
#cater {
	margin-top: 10px;
}
#cater td {
	width: 50%;
	text-align: center;
}

/*
----------------------------------------------------------------------------- 
Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 628px;
	margin: 20px 30px 0 30px;
	padding: 10px 20px 0 0;
	border-top: 3px solid #000;
	color: #000;
	text-align: right;
}
form {
	display: inline;
}
.inputs {
	margin: 1px 0 2px 0;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid #000;
	color: #666;
	font-size: 10px;
}

/*
----------------------------------------------------------------------------- 
Misc fixes
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear_float {
	height: 0;
	float: none;
	clear: both;
}
