body {
	background: url(images/bg.gif);
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 20px;
	color: black;
}

#container {
	background-color:#7c5e4b;
	width: 786px;
	margin:auto;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	border: 2px solid #000;
	letter-spacing: normal;
}

#header {
	background: url(images/header2.jpg);
	margin: 0px 0px;
	padding: 0px;
	height: 264px;
}

	#header h1 {
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
	}

#content {
	margin-left: auto;
	margin-right: auto;
	float:left;
	padding: 10px;
	height: auto;
	width: 435px;
	border-right: 1px solid #000;
	background: #7c5e4b;
}

#content p {
	color: #fff;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: dashed 1px #fff;
	color: #fff;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: dashed 1px #fff;
	color: #fff;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #fff;
	color: #fff;
}

#content a:link {color: #f2dbc6;}
#content a:visited {color: #f2dbc6;}
#content a:hover {color: #fff;}

#content ul {
	list-style: disc;
	font-size: 12px;
	color: #FFFFFF;
}

#content li {
	padding-top: 7px;
	padding-bottom: 7px;
}

#menu {
	padding-right: 0px; 
	margin-top: 0px; 
	float: right; 
	padding-left: 580px; 
	height: 264px; 
	line-height: 1.9em; 
	padding-top: 0px; 
	width: 250px; 
	font-size: 12px;
}

#menu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 235px;
}

#menu li {
	margin: 0px;
	display: inline;
	list-style-type: none;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
}

#menu li a {
	background: inherit;  
	color: #fff; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Tahoma; 
	font-weight: bold; 
	padding: 3px;
}

#menu li a:hover {
	background: inherit;
	color: #7c5e4b; 
}

#right {
	margin-right: auto;
	margin-left: auto;
	float: right;
	height: auto;
	padding: 10px;
	width: 310px;
	background: #f2dbc6;
}

#right p {
	font-size: 12px;
	color: #7c5e4b;
}

#right p a:link {color: blue;}
#right p a:visited {color: blue;}
#right p a:hover {color: #fff;}


#right h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #000;
	color: #7c5e4b;
}

#right ul {
	list-style: disc;
	font-size: 10px;
	color: #7c5e4b;
}

#footer {
	background:#cda174;
	height: 48px;
	clear: both;
}
	#footer p {
		color:#000;
		text-align: center;
		margin-top: 15px;
		font-size: 9px;
		letter-spacing: normal;
		}
	#footer a:link {
		color: #fff;
	}
	#footer a:visited {
		color: #fff;
	}
	#footer a:hover {
		color: #7c5e4b;
	}

