@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: georgia, serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
}

h3 {
	font-size: 19px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
}

body {
	background-image: url(../images/back_img.jpg);
	background-color: #d8d8d8;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #3f3420;
	line-height: 1.4em;
}

#wrapper {
	width: 1000px;
	height: 670px;
	margin: 0px auto;
	background-image: url(../images/wrapper_img.jpg);
}

#header {
	height: 370px;
	margin: 0px 20px;
}

#content {
	color: white;
	margin-right: 260px;
	margin-left: 220px;
}

.content_left {
	float: left;
	width: 270px;
}

.content_right {
	float: right;
	width: 215px;
}

.cont_link {
	color: #3f3420;
}

#footer {
	height: 20px;
	color: #6b5e55;
	margin-left: 20px;
}

#footer a {
	color: #6b5e55;
}

/**** clear-divs ****/

.c0 {margin: 0px; padding: 0px; border: 0px; height: 0px; clear: both; line-height: 0px;}
.c5 {margin: 0px; padding: 0px; border: 0px; height: 5px; clear: both; line-height: 5px;}
.c10 {margin: 0px; padding: 0px; border: 0px; height: 10px; clear: both; line-height: 10px;}
.c12 {margin: 0px; padding: 0px; border: 0px; height: 12px; clear: both; line-height: 12px;}
.c20 {margin: 0px; padding: 0px; border: 0px; height: 20px; clear: both; line-height: 20px;}
.c33 {margin: 0px; padding: 0px; border: 0px; height: 33px; clear: both; line-height: 33px;}
.c38 {margin: 0px; padding: 0px; border: 0px; height: 38px; clear: both; line-height: 38px;}
.c48 {margin: 0px; padding: 0px; border: 0px; height: 48px; clear: both; line-height: 48px;}
.c50 {margin: 0px; padding: 0px; border: 0px; height: 50px; clear: both; line-height: 50px;}
.c70 {margin: 0px; padding: 0px; border: 0px; height: 70px; clear: both; line-height: 70px;}
