@charset "UTF-8";
/* CSS Document */

body{
	background: #5F0702 url(images/bkg_mainbody2.jpg);
	background-position:top left;
	
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a img {border:none;}

#twitter {margin: 0 0 0 20px;}

#wrapper{
	width:700px;
	margin: auto;
	overflow:visible;
}
#sponsors{
	background-color:#FFF;
	border:1px solid #660000;
	text-align:center;
}

#sponsors img{
	margin:5px;
	vertical-align:middle;
}

#header{
	margin: auto;
	width:700px;
	background:url(images/headerbkg09.png) no-repeat;
	height:205px;
}

#contentwrapper{
	margin: auto;
	width:620px;
	height:100%;
        min-height: 300px;
	background:url(images/bkg_body.png);
	background-repeat:repeat-y;

	padding:0px 40px 0px 40px;
	clear:both;
}

a{
	color: #990000;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
}

#nav{
	background-color:#9FA615;
	float: left;
	width:140px;
	margin: 0px 20px 8px -10px;
	padding:0px;
	color: #FFF;
}
#nav a{
	color: #FFF;
	display: block;
	padding:5px;
	text-decoration:none;
}

#nav a:hover{
	color: #FFF;
	background-color: #990000;
	text-decoration:underline
}


#logo {
	/*position:absolute;
	
	left:165px;
	top:113px;
	width:157px;
	height:424px;*/
	float: left;
	margin-left:-118px;
	padding-right: 30px;
	width: 157px;
	
	/*border: 1px solid black;
	*/
}


#footer{
	margin: auto;
	width:700px;
	background:url(images/bkg_footer.png);
	height: 71px;

}


.sponsorbox{
	background-color:#FFFFFF;
	padding:5px;
	border: 1px solid #000;
	margin:3px;
}
.mediumtext{
	font-size: 12px;
}

.smalltext{

	font-size: 10px;
}

.burgundytext{
	color: #5f0702;
}

.visitmiddleton{
	font-size:.8em;
	padding:0px 0px 0px 65px;
	*padding:0px 0px 10px 65px;
}

#fire {float:right;}

#band {
clear:both;
float:left;
padding: 20px 0;}
#food {
float:right;
position:relative;
padding: 20px 0;}

#blurb1 {float:right;
width:350px;}

.blurb {float:left;
width:200px;}

#blurb2 {float:left;
width:350px;}

#video {padding: 25px 0 0 0px;}

.right {float:right;}
