form, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
    
h1 {
	color: #824f21;
	font-weight: normal;
	font-family: garamond;
	margin: 0 0 15px 0;
	font-style: italic;
}

h3 {
	color: #fff;
	background: url(images/title_bg.jpg) repeat-x 0 -5px;
	height: 34px;
	line-height: 32px;
	padding: 0 10px;
	margin-bottom: 10px;
}
    
h4 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

a {
color: #666;
}

a:active {
outline: none;
-moz-outline: none;
}

a img {
border: none;	
}

.standout {
	list-style-image: url('images/arrow_goto_orange.png');
	text-align:left;
}

#container {
	width:775px;
	text-align:left;	
}

#titlebar {
	left:180px;
	width:545px;
	position:relative;
}

#main {
	background: url('images/photolarge2.jpg') no-repeat;
	width:642px;
	height:709px;
	position:relative;
	float:right;
}

#header {
	position:relative;
	left:-30px;
	top:-15px;
}

#content {
	background:#efefef;
	height:600px;
	width:594px;
	position:relative;
	left:18px;
	top:16px;
	overflow:auto;
	overflow-y: auto;
	padding:3px;
	font-family: verdana, tahoma;
	font-size:13px;
	text-align:justify;
	z-index:100;
}

#nav {
	padding-top: 5px;
}

#nav li {
    display:block;
}

#nav a {
    height: 105px;
    display: block;
    text-decoration: none;
    padding: 40px 18px 0 18px;
    width:80px;
}

.westin		{ background: url(images/navwestin.png) no-repeat center 12px; }
.register	{ background: url(images/navregister.png) no-repeat center 12px; }
.youth		{ background: url(images/navyouth.png) no-repeat center 12px; }
.schedule	{ background: url(images/navschedule.png) no-repeat center 12px; }
.food		{ background: url(images/navfood.png) no-repeat center 12px; }
.italic		{ font-style: italic; }
.italicg	{ font-style: italic; color:#666666; }

#nav a:hover {
	background-position: center 16px;
}