body {
	background-color: #cfb384;
	background-image: url(../images/wampw_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#page {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
#a {
	background-image: url(../images/wampw_01.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 190px;
	float: left;
}
#b {
	background-image: url(../images/wampw_02.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 190px;
	float: left;
}
#c {
	background-image: url(../images/wampw_03.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 156px;
	width: 190px;
}
#navbar {
	background-image: url(../images/wampw_nav.jpg);
	background-repeat: repeat-x;
	height: 35px;
	clear: both;
	text-align: center;
	line-height: 35px;
	margin-left: 1px;
}
#navbar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#navbar a:hover {
	text-decoration: underline;
}


#content {
	line-height: 1.5em;
	clear: both;
	margin: 10px;
}
h1, h2, h3, h4 {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FB4B10;
	text-decoration: none;
}
.small {
	font-size: 10px;
}
