@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E9EFF7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}

.text {
	padding: 15px;
}
.hometext {
	font-size: 14px;
}

.title {
	font-weight: bold;
}
img.wrap {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


div.shadow {
	height: auto;
	width: 770px;
	background-image: url(images/shadow_bgr.gif);
	background-repeat: repeat-y;
}


div.container {
	width: 750px;
	background-color: #FFFFFF;
}
div.banner {
	height: 70px;
}



div.menu {
	height: 25px;
	background-color: #44302d;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div.mainarea {
	height: auto;
}
div.lefthome {
	float: left;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 160px;
}
div.righthome {
	width: 249px;
	height: 190px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #3E2C29;
}
div.righthome img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div.undermain {
}

div.undermainleft {
	float: left;
	width: 500px;
}
div.textundermain {
	background-repeat: no-repeat;
	font-size: 14px;
	color: #44302D;
	background-color: #E9EFF7;
	padding: 10px;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

div.undermainright {
	float: right;
	width: 250px;
}
div.footer {
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #312323;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 10px;
}
div.footer #left {
	float: left;
	width: 475px;
}
div.footer #right {
	float: right;
	width: 225px;
}
