#wrapper {
	background-image: url(images/background.jpg);
	width: 700px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-repeat: no-repeat;
	height: 600px;
}
#nav {
	float: left;
	width: 124px;
	font-size: 11pt;
	font-weight: bold;
	color: #000066;
	height: 300px;
	padding-top: 110px;
	text-align: right;
	padding-right: 8px;
	line-height: 24px;
}
#head {
	height: 58px;
	clear: right;
	padding-top: 42px;
}
#content {
	float: left;
	font-size: 10pt;
	width: 480px;
	padding-top: 12px;
}
#footer {
	text-align: center;
	font-size: 8pt;
	width: 480px;
	clear: both;
	color: #999999;
}
#content img {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#nav a {
	text-decoration: none;
	color: #000066;
}
#nav a:hover {
	text-decoration: underline;
	color: #000066;
}
#content a:hover {

	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
#home {
	height: 300px;
	width: 560px;
	float: left;
	padding-top: 10px;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/block.gif);
	list-style-type: square;
}
.test {
	float: left;
}
#contact {

	float: left;
	font-size: 10pt;
	width: 480px;
}
#contact a {

	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#contact a:hover {


	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
