
body {
background:#17a9e3;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #323232;
margin:0;
}  


#main_border{
width:1000px;
background:url(bg_border.png) repeat-y center;
margin:0 auto;
}


#main_border_bottom{
width:978px;
margin:0 auto;
}

#main_border_bottom_left{
float:left;
width:19px;
background:url(left_cnr.png) no-repeat right top;
height:15px;
}

#main_border_bottom_center{
float:left;
width:940px;
height:15px;
background:url(bg_border_bottom.png) repeat-x top;
}

#main_border_bottom_right{
float:left;
width:19px;
background:url(right_cnr.png) no-repeat left top;
height:15px;
}


.link {
padding-top:15px;
}

.link a {
	color: #036fab;
	text-decoration:none;
	font-weight:bold
}

.link a:hover {
	color: #fb7600;
	text-decoration: none;
}


img{
border:none;
}



.footer {
	width:940px;
	color: #ffffff;
	margin:0 auto;
}

.footer a{
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration:underline;
	
}



