body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
margin: 0; padding: 0;
}

a {text-decoration:none; color: #9c7526;}
a:hover {text-decoration:underline; color: #e6b248;}
img {border: 0;}

#container {
	  MARGIN:0px;  BACKGROUND-REPEAT: repeat-y; BACKGROUND-COLOR: #fff;
}

#banner {
background: url(logo.jpg) no-repeat top left;
height: 367px; 
}

#nav {
	FLOAT: left; WIDTH: 320px;
	background:url(mnu_bg.jpg) no-repeat top left;
	height: 1190px;
}

#nav p {
margin: 20px;
}

#text_content {
background: white;
padding-top: 20px;
float: left;
width: 60%;

}

#text_content h1 {

	MARGIN-TOP: 0px;
	font-size: 16px;
	color: #ee202d;
}

#footer {
	CLEAR: both;  BACKGROUND-COLOR: white; TEXT-ALIGN: left;
	background:url(footer_bg.jpg) repeat-x top left; height: 93px;
	padding-left: 70px;
	padding-top: 110px;
	font-size: 11px;
	color: #999999;
}

.underlined {text-decoration:underline;}

