/*Westfest Stylesheet*/

body {
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
	background: #B8E5F0 url(images/Westfest-Blue-backgnd.png) repeat-x left top;
}

h1,h2,h3,h4,h5,p,dl,dd,ol,li,td {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

li {
	list-style-image: url(images/leafBullet.gif);
	padding-bottom: 1em;
}

img {
	padding: 3px;
	margin: 2px;
	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px #913e1a solid;
	line-height: 20px;
	text-shadow: #777 1px 1px 2px;
	clear: both;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px
}

em {
	font-style: oblique;
}

strong {
	font-weight: bolder;
}

a:link, a:visited {
	text-decoration: none;
	color: #913e1a;
}

a:hover {
	text-decoration: none;
	color: #c63;
	border-bottom: 1px #999 dotted;
}

a.image, a.image:link, a.image:visited, a.image:active, a.image:hover {
	text-decoration: none;
	border-bottom: none;
}

#wrapper {
	background: white url(images/wrapperBackground.png) repeat-y;
	width: 800px;
	margin: 0 auto;
}

#header {
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #6BCCDC;
	color: #666666;
	border-bottom: dotted #000

000 1px;
	background: #B8E5F0 url(images/Westfest-Blue-backgnd.png) repeat-x left top;
}

#header p {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#header img.bannerimage {
	margin-left: 25%;
}

#leftcolumn {
	padding: 10px;
	float: left;
	color: #666666;
	width: 180px;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#date {
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	margin-top: 300px;
}

#navbar {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #809780;
	border-top: 1px #996633 solid;
	border-bottom: 1px #996633 solid;
	font-weight: bold;
	padding: 0px;
	width: 175px;
	float: left;
}

#navbar a:link, #navbar a:visited {
	color: #fff;
	background-color: #612f00;
	text-decoration: none;
	display: block;
	border-left: 10px #93643E solid;
	border-right: 10px #B7987F solid;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px
}

#navbar a:hover {
	background-color: #B7987F;
	text-decoration: none;
	border-left: 10px #612f00	 solid;
	border-right: 10px #612f00 solid;
	border-bottom: none;
	color: #612f00;
}

#navbar a.current,
#home-page #home-nav,
#about-page #about-nav,
#login-page #login-nav,
#info-page #info-nav,
#officials-page #officials-nav,
#contact-page #contact-nav,
#sponsors-page #sponsors-nav,
#photos-page #photos-nav {
	background-color: #896340;
	color: #fff;
	border-left: 10px #612f00	 solid;
	border-right: 10px #612f00 solid;
}

#maincontent {
	float: right;
	padding: 20px 40px 30px 10px;
	width: 500px;
	text-align: left;
	/*margin-left: 200px;*/
	color: #333;
	min-height: 450px;
}

#footer {
	padding: 2%;
	text-align: center;
	clear: both;
	background-color: #fff;
	background-image: url(images/HeadImage.jpg);
	background-repeat: repeat;
	color: #333333;
	border-top: dotted #000000 1px;
	border-bottom: 1px black dotted;
}

#registration {
	padding: 20px 40px 30px 10px;
	width: 800px;
	height: 600px;
	text-align: left;
	background-color: #ffffff;
	color: #333333;
}

#footer p {
	color: #999;
}

#footer a:hover {
	border-bottom: none;
}


.schedule {
	line-height: 10px;
	margin-left: 80px;
	text-indent: -30px;
}

.committee {
	float: left;
	min-height: 20px;
	margin: 5px 10px 2px 10px;
	width: 220px;
	text-align: center;
}

.committee img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.photo {
	border: 1px #913e1a solid;
	margin: 5px 5px 15px 5px;
	text-align: center;
}

.sponsorleft {
	text-align: center;
	background-color: #99cc99;
	vertical-align: middle;
	color: #fff;
}

.sponsorright {
	text-align: center;
	float: right;
	vertical-align: middle;
	color: #fff;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}