html, body{
	margin:0;
	padding:0;
}

img a{ border:none; outline:none;}
img{ border:none; outline:none;}
a{ border:none; outline:none;}

body {
	font: 11px/1.3em Verdana, Geneva, sans-serif;
	background: #ffffff url(/images/bg.jpg) repeat-x;
}

.wrapper{
	width:925px;
	margin:0 auto;
}

.header{
	height:320px;
}

.content{
	font-family:Verdana, Geneva, sans-serif;
	color:#083060;
	padding:15px 10px;
	font-size:12px;
}

.main-col{
	width:600px;
	float:left;
	text-align:justify;
}

.right-col{
	width:250px;
	float:right;
	font-size:11px;
}

.right-images{
	border: 1px solid #083060;
	margin: 0 20px 10px 0;
	float:right;
}

.right-col ul, .right-col li{
	margin:0;
	padding:0;
	margin-left:5px;
}


.footer-wrapper{
	width:100%;
	background: #0378a9;
	font-size:10px;
}

.footer-yellow{
	color: #fcf87e;
	font-weight:bold;
	text-align:center;
}

.footer{
    margin:0 auto;
	width:920px;
	background: #0378a9;
	padding:20px;
	color:#ffffff;
} 

.footer a{
	color: #fcf87e;
	text-decoration: none;
}

.footer a:hover{ 
	text-decoration: underline;
}

/* default link styles*/		
a{
	color:#096388;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}