@charset "UTF-8";
/* CSS Document */

body {
	background-color: #5A251D;
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#nav {
	margin-left: 3px;
}
#content {
	background-image: url(images/1015.StageBG.v1.2.png);
	background-repeat: repeat-y;
	margin-left: 70px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	margin-right: 85px;
}
#header {
	margin-left: 26px;
}
#footer {
	margin-left: 70px;
	clear: both;
}
a:link, a:visited {
	font-weight: bold;
	color: #5A251D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-size: 125%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 80%;
}
p {
	font-size: 75%;
}
li {
	font-size: 75%;
}
.portfolio img {
	border: 1px solid #5A251D;
	margin-right: 20px;
	margin-bottom: 20px;
}
form {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5A251D;
	margin-left: 20px;
	padding-left: 25px;
	padding-top: 11px;
}
label {
	margin-bottom: 10px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
input {
	margin-top: 5px;
	border: 1px solid #5A251D;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
textarea {
	margin-top: 5px;
	border: 1px solid #5A251D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px;
}
#leftcol {
	float: left;
	margin-top: 10px;
	width: 200px;
}
#rightcol {
	margin-left: 200px;
	margin-top: 27px;
}
.zemSubmit {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #5A251D;
	border: 1px solid #000000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.testclient {
	font-weight: bold;
	margin-bottom: 30px;
	color: #5A251D;
}
.test {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#bottom {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5A251D;
	text-align: center;
}
.clear {
	clear: both;
}
