@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	margin-top: 60px;
	background-color: #585048;
	background-image: url(../images/general/bg_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5b4f3d;
	}

img {border: 0;}
a {color: #5b4f3d;}
a:link {color: #5b4f3d;}
a:visited {color: #5b4f3d;}
a:hover {color: #d9912b;}
a:active {color: #5b4f3d;}

.wrap {
	width: 1018px;
	margin: 0 auto;
	}

#header {margin: 0 auto; margin-bottom: 0px; width: 1000px; position: relative; height: 41px;}

.logo {
	height: 41px;
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	}

.nav {
	width: 600px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	}

.content_wrap {
	background-image: url(../images/general/content_dropsh.png);
	background-repeat: no-repeat;
	height: 460px;
	padding: 9px;
	}
.content {
	background-color: #ffffff;
	height: 460px;
	position: relative;
	}

	
#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1d2a9;
	position: relative;
	}
#footer a {color: #e1d2a9; text-decoration: none;}
#footer a:link {color: #e1d2a9; text-decoration: none;}
#footer a:visited {color: #e1d2a9; text-decoration: none;}
#footer a:hover {color: #e1d2a9; text-decoration: underline;}
#footer a:active {color: #e1d2a9; text-decoration: none;}

#footer div {float: left; margin-right: 0px;}
#footer .right {float: none; text-align: left; position: absolute; top: 60px; left: 0; width: auto;}
#footer .logos {
	float: right;
	width: 350px;
	text-align: right;
}

#footer .logos ul {padding: 0; margin: 0;}
#footer .logos li {list-style: none; display: inline; padding: 0; margin: 0; margin-left: 20px;}

h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #6d6e71; display: inline; padding: 0; margin: 0; text-transform: ;}
.title {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #6d6e71; }
.small {font-size: 10px;}

