@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(../images/bg.gif);
}
p {
	margin: 0px;
	padding: 0px;
	color: #442626;
}
h2 {
	color: #EEB5B5;
	margin: 0px;
	padding: 0px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #b88383;
}

a:link {
	color: #B88383;
	text-decoration: underline;
}
a:hover {
	color: #4A2424;
}
#container {
	width: 601px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 585px;
}

#header {
	height: 120px;
	margin-bottom: 9px;
	width: 599px;
	border: 1px solid #dabdbd;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}


#menus {
	width: 134px;
	float: right;
}
.menuheader {
	background-color: #c5ccc5;
	height: 7px;
}
#menu1 {
	height: 250px;
	background-color: #F5D3D3;
	background-image: url(../images/linksbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 9px;
}
#menu1 ul {
	margin: 0px;
	padding: 0px;
}
#menu1 ul li {
	padding: 0px;
	list-style: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#menu1 ul li a {
	color: #b88383;
	text-decoration: none;
}
#menu1 ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
#menu2 {
	height: 170px;
	background-color: #F5D3D3;
	background-image: url(../images/infobottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#menu2 ul {
	margin: 0px;
	padding: 0px;
}
#menu2 ul li {
	padding: 0px;
	list-style: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}

#footer {
	height: 21px;
	background-image: url(../images/footercurl.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 35px;
}
#footerleft {
	float: left;
}

#footerright {
	float: right;
}
#listcontainer {
	height: 250px;
	padding-top: 7px;
	width: 380px;
	margin: auto;
	background-color: #F4EDEE;
	border: 1px solid #E9DADC;
}
#listcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#listcontainer ul li {
	margin: 4px;
	text-align: center;
}
#middlecontainer {
	margin-bottom: 9px;
	height: 450px;
}
#content {
	width: 441px;
	float: left;
	border: 1px solid #dabdbd;
	height: 434px;
	background-color: #fff7f7;
	overflow: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
