body {
	background-color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-top:0px;
	color : #6A2E2D;
}

* { margin: 0; padding: 0; }

a:link, a:visited, a:active {
	color: #7B465C;
}

a:hover {
	color: #A078A3;
}

#wrapper {
	width: 823px;
	margin: 0 auto 0 auto;
	background-image: url(images/content_back.png);
	background-repeat:repeat-y;
	min-height:500px;

}

#header {
	height:201px;
	text-align:center;
	padding:5px 0px 0px 0px;
	}

#content {
	width:723px;
	padding:10px 50px 10px 50px;
	margin-bottom:-10px;
	background-image: url(../images/content-back.gif);
	background-repeat: no-repeat;
}


#content p {line-height:20px;}
#content img {
	border:0px solid #E6CDDA;
	padding:5px;
}

#content ul, #content ol {padding-left:40px;}
#content ul li, #content ol li {padding:5px;}


#footer-left {background-image:url(../images/00-Footer-01.gif); width:200px; height:60px; float:left;}
#footer-center {width:320px; height:60px; text-align:center; float:left;}
#footer-right {background-image:url(../images/00-Footer-02.gif); width:200px; height:60px; float:left;}
#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color:#694623;
	text-decoration:underline;
}
#header a:hover, #footer a:hover {
	color:#006;
	text-decoration:underline;
}

#left a:link, #left a:visited, #left a:active {
	text-decoration:none;}

#left a:hover {text-decoration:underline;}

h1 {
	font-size:20px;
	color:#BE3D2E;
	font-family:"Times New Roman", Times, serif
}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}


ul#menu
{
	margin:0 0 0 195px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:44px;
	letter-spacing:1px;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#7B465C;
	text-decoration:none;
	font-weight:bold;
	padding:9px 20px 10px 20px;
	border-top:5px solid #E6CDDA;
}
	
ul#menu li a:hover
{
	color:#A078A3;
	border-top:5px solid #A078A3;
	background-color: none;
}
	

