body {
	margin: 0;
	font: 12px Verdana, Arial;
	line-height: 150%;
	color: #e6e6e6;
	background-image: url("/images/body_bg.jpg");
}

img { border: 0; }

a { border: none; }

a, a.visited, a.active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
}

a:hover {
	text-decoration: none;
	border-bottom: none;
}

.links a, .links a.visited, .links a.active {
	text-decoration: none;
	border-bottom: none;
}

.links a:hover {
	text-decoration: none;
	border-bottom: none;
}

h1 { color: #fff; font-weight: normal; font-size: 18px; margin-bottom: 18px; }

h2 { color: #e6e6e6; font-weight: normal; font-size: 18px; margin-bottom: 10px; */ margin-bottom: -10px; }

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-y;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 82px;
	background-color: #2b2b2b;
	padding-left: 30px;
}

#banner {
	width: 813px;
	height: 323px;
}

#main {
	background-image: url("/images/main_bg.jpg");
	background-repeat: repeat-y;
	padding-left: 50px;
	margin-top: -15px;
	*/margin-top: 0;
}

#left {
	position: absolute;
	width: 400px;
	*/margin-left: -470px;
}

#left p { text-align: justify; color: #fff; }

#left_big {
	padding-right: 100px;
}

#right {
	width: 250px;
	margin-left: 470px;
	padding-right: 20px;
	padding-top: 10px;
}

#mailform input, textarea {
border:1px solid #999999;
background:#CCCCCC;
}
#mailform input:focus,#mailform input:hover {
border:1px solid #333333;
}

#footer {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 5px;
	font-size: 11px;
}
