@charset "utf-8";

html, body {
	height:100%;
	margin:0;
	padding:0;
	}

body {
	background:#13374b url(../imgs/bg.jpg) top center repeat-x;
	}

#container {
	width:100%; 
	background:url(../imgs/bgBody.jpg) center top no-repeat;
	}

#masthead {
	margin:0 auto; 
	padding:0;
	width:724px;
	height:124px;
	}

#video {
	margin:0 auto; 
	padding:12px 0 0 21px;
	width:739px;
	height:454px;
	background:url(../imgs/bgVideo.jpg) no-repeat;
	}

#content {
	margin:0 auto; 
	padding:0 50px 20px 50px;
	width:704px;
	background:url(../imgs/bgContent.png) top center repeat-y;
	font:16px Georgia, "Times New Roman", Times, serif; color:#c6dbe8;
	}
	
h1 {
	font-weight:normal;
	color:#fff;
	font-size:22px;
	padding-top:20px;
	}
	
strong {
	font-weight:normal;
	color:#eaf5fb;
	}
	
a {
	color:#59c0ff;
	text-decoration:underline;
	}
	
a:hover {
	color:#fff;
	text-decoration:none;
	}
	
.floatRight {
	position:relative;
	float:right;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	font-size:70%;
	font-weight:bold;
	}
	
	.floatRight img {
		margin-bottom:5px;
		}

