html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url('images/fon.gif');
	color: #fff;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#header {
	clear: both;
	height: 275px;
	background: url('images/top.png') top no-repeat;
	text-align: center;
	color: #fff;
}

#header #left {
	margin: 30px;
	margin-right: 0px;
	float: left;
	width: 250px;
	text-align: left;
	padding-top: 50px;
	border-bottom: 1px #fff dotted;
	padding-bottom: 10px;
}

#header #right {
	margin: 30px;
	margin-left: 0px;
	float: right;
	width: 250px;
	text-align: left;
	padding-top: 50px;
	border-bottom: 1px #fff dotted;
	padding-bottom: 10px;
}

#header .title {
	display: inline;
	background-color: #ff7f00;
	padding: 3px;
	margin-bottom: 5px;
}

#header #logo {
	width: 420px;
	padding: 30px 0px;
	margin: 0px auto;
}

#header .menu-item {
	margin: 0px 45px;
	margin-bottom: 30px;
}

#wrapper {
	clear: both;
	padding: 30px;
	text-align: left;
	color: #fff;
}

#wrapper .title {
	display: inline;
	background-color: #005166;
	padding: 3px;
	margin-bottom: 5px;
	color: #fff;
	padding-right: 100px;
}

#wrapper input, textarea {
	background-color: #d4d4d4;
	border: none;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 11px;
	margin: 5px 0px;
	width: 100%;
}

#wrapper .submit {
	background-color: #005166;
	border: 1px #ff7f00 solid;
	width: auto;
	color: #fff;
}

.table td {
	padding: 10px;
	vertical-align: top;
	width: 33%;
}

.portfolio {
	width: 100%;
	cursor: pointer;
}

.portfolio .image {
	height: 140px;
}

.portfolio td {
	width: auto;
	padding: 0px;
	vertical-align: top;
}

.portfolio .date {
	background-color: #ff7f00;
}

.portfolio .description {
	text-align: left;
	padding-left: 10px;
}

#footer {
	background: url('images/fon.gif');
	color: #fff;
	border-top: 1px #fff dotted;
}

#footer #left {
	padding-left: 40px;
}

#footer #right {
	padding-top: 35px;
	padding-right: 40px;
}

#footer #contacts {
	padding-top: 35px;
	padding-left: 40px;
}

#footer .title {
	display: inline;
	background-color: #ff7f00;
	padding: 3px;
	margin-bottom: 5px;
	padding-right: 150px;
}

#footer input, textarea {
	background-color: #fff;
	border: 1px #fff solid;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 11px;
	margin: 5px 0px;
	width: 100%;
}

#footer .submit {
	background-color: #ff7f00;
	border: 1px #ff7f00 solid;
	width: auto;
	color: #fff;
}