@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#18243b;
	height:100%;
}
#container{
	position:relative;
	width:800px;
	height:510px;
	background-image:url(img/frontpage.jpg);
	background-position:top;
	margin:auto;
}
#containerpages{
	position:relative;
	width:800px;
	margin:auto;
	height:100%;
	background-color:#CCC;
}
#pageheader{
	position:relative;
	height:126px;
	background-image:url(img/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}
#content{
	position:relative;
	float:left;
	width:780px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	background-image:url(img/pagebg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content a{
	color:#333;
}
#content a:hover{
	color:#000;
}
#content a:visited{
	color:#333;
}
#menu{
	position:relative;
	width:500px;
	height:28px;
	top:77px;
	left:295px;
}
#video{
	position:relative;
	float:left;
	width:364px;
	height:276px;
	top:128px;
	left:65px;
	background-color:#000;
	overflow:hidden;
}
#vidcrop{
	position:relative;
	margin-left:-3px;
}
#sociallinks{
	position:relative;
	float:right;
	width:180px;
	height:26px;
	top:425px;
	right:45px;
}
#footer{
	position:relative;
	width:800px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:10px;
	color:#CCC;
	padding-top:5px;
	padding-bottom:15px;
}
#footer a{
	color:#CCC;
}
#footer a:hover{
	color:#666;
}
#footer a:visited{
	color:#CCC;
}
#right{
	float:right;
}
#left{
	float:left;
}
h1{
	font-size:28px;
	color:#1d2b47;
	text-transform:uppercase;
}
h2{
	color:#1d2b47;
}
h3{
	color:#1d2b47;
	line-height:1px;
}
.title{
	font-size:16px;
	font-weight:bold;
	color:#1d2b47;	
}
.headertitle{
	font-size:23px;
	font-weight:bold;
	color:#1d2b47;	
}
table{
	border-collapse:collapse;
	width:720px;
	margin:auto;
}
tr{ 
	border: 0px; 
	padding:20px;

}
td{
	text-align:center;
}
tr#links{
	

}
tr#links a{
	text-decoration:none;
	color:#1d2b47;
}
th{
	text-align:left;
	font-size:18px;
	color:#1d2b47;
	text-transform:uppercase;
}
#pic{
	position:relative;
	top:25px;
	
}
