body{
	background-image:url(img/bg.gif);
	margin:0px;
	}
	
#header{
	width:774px;
	height:322px;
	background:url(img/head.png) top left no-repeat;
	}
	
#cont-top{
	width:737px;
	height:30px;
	background:url(img/cbg.gif) top;
	overflow:hidden;
	color:white;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding-right:37px;
	padding-top:1px;
	}

#cont-top a:link, #cont-top a:visited, #cont-top a:active, #cont-top a:hover{
	text-decoration:underline;
	color:white;
	}
	
#cont{
	width:774px;
	background:url(img/tbg.gif) left;
	}
	
#nav{
	width:165px;
	text-align:left;
	font-family:arial;
	color:white;
	font-size:14px;
	float:left;
	padding-left:15px;
	line-height:22px;
	}

#nav a:link, #nav a:active, #nav a:visited{
	color:white;
	text-decoration:none;
	}

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

#ctext{
	width:540px;
	text-align:left;
	font-family:arial;
	float:right;
	color:#244066;
	font-size:14px;
	margin-right:42px;
	}

#ctext h1{
	color:#d21242;
	text-transform:uppercase;
	font-weight:normal;
	font-family:helvetica;
	padding:5px;
	margin:0px;
	font-size:25px;
	}
	
#ctext a{
	color:#244066;
	text-decoration:underline;
	}

#footer{
	background:url(img/footer.gif) top;
	text-align:center;
	font-family:arial;
	font-size:12px;
	color:white;
	clear:both;
	padding-top:15px;
	padding-bottom:3px;
	border-bottom:1px solid #0e2749;
	}
	
form{
	line-height:30px;
	}
	
#scroll{
	background-color:#f5f5f5;
	border:1px #244066 solid;
	height:200px;
	width:150px;
	color:#244066;
	font-family:arial;
	font-size:14px;
	}
	
#scroll marquee{
	text-align:center;
	}