body {
	background-color:#dfe1e4;
	background-image:url('images/page_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	text-align:center;
	padding:10px 0 0 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#watermark {
	margin:80px 0 0 80px;
	display:block;
	position:absolute;
	height:323px;
	width:600px;
}
a img {
	border:none;
	text-decoration:none;
}
img a {
	border:none;
	text-decoration:none;
}
a.button {
	margin-left:160px;
	background-image:url('images/button.png');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	padding:12px 0 12px 0;
	width:162px;
	height:56px;
	float:left;
	color:#fff;
	text-decoration:none;
	position:relative;
	z-index:99;
}

a.button:hover {
	text-decoration:none;
}

#contact {
	margin:auto;
	width:70px;
    float:left; 
	height:30px;
	text-align:left;
	padding-left:50px;
	padding-top:5px;
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	background-image:url('images/contact.png');
	background-repeat:no-repeat;
	background-position:10px 0;
}

#content_top {
	margin:0 auto;
	background-image:url('images/content_bg_top.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:132px;
	width:800px;
}
#content_top a {
	text-decoration:none;
	border:none;
}

#content_top a:hover {
	cursor: hand;
}

#content_wrapper {
	margin:0 auto;
	background-image:url('images/content_wrapper_bg.png');
	background-repeat:repeat y;
	background-position:top left;
	height:auto;
	width:800px;
}

#nav {
	background-image:url('images/nav_bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:75px;
    margin:0px 0 0 4px;
}

#nav ul {
	text-align:left;
	margin:auto;
	list-style:none;	
	padding:8px 0 0 0;
	width:760px;
}

#nav ul.top {
	border-bottom:1px solid #a1a3a4;
}

#nav li {
   	display:inline;
   	text-align:left;
}
#nav a:hover {
	border-bottom:none;
}
#main_content_top {
	margin:0 auto;
	background-image:url('images/main_content_bg_top.png');
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	width:795px;
    margin-bottom:-20px;
	margin-top:-20px;
}

#content {
	margin:0 auto;
	text-align:left;
	background-image:url('images/content_bg.png');
	background-repeat:repeat y;
	background-position:center;
	height:auto;
	width:795px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#content h2 {
    width:760px;
	margin:20px 0 10px 15px;
	text-align:center;
	border-bottom:1px solid #a1a3a4;
}

#content h3 {
	margin:20px 0 4px 25px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	z-index:9999;
}

#content p {
	padding:0 25px;
	line-height:20px;
	position:relative;
	z-index:99;
	margin:0 0 10px 0;
}

ul.content_list {
	margin:0 0 20px 80px;
	padding:0 20px 0 0;
	position:relative;
	z-index:99;
}

#main_content_bottom {
	margin:0 auto;
	background-image:url('images/main_content_bg_bottom.png');
	background-repeat:no-repeat;
	background-position:center;
	height:95px;
	width:795px;
	margin-top:-20px;
	position:relative;
	z-index:0;	
}

#content_bottom {
	margin:0 auto;
	background-image:url('images/content_bg_bottom.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
	width:800px;
}

#footer {
	margin:auto;
	width:800px;
}

#footer a {
    font-size:10px;
	font-weight:bold;
	color:#7E2436;
	text-decoration:none;
}

#footer a:hover {
	border-bottom:1px solid;
}

#footer ul {
	text-align:center;
}

#footer ul li {
	display:inline;
	border-right:1px solid #a1a3a4;
	padding:0 10px 2px 8px;
	
}

#footer ul li.last {
	display:inline;
	border-right:none;
}

#copyright {
	font-size:10px;
	color:#a1a3a4;
}

fieldset {
	border:none;
	width:60em;
	padding:20px 0 20px 0;
	margin:auto;
    margin-top:10px;
	text-align:left;
}

label,input.text {
	display: block;
	width: 15em;
	float: left;
	margin-bottom: 10px;
	line-height:1.25em;
	font-size:1em;
}

input.text {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	border:1px solid #6B95BF;
    padding-left:3px;
	height:1.25em; 
}

input.text:focus {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}


label {
	text-align: right;
	width: 10em;
	padding-right: 10px;
}

br {
	clear: left;
}

.error {
	color:#000;
	margin:0 0 0 8px;
    padding:0 0 6px 20px;
	background-image: url(images/warning.gif);
	background-repeat: no-repeat;
	background-position:0 2px;
	font-size:10px;
}

span.error {
	padding:4px 0 6px 20px;
	background-repeat: no-repeat;
	margin:0 0 0 8px;
}
p.error {
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
    padding:0 0 0 20px;
}

input.text.input_error {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}
