* {
margin: 0;
padding: 0;
}

#body {
font: 9pt/18px "Lucida Grande", Lucida, Verdana, sans-serif;
height: 1100px;
	background: #ef4224 url(images/background_slice2.jpg) repeat-x;
}

#container {
width: 1050px;
height: 800px;
margin: 0 auto;
background: white;
color: #303030;
-moz-box-shadow: 3px 3px 3px #303030;
-webkit-box-shadow: 3px 3px 3px #303030;
box-shadow: 3px 3px 3px #303030;
position: relative;
}


#header {
width: 1050px;
height: 150px;
margin-left: auto;
margin-right: auto;
}


#leftbar {
	width: 300px;
	height: 650px;
	float: left;
	padding: 75px 20px 25px 20px;
	background-color: silver;
}


#likebar{
	width: 275px;
	height: 125px;
}

#feedbox {
width: 292px;
height: 450px;
margin-top: 25px;
}

#rightbox {
	width: 700px;
	float: left;
	background-color: white;
	padding-top: 35px;
}

#abovecalendar {
	width: 650px;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: 25px;
	float:left;
}


#calendar {
width: 700px;
height: 650;
float: left;
margin-left: 20px;
}



#footer {
width: 1050px;
height: 30px;
clear: both;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #000;
}

#footerlist {
text-align: center;
font-size: 8pt;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
color: white;
border-top: 1px solid #665D5E;
padding-top: 10px;
}
	

#footerlist li {
list-style: none;
margin: 0;
padding: 0.25em;
color: white;
display: inline;
}

#footerlist li a {
text-decoration: none;
color: yellow; 	
}

h1, h2, h3 {
	color: #ef4224;
	margin-bottom: 10px;
}

.footertext{
	font-size: 8pt;
	text-align: center;
	color: white;
}

.headerimage {
margin-top: 0px;
}

.caption {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #665D5E;
	margin-bottom: 15px;
	margin-top: 0;
}

.contact {
	font: 12pt/16pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-align: center;
}


