body, html {

	margin: 0;
	padding: 0;
	background-image: url(../gfx/background.gif);
	background-repeat: repeat-x;
	background-color: #272735;
	text-align: center;
}
*, img {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #d6d6d6;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #d6d6d6;
}

.site {
	width: 870px;
	text-align: left;
	margin: 0 auto;
}

.logo {
	 width:212px;
	 height:74px;
	 float: left;
}
.menu {
	width: 530px;
	float: right;
	margin-top:46px;
}

.menu ul {
	margin: 0;
	float: right;
}

.menu ul li a {
	text-decoration: none;
	/* color: #af3301; */
	color:#2b2f33;
}

.menu ul li {
	float: left;
	list-style: none;
	padding: 4px 20px;
	/* background-color: #f47a30; */
	background-color: #798087;
	margin-left: 10px;
	
}

.menu ul li.active {
	/* background-color: #b14b08; */
	background-color: #555e67;
	background-image: url(../gfx/background_menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.menu ul li.active a {
	color:#FFF;
}

.text,.preview,.preview_blocks,.image {
	float:left;
	width: 870px;
	background-color: #353542;
	margin-top: 24px;
	background-image: url(../gfx/background_text.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.text p {
	margin:15px 20px;
	
}

.text img {
	float: left;
	margin:9px 15px 10px 0px;
	
}

.text.frontpage {
	width: 572px;
}

.text.me {
	width: 274px;
	float: right;
}

.text.about {
	width: 274px;

}

.text.form {
	width: 572px;
		float: right;
}

input, textarea {
	background-color: #353542;
	border: 1px solid #d6d6d6;

}

.text h1 {
	margin:15px 20px;
	font-size:16px;
	font-weight: bold;
}
.text.form {
	display: block;
	padding-bottom: 20px;

}
.text.form p {
	clear: both;
	margin: 0 20px;
}
.text.form label, .text.form input, .text.form textarea {
	display: block;
	float: left;
	width: 270px;
	margin: 5px 0;
	height: 20px;
}

.text.form input, .text.form textarea {
	padding: 0 5px;
}
.text.form input.button {
	width: 100px;
	margin-bottom: 20px;
}

.text.form textarea {
	height: 150px;
}

.text.form label {
	width: 170px;
}

.text.form .error {
	color: red;
	margin-left: 190px;
}

.preview_blocks {
	background:none;
}

.preview_blocks img {
	display: block;
	float: left;
	margin-right: 24px;
}
.preview_blocks img.last {
	margin-right: 0;
}

.preview p {
	margin: 10px;
}

.preview img {
	width: 75px;
	height: 75px;
	margin: 5px;
}

.footer {
color: #6e6e77;
	clear: both;
	padding: 20px 0;
}
.footer a {
color: #6e6e77;
}
