* {
margin: 0;
padding: 0;
border: none;
}

body {
	font-family:Tahoma, Arial, sans-serif;
	background-color: #0c284d;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#top {
	width: 760px;
	height: 100px;
	margin-top: 15px;
}

#top_left {
	width: 250px;
	height: 80px;
	float: left;
	margin-top: 20px;
}

#top_right {
	width: 440px;
	height: 80px;
	float: right;

}

h1 {
	color: #4b87bb;
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
}

h2 {
	color:#FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #4b87bb;
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 10px;
}


.white {
color:#FFFFFF;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 440px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 50px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 5em .8em .9em .8em;
	color: White;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	background-color: #a30020;
	color: #fff;
}

#navcontainer #navlist #active #current
{
	background-color: #a30020;
	color: #fff;
}

#picture {
width: 760px;
height: 303px;
}

#bottom {
width: 760px;
height: auto;
margin-top: 20px;
background-color: #143d6b;
}

#sign {
	float: right;
	width: 200px;
	height: 120px;
	background-color:#0a213f;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}

p {
	color:#FFFFFF;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
}

#sign .thickbox {
	color: #4b87bb;
	text-decoration: underline;
	text-align: right;
}


.blue {
color: #4b87bb;
text-align: right;
margin-top: 4px;
}
#wrapper #bottom #sign h3 {
	padding-top: 0px;
}

#footer {
	height: 20px;
	background-color:#0a213f;
}

.foot {
	color:#FFFFFF;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 3px;
}s
