@charset "utf-8";
/* CSS Document */

html { height: 101%; }

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: url(../images/general/bg.jpg) repeat-x;
	}
	
img {border: 0;}

a {color: #333; text-decoration: underline;}
a:link {color: #333; text-decoration: underline;}
a:visited {color: #333; text-decoration: underline;}
a:hover {color: #65a434; text-decoration: underline;}
a:active {color: #333; text-decoration: underline;}

.drop {
	margin: 0 auto;
	width: 980px;
	padding: 0 10px;
	background: url(../images/general/shadow_main.png) no-repeat;
	}
	
.wrap {width: 980px; margin: 0 auto; background-color: #fff;}

#header {
	height: 140px;
	position: relative;
	z-index: 2;
	}

#header .logo {
	width: 200px;
	position: absolute;
	bottom: 0;
	}

#header .nav-main {
	width: 650px;
	height: 29px;
	position: absolute;
	left: 245px;
	bottom: 12px;
	}
	
#nav-top {
	width: 300px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 10px;
	color: #a29994;
	text-align: right;
	}
#nav-top a {color: #a29994; text-decoration: none;}
#nav-top a:link {color: #a29994; text-decoration: none;}
#nav-top a:visited {color: #a29994; text-decoration: none;}
#nav-top a:hover {color: #5e5855; text-decoration: underline;}
#nav-top a:active {color: #a29994; text-decoration: none;}

.footer {
	font-size: 10px;
	color: #a0938b;
	}

