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

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #666;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
	color: #000;
	margin: 15px;
}

#super_box
{
	padding: 20px 10px 10px 10px;
	border: 6px solid #000;
	width: 864px;
	margin: auto;
	background: #fff;	
}

#container
{
	width: 844px;
	margin: auto;
}

#title
{
	width: 844px;
	height: 348px;
	padding: 0px 0px 0px 0px;
	background-image: url(pics/title.jpg);
	background-repeat: no-repeat;
}

#title a
{
	color: #5B0626;
	text-decoration: none;
}

#title a:hover
{
	text-decoration: underline;
}

#menu
{
	width: 844px;
	height: 65px;
	background-image: url(pics/menu.jpg);
	background-repeat: repeat-x;
}

#content
{

	padding: 10px 0px 0px 0px;
	border-bottom: 0px solid #6c1f38;
}

#content a
{
	color: #000;
}

#left
{
	width: 250px;
	float: left;
	border: 3px solid #000;
}

#right
{
	width: 550px;
	float: left;
	margin-left: 10px;
	padding: 0px 10px 10px 10px;
}

h1
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 35px;
}

h1 strong
{
	font-size: 14px;
	color: #000;
}

h2
{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3
{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #000;
	padding: 3px 0px 3px 10px;
	margin: 5px 0px 0px 0px;
}

#left p
{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

.photoleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.box
{
	padding: 0px 5px 0px 5px;
}

.black
{
	color: #000;
	font-weight: bold;
}

#heading
{
	float: left;
	width: 60%;
}

#contact_details
{
	float: left;
	width: 40%;
	text-align: right;
	color: #333;
	padding: 4px 0px 0px 0px;
}

#contact_details p
{
	margin: 4px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
}

#contact_details a
{
	color: #333;
}











label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}













#menu ul
{
	padding: 0px;
	margin: 0px;
	float: left;
	height: 65px;
	width: 844px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	padding: 20px 0px 0px 0px;
	color: White;
	height: 45px;
	text-decoration: none;
	float: left;
	text-align: center;
	width: 211px;
}

#menu ul li a:hover
{
	background-image: url(pics/button2.jpg);
	background-repeat: repeat-x;
}