
html { 
	background:#180c4a url(../images/bg_home.jpg) top left repeat-x
	}
	
a img { border:none}

body {
	margin: 6px auto 0;
	font-family:Tahoma;
	font-size:12px;
	color:#48435c;
	}	

a { 
	color:#48435c;
	text-decoration:underline
	}

a:hover { 
	text-decoration:none
	}

#container {	
	width: 920px;
	margin: 0 auto
	}


#header { 
	background:url(../images/bg_header-home.jpg) top left no-repeat;
	height:289px;
	width:920px;
	overflow:hidden
	}
	
#header #logo { 
	float:left;
	overflow:hidden;
	}

#header #nav { 
	float:right;
	overflow:hidden;
	width:619px;
	height:18px;
	border-bottom:3px solid #b0c2ca;
	color:#180c4a;
	font-family:Arial;
	font-size:13px;
	padding-top:25px;
	}
	
#nav ul { 
	margin:0;
	padding:0;
	list-style:none;
	display:inline
	}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline
	}

#nav li a {
	text-decoration:none;
	color:#180c4a;
	padding:5px 10px;
	line-height:18px
	}

#nav li a.one {
	text-decoration:none;
	color:#180c4a;
	padding:5px 15px 5px 0
	}
	
#nav li a:hover {
	text-decoration:none;
	background-color:#cfd9de;
	}


#page-title {
	background-color:#180c4a;
	margin:30px 0 0 52px;
	height:30px;
	color:#fff;
	padding:10px 0 0 13px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold
	}

#content {
	background-color:#291e57;
	width:920px;
	overflow:hidden;
	color:#FFF;

	}

#content #leftCol {
	float:left;
	overflow:hidden;
	width:497px;
	padding:20px 55px 40px 65px;
	line-height:20px
	}
	
#content #rightCol {
	float:right;
	width:303px;
	}

#line1 {
	margin:20px 0;
	border-bottom:1px dashed #9eb2ba
	}



#footer { 
	width:822px;
	padding:15px 43px 10px 55px;
	overflow:hidden;
	line-height:19px
	}

#footer #left {
	float:left;
	width:210px;
	color:#FFF
	}

#footer #right {
	float:right;
	width:605px;
	text-align:right;
	color:#837f9f;
	}

#footer #right a {
	text-decoration:none;
	padding:0 6px;
	color:#837f9f;
	}

#footer #right a.sonic {
	text-decoration:none;
	padding:0 6px 0 0;
	color:#837f9f;
	}

#footer #right a:hover {
	text-decoration:underline
	}