body {
	background-color: #4C483C;
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #516C82;
	font-weight: bold;

}

a:hover {
	text-decoration: none;
}
#main {
	position:absolute;
	left:50%;
	width:780px;
	
	margin-top:0px;
	margin-left:-390px;
	margin-bottom: 8px;
	overflow: visible;
	height:auto;
	background-color: #FFFFFF;
	border-top: 1px solid #E3D79B;
	border-right: 1px solid #E3D79B;
	border-bottom: 3px solid #4C483C;
	border-left: 1px solid #E3D79B;
}

#main #topdiv {
	background-color: #FEF7CB;
	height: 288px;
	background-image: url(assets/top_bg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #E3D79A;
}
#main #topdiv #menu {
	width: 163px;
	top: 50px;
	padding-top: 135px;
	float: left;
	padding-left: 11px;
}

#main #topdiv #menu p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	color: #4F483D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB3A6;
	margin-left: 0px;
	padding-left: 12px;
	margin-bottom: 8px;
}
#main #topdiv #locations h1 {
	font-family: "Times New Roman", Times, serif;
	color: #516D83;
	font-size: 17px;
	/*background-image: url(assets/fleur.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;*/
	margin-bottom: 12px;
}
#main #topdiv #locations p {
	font-family: "Times New Roman", Times, serif;
	color: #516D83;
	font-size: 11px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
}

#main #topdiv #locations {
	float: right;
	width: 202px;
	padding-top: 15px;
	padding-right: 13px;
}


#main #bottomright {
	background-color: #FFF;
	float: right;
	width: 596px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E3D79B;
	
}
#main #bottomleft {
	width: 182px;
	min-height: 100%;
	background-color: #FFFFFF;
	float: left;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #E3D79B;
}
#bottomleft ul {
	list-style-type: disc;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 8px;
	padding-right: 4px;
	margin-top: -12px;
}
#bottomleft li {
	margin-bottom: 3px;
}
#main #bottom {
	background-color: #FFFFFF;
	width:100%;
	min-height:100%;
}
#main #bottom #bottomleft h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	/*background-image: url(assets/fleur.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;*/
	margin-top: 28px;
	margin-left: 8px;
	margin-right: 8px;
	color: #516C82;
	margin-bottom: 18px;
}
#main #bottom #bottomright h1 {
	font-family: "Times New Roman", Times, serif;
	color: #516C82;
	/*background-image: url(assets/fleur.gif);
	background-repeat: no-repeat;*/
	margin-top: 20px;
	font-size: 26px;
	/*padding-left: 26px;*/
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	/*background-position: left center;*/
}


#main #bottom #bottomright p {
	
	
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#main #bottom #bottomleft p {
	font-size: 12px;
	color: #516C82;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 18px;
	margin-left: 15px;
}

#bottomleft ul {
	padding-left: 16px;
}
#bottomleft li {
	margin-bottom: 6px;
}

#main #topdiv #menu p a:link {
	color: #4F483D;
	text-decoration: none;
}
#main #topdiv #menu p a:visited {
	color: #4F483D;
	text-decoration: none;
}
#main #topdiv #menu p a:hover {
	color: #4F483D;
	text-decoration: none;
	padding-left: 2px;
}
#main #topdiv #menu p a:active {
	color: #4F483D;
	text-decoration: none;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size:9px;
	text-align: center;
	padding: 15px 15px 0px 15px;
	margin-bottom: -15px;
	color: #516C82;
}
