* {
margin:0px;
padding:0px;
font-family:georgia, serif;
font-size:15px;
line-height:21px;
font-weight:normal;
color:#333;
}

body{
	background-color:#C9C59C;
	}	

	
/* General Layout
-----------------------------------------*/

#main_container{
	width:900px;
	height:600px;
	margin-top:0px;
	margin-bottom:40px;
	margin-left:50px;
	}

img{
float:left;
margin-top:200px;
}

#content_container{
width:420px;
height:auto;
float:left;
background-color:#ffffff;
border-top:12px solid #913108;
padding:0 45px 25px 45px;
}


#footer_container{
width:510px;
height:60px;
float:right;
padding-right:30px;
padding-top:15px;
background-color:#C9C59C;
}

/* Text and Headings
-----------------------------------------*/



p{
margin-bottom:12px;
}



p.footer{
margin-left:45px;
color:#333;
}


h1{
	font-size:30px;
	line-height:30px;
	margin-top:45px;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:3px;
}


h2 {
font-family:georgia;
font-size:18px;
line-height:18px;
margin-top:20px;
margin-bottom:5px;
color:#000;
}

ul{
list-style:none;
margin-top:10px;
padding-left:80px;
}

li{
margin-bottom:5px;
}

.italic{
font-style:italic;
}

.away{
background-color: lightgray;
padding:3px 6px 3px 18px;}


/* Links
-----------------------------------------*/
	
	
a:link {
	color: #913108;
	text-decoration: none;
}
a:visited {
	color: #913108;
	text-decoration: none;
}
a:hover {
	color: #ba6647;
}
a:active {
	color: #ba6647;
	text-decoration: underline;
}		