* {
	margin:0;
	padding:0;
	}

body
{
	background: #162658 url('images/bkg.jpg') no-repeat;
	padding: 260px 30px 30px 30px;
	font: 11px/1.5em Verdana, Arial, sans-serif;
}

#wrapper {
	width: 879px;
}



/* Top */

#top {
	width: 879px;
	height: 61px;
	background: url('images/top_bkg2.gif') no-repeat;
}



/* Middle */

#contentwrapper {
	width: 879px;
	background: url('images/content_bkg.gif') repeat-y;
}

#clear {
	clear: both;
}

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

#content {
	width: 757px !important;
	width: 807px;
	background-color: #FFFFFF;
	float: left;
	padding: 0 25px 20px 25px;
}

#video {
	width: 530px;
	height: 380px;
	float: left;
	background-color: #666;
}


/* Navigation */

#nav {
	float: right;
	width: 200px;
}

#nav ul {
	padding: 0px 0 3px 0;
}

#nav li {
	padding: 3px 0 0 20px;
	background: url('images/bullet.jpg') no-repeat 0px 11px;
	list-style-type: none;
	line-height: 1.8em;
	font-size: 13px;
	font-weight: bold;
}

#nav a {
	color: #15284b;
	text-decoration: none;
}

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

#nav a {
	color: #15284b;
	text-decoration: none;
}

#nav p {
	text-decoration: underline;
}

/* END - Navigation */


/* Form */

#form {
	clear: both;
	padding-top: 30px;
}

h2 {
	font: bold 10.5px/1.8em verdana, arial, sans-serif;
	color: #15284b;
	padding-top: 15px;
}

#form input {
	width: 300px;
	height: 28px;
	padding: 4px 8px;
	font: bold 11px verdana, arial, sans-serif;
	color: #15284b;
	border: 2px solid #15284b;
}

#form input.submit {
	background-color: #15284b;
	color: #FFFFFF;
	border: none;
	text-align: center;
	cursor: pointer; /* cursor: hand; for IE5 */
	border: 2px solid #15284b;
	width: 70px;
	margin: 15px 0 0 230px;
}

#form input.submit:hover {
	background-color: #3d5c96;
}

#form textarea {
	width: 300px;
	height: 152px;
	font: bold 11px verdana, arial, sans-serif;
	color: #15284b;
	padding: 4px 8px;
	border: 2px solid #15284b;
	line-height: 1.9em;
}

#form div.column1 {
	width: 345px;
	float: left;
	padding-left: 5px;
}

#form div.column2 {
	width: 345px;
	float: right;
	padding-right: 20px;
}

/* END - Form */


#details {
	clear: both;
	padding-top: 25px;
}

#details p {
	font-size: 11px;
	line-height: 1.9em;
	padding-top: 15px;
}

h1 {
	font: bold 18px verdana, arial, sans-serif;
	color: #15284b;
}

#details img, #form img {
	padding: 10px 0 0px 0;
	clear: both;
}

#details ul {
	margin-left: 20px;
	padding: 5px 0 5px 0;
}

#details li {
	padding: 5px 0 0 20px;
	background: url('images/bullet.jpg') no-repeat 0px 10px;
	list-style-type: none;
	line-height: 1.6em;
	color: #15284b;
	font-size: 10px;
}

#details a {
	color: #15284b;
}

#details div.column1 {
	width: 345px;
	float: left;
	padding-left: 5px;
}

#details div.column2 {
	width: 345px;
	float: right;
	padding-right: 20px;
}

#right {
	width: 37px;
	float: left;
}



/* Bottom */

#footer {
	width: 879px;
	height: 105px;
	background: url('images/footer_bkg.jpg') no-repeat;
	padding-top: 50px;
	text-align: center;
}

#footer p {
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	display: inline;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px 0 10px;
	font-size: 10px;
}

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