/****** WP web design Standard CSS
Design Colors:
	Blue			rgb(0,121,197), #0079C5
		mid-tone	rgb(116,195,242), #74C3F2
	Grey			rgb(96,93,92), #605D5C
******/

html {
	height: 100%;
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #605D5C;
	background: #74C3F2 url(images/gradient_back.png) top repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a {
	color: #0079C5;
	font-weight: bold;
	text-decoration: none;
}
p#error {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
h2 {
	position: relative;
	left: -30px;
}
input {
	width: 20.5em;
	font: inherit;
}
input[type="submit"] {
	float: left;
	width: auto;
	margin-top: 0.5em
}
label {
	float: left;
	width: 8em;
	padding: 0.1em 0em;
	margin-bottom: 0.5em;
}
textarea {
	width: 100%;
	height: 8em;
	font: inherit;
}

#container {
	position: relative;
	width: 640px;
	left: 50%;
	margin: 0px 0px 0px -320px;
	background: transparent url(images/body.png) center top repeat-y;
	min-height: 100%;
}
#container span {
	display: none;
}
#main {
	position: relative;
	height: 7px;
	margin-bottom: 180px;
	padding: 10px 30px;
	background: #0079C5 url(images/body_top.png) top center no-repeat;
}
#main p {
	position: absolute;
	top: 100px;
	left: 384px;
	margin-right: 30px;
}
#main h1 {
	height: 170px;
	background: transparent url(images/logo.png) top left no-repeat;
	margin-bottom: -20px;
}
#contact {
	position: relative;
	margin: 0px 30px;
	padding: 0px 30px 50px 30px;
}
#contact h2 {
	background: transparent url(images/contact.png) top left no-repeat;
	height: 30px;
	width: 200px;
}
#portfolio {
	position: relative;
	margin: 0px 30px;
	padding: 0px 30px;
	border-top: 1px solid #0079C5;
}
#portfolio h2 {
	background: transparent url(images/portfolio.png) top left no-repeat;
	height: 30px;
	width: 200px;
}
#footer {
	position: absolute;
	left: -1px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 75%;
	background: #74C3F2 url(images/bot_grad.png) top repeat-x;
	border: 1px solid #605D5C;
	font-weight: bold;
}
#footer a {
	font: inherit;
	color: #605D5C;
}