/* CSS Document */

body {
  font-family: Arial, verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #0b3050;
  background: #5e7483 url(../images/body-bg.jpg) repeat-x top left;
}

#wrap{
    width: 960px;
    height: 720px;
    margin: 0 auto;
    background: transparent url(../images/wrap-bg.jpg) left top no-repeat;
}

/* Col-left */	

#col-left{
	float: left;
	width: 298px;
	padding: 362px 0 0 20px;
	}
	
#colright{
	float: right;
	width: 600px;
	overflow:hidden;
	margin: 213px 14px 0 0;
	}		

/*Styles*/

*{
	margin: 0;
	padding: 0;
}

p{
	padding: 10px 10px 10px 0;
	border-bottom: 1px dotted #d0d5d9;
	}
	
p.last{
	border: 0;
	}	
	
strong{ color: #a31d37;}	
	
a{color: #ffffff;}
a:hover{text-decoration: none;}
a:focus, a:active{outline: none;}		
	
/* Footer */

#footer{
	color: #ffffff;
	text-align: justify;
	padding: 40px 0 0 0;
	}	
	
#footer strong{color: #ffffff;}	

#footer p{border: 0;}
	
#copy{float:left;}
#links{float:right; margin: 0 0 10px 0;}	

#disclaimer{ clear: both;}


