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

body  {
	background-color: #5353AA;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bkg.png);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Lucida Grande, arial, sans serif;
	font-size: 12px;
	color: #f7ee25;
	line-height:18px;
	
}

a {color: #f7ee25;}
a:hover {text-decoration:none;}



#container {

	background-image: url(images/bkg2.png);
	
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:10px;	
	}

#dateline {
margin-top:5px;
margin-left:550px;
}

#navigation {
margin-left:520px;
}

#mainContent {
width:750px;
margin: 0px auto;
margin-top:25px;
}

#leftColumn {
width: 266px;
float:left;
color: #639acc;
font-size:11px;
text-align:left;
}

#rightColumn {
width:475px;
float:right;
text-align:left;

}

h2 {line-height:22px;}


.caption {
	font-size: 11px;
	color: #f7ee25;
	font-style: italic;
	
}

#leftColumn a {
color: #639acc;
text-decoration:none;
}

#leftColumn img {border: 1px solid #f7ee25;}

#leftColumn a:hover {
text-decoration:underline;
}

#fb1 {
background-image: url(images/f-box1.png);
width:266px;
height: 119px;
}


#fb2 {
background-image: url(images/fbox2.png);
width:266px;
height: 119px;
}

#blog{
padding-top:75px;
margin-left: 20px;
}

#events {
padding-top:50px;
margin-left: 20px;
}

#food img{border: none;}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
width: 100%;
height: 500px;
background-image: url(images/footer.png);
background-repeat: repeat-x;
background-color:#505199;
}

#footer p{
padding-top:20px;
}
