/* CSS Document */
html {
	overflow-x: hidden;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color: #990033;
}
h1 {
	color: #990033;
	font-weight: bold;
	font-size:14px;
}
body {
	margin:0;
	padding:30px;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
div {
	float:left;
	width:220px;
	height:260px;
	padding:5px;
	text-align:center;
}
.menuactive {
	color: #990033;
	text-transform:uppercase;
}
img {
	margin-bottom:10px;
	border:#CCC 1px solid;
}
#header, #footer {
	clear:both;
	width:100%;
	height:60px;
	text-align:left;
}
#footer {
	font-size:10px;
}
