body {
  background: url(../images/lgc_footerblue.jpg) repeat-x bottom;
}

#wrapper {
  background: #DED7D1 url(../images/lgc_backgroundrepeat.jpg) repeat-x top;
}

#header {
	width:1000px;
	height:195px;
	margin: 0 auto;
	background-image: url(../images/lgc_header.jpg);
}
#header #logo {
  float: left;
  width: 350px;
  height: 50px;
  margin: 114px 0 0 44px;
	display: inline; /* for IE6 */
}
#header #topnav {
	width:400px;
	float: left;
	margin-left: 200px; /*200px;*/
	margin-top: 135px;
	display: inline; /* for IE6 */
}
#topnavlinks {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}

#topnavlinks a {
	color:#3E513F;
	text-decoration:none;
 }  
#topnavlinks a:hover { color:#275B84; }
#main {
	width:1000px;
	margin: 0 auto;
	background: url(../images/lgc_bodybackground.jpg) no-repeat;
	overflow: hidden;
}
#contentWrapper {
  margin-left: 44px;
  width: 550px;
  float: left;
	display: inline; /* for IE6 */
}
#sidebar {
  background:#CABDB4 url(../images/sidebar.jpg) no-repeat center top;
  width: 315px;
  margin-left: 43px;
  float: left;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
#sidelogo {
  padding: 125px 0 0 100px;
}
#sidelogoimage {
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	
}

ul.nav{
	display: block;
	padding-top: 15px;
	font-weight: bold;
	height:44px;
}
ul.nav>li{
	display: block; /* dy fix */
	float:left; /* dy fix */
	position: relative;
	line-height:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

ul.nav li>ul{
	/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	top:44px; /* dy fix */
	left: 0px;
	font-weight:normal;
	width: 552px;
	height: 25px;
	font-size: 12px;
	line-height:1
	clear:both;
}
.nav li.about ul {
	background-color:#2B6490;
	padding-top: 8px;
	margin-left:-83px; /* dy fix */
}
.nav li.menu ul { 
background-color:#AF4842;
padding-top: 8px;
margin-left:-182px; /* dy fix */
	 }
 
.nav li.events ul {
 background-color:#CB8125;
padding-top: 8px;
margin-left:-253px; /* dy fix */
	 }

.nav li.community ul { 
background-color:#8C807B;
padding-top: 8px;
margin-left:-335px; /* dy fix */
	 }
.nav li.store {
  display: none;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block
}

ul.nav li ul li {
	display: inline;
	padding: 0 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	color: #CCCCCC;
	text-decoration:none;
}


ul.nav li:hover,
.nav ul li a:hover{
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	color: #D7CEC5;
}

ul.nav,
.nav ul{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nav a{
	text-decoration: none;
}

/* --- Content --- */

#content {
	position:relative;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C9BEB3;
	border-bottom-color: #C9BEB3;
	border-left-color: #C9BEB3;
	padding-top: 5px;
}

#imageframe {
	position:relative;
	width: 500px;
	background-color: #FFFFFF;
	border: thick solid #B7A79B;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


#maincontent {
	width: 500px;
}
.maintext {
	width:500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
}
.maintext, .maintext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.maintext h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #AE4640;
}


#sideaddress {
	position:relative;
	width: 313px;
	background-repeat: no-repeat;
	height: 297px;
	background-position: center;
}

.sideaddresstext {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 85px;
}

.sideaddresstext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}

#sidespecials {
	position:relative;
	width: 313px;
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

#specials {
	position:absolute;
	width:100px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	right: 80px;
	top: -10px;
}

.specialsstext {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
}
.specialsstext, .specialsstext p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #863631;
	font-style: normal;
	font-weight: bold;
	line-height:16px;
}

#footer {
  width: 1000px;
  margin: 0 auto;
  height: 152px;
  padding-top: 20px;
}
#footerlinks {
  margin-left: 44px;
  padding-top: 20px;
}
#footerlinks, #footerlinks p {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  color: #FFFFFF;
}
#footerlinks a {
	color: #FFFFFF;
}