* {
	padding: 0px;
	margin: 0px;
	outline: 0px;
}
html {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url(../img/bg4.jpg) top center repeat;
	height: 100%;
	color: #fff;
}
a {
	text-decoration: none;
}
p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
	text-indent: 16px;
}
.clear {
	display: block;
	clear: both;
}
#wrapper {
	width: 640px;
	min-height: 100%;
	margin: auto;
	background: url(../img/leftbg.png) 10px 0px repeat-y;
}
#container {
	padding: 0px 10px;
	padding-bottom: 30px;
	width: 620px;
	margin: auto;
	overflow: hidden;
}
div#left {
	width: 218px;
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	height: 100%;
	padding-top: 50px;
	margin-right: 20px;
}
#left h1 {
	display: block;
	width: 218px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	height: 34px;
}
#left h2 {
	display: block;
	width: 218px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 16px;
	text-transform: uppercase;
}
#left ul {
	display: block;
	margin-top: 30px;
	width: 218px;
	line-height: 40px;
	text-align: center;
}
#left ul li {
	display: block;
	height: 40px;
	margin-bottom: 10px;
	background: url(../img/wash.png) center center repeat;
}
#left ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#left ul li a:hover {
	background: url(../img/wash.png) center center repeat;
}
div#right {
	width: 380px;
	float: right;
	margin-top: 129px;
	position: relative;
	min-height: 200px;
}
#right a {
	color: #63a5ff;
}
#right a:hover {
	text-decoration: underline;
}
#about {
	width: 338px;
	padding: 20px;
	border: 1px solid #000;
	background: url(../img/wash.png) center center repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#about img {
	width: 100px;
	height: 100px;
	float: right;
	border: 1px solid #000;
	margin-left: 16px;
	margin-bottom: 16px;
}
ul#social {
	width: 380px;
	line-height: 20px;
}
ul#social li {
	height: 60px;
	width: 380px;
	background: url(../img/wash.png) center center repeat;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul#social li a {
	display: block;
	height: 40px;
	padding: 9px;
	line-height: 24px;
	font-size: 16px;
	border: 1px solid #000;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul#social li span {
	display: block;
	font-size: 11px;
	line-height: 10px;
	color: #ddd;
}
ul#social li a:hover {
	background: url(../img/wash.png) center center repeat;
	text-decoration: none;
}
ul#social li a img {
	width: 32px;
	height: 32px;
	float: left;
	margin: 4px 12px 2px 0px;
}
form#contact {
	width: 380px;
	height: 352px;
}
form#contact #namewrap, form#contact #emailwrap, form#contact #subjectwrap, form#contact textarea {
	display: block;
	background: url(../img/wash.png) center center repeat;
	border: 1px solid #000;
	width: 163px;
	padding: 10px;
	height: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#contact label {
	display: none;
}
form#contact #namewrap input, form#contact #emailwrap input, form#contact #subjectwrap input {
	display: block;
	background: none;
	border: none;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	width: 163px;
}
form#contact #namewrap {
	float: left;
	margin-right: 10px;
}
form#contact #emailwrap {
	float: right;
}
form#contact #subjectwrap {
	width: 358px;
}
form#contact #subjectwrap input {
	width: 358px;
}
form#contact textarea {
	height: 176px;
	width: 358px;
	margin-bottom: 10px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	font-family: inherit;
	resize: vertical;
}
form#contact input[type=reset], form#contact input[type=submit] {
	display: block;
	line-height: 40px;
	font-size: 12px;
	height: 40px;
	border: 1px solid #000;
	background: url(../img/wash.png) center center repeat;
	width: 100px;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#contact input[type=reset] {
	float: left;
	margin-right: 140px;
}
form#contact input[type=submit] {
	float: right;
}
form#contact input[type=reset]:hover {
	color: #bf1e2d;
	border: 1px solid #bf1e2d;
}
form#contact input[type=submit]:hover {
	color: #99cc33;
	border: 1px solid #99cc33;
}
form#contact #loading, form#contact #success, form#contact #error {
	width: 50px;
	text-align: center;
	padding: 16px;
	background: url(../img/wash.png);
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: auto;
}
form#contact #loading img {
	text-align: center;
	margin-bottom: 10px;
}
form#contact #success {
	width: 140px;
}
form#contact #success img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
form#contact #error {
	width: 200px;
}
form#contact #error img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
#footer {
	width: 240px;
	position: absolute;
	line-height: 18px;
	text-align: center;
	bottom: 0px;
	left: -240px;
}
#social, #contact {
	display: none;
}