@charset "utf-8";
/* CSS Document */

body{
	margin-top:50px;
	font-family:Calibri, Arial, Helvetica, Verdana;}

a:link {
	color: #FFF;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #FFF;}
a:hover {
	text-decoration: none;
	color: #CCC;}
a:active {
	text-decoration: none;
	color: #FFF;}


#mainbox {
  width: 900px ;
  height:1000px;
  margin:auto;
}

div.tbar{
	width:900px;
	height:15px;
	background-image:url(images/top-bar.jpg)}

div.bbar{
	width:900px;
	height:15px;
	background-image:url(images/bottom-bar.jpg)}
	
div.contents{
	width:900px;
	height:620px;
	background-color:#333399;}
	
div.logo{
	width:885px;
	height:120px;
	padding-right:15px;}
	
div.hold{
	width:900px;
	margin-top:25px;}
	
div.copy{
	width:485px;
	float:left;
	color:#FFF;
	padding-left:15px;}

div.right{
	width:350px;
	float:right;
	color:#FFF;
	text-align:right;
	padding-right:15px;}
	

div.footer{
	width:885px;
	height:25px;
	font-size:11px;
	text-align:right;
	padding-right:15px;
	margin-top:4px;
	color:#666;}

