body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #283d94;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
}

#container
{
	width: 789px;
	border: 3px solid #fff;
	margin: auto;
	background: #fff;
}

#title
{
	width: 789px;
	height: 122px;
	background-image: url(pics/title.jpg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: right;
}

#title a
{
	color: #fff;
}

#main
{
	width: 789px;
	height: 199px;
	background-image: url(pics/main.jpg);
	background-repeat: no-repeat;
}

#content
{
	background: #fff;
	padding: 10px;
}

#left
{
	float: left;
	width: 470px;
}

#right
{
	float: left;
	width: 280px;
	margin-left: 10px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color:#6482FE;
}

.box
{
	padding: 20px;
	background: #ececea;
	margin-bottom: 10px;
}

#title .red
{
	color: #ffff00;
}


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


#menu
{
}

#menu ul
{
	padding: 0;
	margin: 0;
	background-image: url(pics/menu.jpg);
	background-repeat: repeat-x;
	color: #000;
	float: left;
	width: 100%;
	border-bottom:3px solid #fff;
}

#menu ul li { display: inline; }

#menu ul li a
{
	height: 26px;
	margin: 0px;
	padding: 10px 25px 0px 25px;
	color: #2a230e;
	text-decoration: none;
	float: left;
	font-size:13px;
	font-weight:bold;
	border-left:1px solid #ffdd6c;
	border-right:1px solid #e5ab00;
}

#menu ul li a:hover
{
	text-decoration:underline;
}





label { width: 10em; font-size:12px; display:block; }
label.error { 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;}
	
table tr td {
	background-color:#d4f0ff;
	font-weight:bold;
	padding:5px;
	margin:0;
}
table {
	border:1px solid #318ab9;
	border-bottom:0; border-right:0;
	margin:5px 40px;
}
table tr td {
	border-bottom:1px solid #318ab9;
	border-right:1px solid #318ab9;
}

#footer {
	background-color:#6381fc;
	padding:10px;
	clear:both;
	float:none;
	display:block;
}
#fade, #fade img {
	float:none;
	clear:both;
	display:block;
}
