@charset "UTF-8";
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}


#main_menu {
font-size:14px;
font-weight: bold;
	color: #ffffff;
	}
	

#main_menu a {
	color: #ffffff;
	text-decoration:none;
	}
	

#main_menu a:hover {
	color: #012050;
	text-decoration:none;
	}
	
#footer {
	font: 10px;
	color: #ffffff;
	}
	
#footer a {
	color: #ffffff;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #C4161E;
	text-decoration:none;
	}
	
#pic {
	border: #FFFFFF solid 8px;
	}