a:link
{
	text-decoration:none;
	color:#5f1207;
}

a:visited
{
	text-decoration:none;
	color:#5f1207;
}
a:hover
{
	text-decoration:none;
	color:#9f5247;
}
a:active
{
	text-decoration:none;
}

body
{
	width:800px;
	background-color:#ffffff;
	border:0px;
	margin:500;
	margin-top: 50px;
	margin-left: 150px;
	float: left;
}
#template_top
{
	height: 0px;
	background-repeat: no-repeat;
}
#template_body
{
	background-color: #ece7d0;
	padding:5px 15px 5px 15px;
	height:auto;
	background-repeat:repeat-y;
	margin:500;
	clear:both;
	overflow:auto;
	margin-left: 1000px;
}
#template_bottom
{
	height:30px;
	background-color:#ece7d0;
	text-align:center;
	font-family: "Helvitica", sans-serif;
	font-weight: bold;
	color:#7f3227;
}
#template_bottom p
{
	float:left;
	width:33%;
	margin:0px;
	padding:0px;
	
}
#template_left
{
	float:left;
	width:201px;
}
#address p
{
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	color:#7f3227;
	font-family: "Helvitica", sans-serif;
	font-size:15px;
}
#address .center
{
	padding-left:3px;
}
#address
{
	width:201px;
	height:500px;
	float:left;
}
#content
{
	float:left;
	margin-left: 15px;
	width:533px;
	font-family: "Helvitica", sans-serif;
	font-weight: bold;
	color:#7f3227;
}
#content div.top
{
	height:13px;
	background-image: url(/images/template/content-top.png);
	background-repeat: no-repeat;
}
#content div.center
{
	padding: 10px 10px 10px 10px;
	background-image: url(/images/template/content-center.png);
	background-repeat: repeat-y;
} 
#content div.bottom
{
	height:13px;
	background-image: url(/images/template/content-bottom.png);
	background-repeat: no-repeat;
}
#content div.center p
{
	border:3px outset  #d3bf97;
	padding:5px;
	margin-top:10px;
	background:white;
}



.small_window div.top
{
	height:13px;
	background-image: url(/images/template/menu-top.png);
	background-repeat: no-repeat;
}
.small_window div.center
{
	background-image: url(/images/template/menu-center.png);
	background-repeat: repeat-y;
}
.small_window div.bottom
{
	height:13px;
	background-image: url(/images/template/menu-bottom.png);
	background-repeat: no-repeat;
}
#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li
{
	background-image:url(/images/template/button-small.png);
	background-repeat: no-repeat;
	width:187px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align:center;
	font-family: "Helvitica", sans-serif;
	font-weight: bold;
	color:#7f3227;
	cursor:pointer;
}
#menu ul li a
{
	width:187px;
	height:25px;
	display:block;
	color:#7f3227;
	padding-top:5px;
}
#menu ul ul li
{
	background-image:url(/images/template/sub-button.png);
	background-repeat: no-repeat;
	width:187px;
	height: 30px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family: "Helvitica", sans-serif;
	font-weight: bold;
	color:#7f3227;
	cursor:pointer;
}
#menu ul ul li a
{
	width:187px;
	height:25px;
	display:block;
	color:#7f3227;
	padding-top:5px;
}
#menu a:hover
{
	color:#Af6357;
}
#menu
{
	float:left;
	width:201px;
	padding-bottom:10px;
}
#menu .center
{
	padding-top:1px;
}
img
{
	border:none;
}
	
