/* CSS Document */

/* RESET */

body, table, tr, td, p, ul, li, ol, h1, h2, h3, h4, h5, h6, input, form, button{
	margin:0;
	padding:0;
}

/* STRUCTURE */

body{ 
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#639139;
}

#wrapper {
width:960px;
margin:auto;
}

#header{
background:url(../images/header3.jpg) no-repeat;
float: left;
height:289px;
width:960px;
}

#banner {
float:left;
height:auto;
width:960px;
}

a{
color:#CCCCCC;
text-decoration:none;
}

a:hover{
color:#666666;
}

#inner_wrapper{
float:right;
height:auto;
width:960px;
}

#inner {
background: url(../images/content_bg.jpg) repeat-y;
float:left;
width:960px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}

#inner p{
font-size: 12px;
font-weight:100;
line-height: 1.4em;
letter-spacing: .03em;
color:#999999;
}

#inner p.calendar{
padding-bottom: 6px;
padding-left: 180px;
padding-top: 10px;
}

#bottom {
background: url(../images/content_bottom.jpg) no-repeat;
float:left;
height:28px;
width:960px;
}

/* COPY */
#Copy {
float:left;
height:auto;
color:#FFFFFF;
}

#Copy.home {
width:360px;
margin-left:280px;
margin-top: 130px;
}

#Copy.menu {
width:360px;
margin-left:155px;
margin-top: 80px;
}

#Copy.location {
width:450px;
margin-left:148px;
margin-top: 70px;
}

#Copy.parties {
width:290px;
margin-left:150px;
margin-top: 100px;
}

#Copy p{
font-size: 12px;
font-weight:100;
line-height: 1.4em;
letter-spacing: .03em;
color:#999999;
padding-bottom: 6px;
}

#Copy ul{
font-size: 12px;
font-weight:100;
line-height: 1.2em;
letter-spacing: .03em;
color:#999999;
padding-bottom: 6px;
}


/* TOP NAV */


#nav{
	position:relative;
	top: 141px;
	left: 188px;
	width:173px;
	height:auto;
}

#nav ul{
	list-style:none;
	margin-right:20px;
}

#nav ul li{
	float:left;
	margin-left:0px;
	text-align:center;
}

#nav ul li a{
	display:block;
	margin-bottom:4px;
	width:200px;
	height:23px;
}

#nav ul li a span{
	display:none;
}
#nav ul li a.home{
	background:url(../images/nav_home.jpg) no-repeat 0 0px;
}

#nav ul li a.menu{
	background:url(../images/nav_menu.jpg) 0 0px;
}

#nav ul li a.location{
	background:url(../images/nav_location.jpg) 0 0px;
}

#nav ul li a.calendar{
	background:url(../images/nav_calendar.jpg) 0 0px;
}
#nav ul li a.calendar{
	background:url(../images/nav_calendar.jpg) 0 0px;
}

#nav ul li a.parties{
	background:url(../images/nav_parties.jpg) 0 0px;
}

#nav ul li a:hover{
	background-position:0 -23px;
}



/* FORM */

#form {
float:right;
width:268px;
height:auto;
margin-right: 80px;
padding-top: 0px;
}


/* INFO */

#info {
float:left;
width:960px;
height:auto;
margin-top: 6px;
}

#info a{
color:#777777;
text-decoration:none;
}

#info a:hover{
color:#333333;
}

#info p{
font-family: Arial, Helvetica, sans-serif, normal;
font-size:11px;
color:#777777;
font-weight:100;
}

#clearer {
clear:both;
}
