@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
}

#container {
	border: none;
}

a h5{
	font-size: 14px;
	color:#cc0000;
	font-style:italic;
	text-decoration:underline;
	margin:15px 0;
}

#nav {
	margin: 5px 5px 10px;
	padding: 4px 0 5px 10px;
	width: 930px;
	height: 18px;
	background: #fff;
	display:none;
}

#footer a {
	color:#cc0000;
}
