﻿* {
	margin:0;
	padding:0;
}

body {
	background: #eee url(bg.jpg);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #7f444e;
	text-decoration: none;
}

a:hover {
	color: #986c74;
}

h1, h2, h3, h4, h5, h6 {
	color: #7f444e;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

#wrapper {
	width: 960px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3); 
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#header {
	width: 960px;
	height: 300px;
	background: url(header.jpg);
}

#nav {
	width: 960px;
	height: 50px;
	background: url(nav-bg.jpg);
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
	float: left;
}

#nav li a {
	font-size: 14px;
	float: left;
	line-height: 51px;
	padding: 0 25px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

#nav li a:hover {
	color: #111;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}

#content {
	background: #fff url(content-bg.jpg) repeat-x top center;
	padding: 30px;
	line-height: 1.6em;
	border-bottom: 1px solid #ddd;
}

#content h1 {
	margin-bottom: 20px;
}

#content ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#content p {
	margin-bottom: 15px;
}

input, textarea {
	padding: 5px;
	border: 1px solid #ddd;
}

input#Contact_Send {
	color: #fff;
	background: #7f444e;
	padding: 10px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

input#Contact_Send:hover {
	cursor: pointer;
	background: #986c74;
}

#footer {
	background: #fff;
	border-top: 1px solid #F9F0E9;
	clear: both;
	overflow: hidden;
	padding: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.copyright {
	float: left;
	width: 50%;
}

.design {
	float: right;
	width: 50%;
	text-align: right;
}