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

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

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

#title
{
	width: 900px;
	height: 129px;
	background-image: url(pics/title.jpg);
}

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

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

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

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

h2
{
	font-size: 18px;
	color: #47d9fe;
}
.black
{
	color: #47d9fe;
	font-weight: bold;
}

#heading
{ 

	float: left;
	width: 60%;
}

#contact_details
{
	float: left;
	width: 40%;
	text-align: right;
	color: #fff;
	padding: 4px 0px 0px 0px;
	font-size: 16px;
}
#contact_details p
{
	margin: 15px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
}

#contact_details a
{
	color: #fff;
}

#main
{
	width: 900px;
	height: 353px;
	background-image: url(pics/main.jpg);
}

#content
{
	padding: 20px;
	width: 860px;
	background: #3b3b3b;

}

#content a
{
	color: #e4f30a;
}

#left
{
	float: left;
	width: 845px;
	padding: 0px 10px 0px 0px;
}
#menu { width: 247px; }

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu a
{
	display: block;
	padding: 8px 0px 0px 40px;
	width: 206px;
	height: 27px;
	color: #000;
	text-decoration: none;
	background-image: url(pics/button.jpg);
}

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




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: #fff;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}

