body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#CCCCCC;
	width:100%;
	text-align:center;
}

#container {
	padding-top:20px;
	width:985px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#content{
	text-align:left;
	display:block;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	width:985px;
	background-color:#ffffff;
	padding-bottom: 48px;
}

#header{
	display:block;
	margin-left:auto;
	float:left;
}

#nav{
	width:274px;
	height: 100%;
	float:left;
	display:inline;
}
#nav img{
	display:block;
}
/* ---------------------------------------------- TEXT STYLES ----------------------------------------------- */
#pageContent{
	display:inline;
	float:left;
	width:680px;
	padding:20px 0 200px 20px;
	background-color:#FFFFFF;
}
#pageContent h1 {
	/*margin:0;*/
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
#pageContent h2 {
	font-weight: bold;
	color: #663399;
}
#pageContent .org_list{
margin-left:5px;
text-align:left;
color:#000000;
}
#pageContent .org_list li{
margin-top:0.4em;
list-style-type:square;
}
#pageContent .faq_list{
font-weight:bold;
font-size:12px;
margin-left:5px;
text-align:left;
margin-top:1.5em;
}
#pageContent .faq_list li{
color: #663399;
margin-top:1.5em;
list-style-type:square;
}
#pageContent .faq_list li ul li{
color: #CCCCCC;
margin-top:1.5em;
list-style-type:square;
}
#pageContent .faq_list li em{
font-weight:normal;
color: #666666;
}


table td{
vertical-align:top;
}
#beer_table td{
border: 1px solid #CCCCCC;
}
#pageContent strong {
	font-weight: bold;
	color: #663399;
}
#pageContent a {
	text-decoration:none;
	color: #663399;
}
#pageContent a:hover {
	text-decoration:underline;
}
#pageContent .date {
	font-size: 16px;
	font-weight: bold;
	color: #663399;
}
#pageContent .sponsor {
	font-size: 14px;
	font-weight: bold;
	color: #663399;
}
#pageContent .entry {
	margin-right:200px;
}
#pageContent .title {
display: block;
	font-size: 16px;
	font-weight: bold;
	color: 663399;
	margin-bottom:1em;
}
#pageContent .description {
	margin-bottom:20px;	
}
#pageContent .parking {
	width: 500px;	
}

/* ---------------------------------------------- FOOTER STYLES ----------------------------------------------- */
#footer {
	color:#FFFFFF;
	clear:both;
	position: relative;
	bottom: 0;
	padding:10px 0 10px 0;
	background-color: #663399;
	width: 985px;
}
#footer a{
	color:#FFFFFF;
}
#footer h1 {
	color: #fff;
	padding-bottom: 0;
}


<!-- jquery styles -->
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none; 
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff; 
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}


<!-- end  jquery styles--->
