body {
	background-color: #8E286A;
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.header {
	background-image: url(images/header.jpg);
	height: 120px;
	width: 740px;
	background-repeat: no-repeat;
	text-align: right;
}
.content {
	width: 740px;
	text-align: left;
	padding-top: 15px;
}
.colright {
	padding-left: 10px;
	padding-top: 6px;
}
.menu {
	background-color: #D15CA9;
	border-top: 1px none #FFCC99;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	border-left: 1px solid #FFCC99;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}
.titlebg {
	background-image: url(images/titlebg.jpg);
	border: 1px solid #FFCC99;
	padding: 5px;
	font-weight: bold;
}
.maincontent {
	background-color: #D15CA9;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC99;
	border-right-color: #FFCC99;
	border-bottom-color: #FFCC99;
	border-left-color: #FFCC99;
}
h1 {
	font-size: 10px;
	margin-right: 15px;
}
a {
	color: #FFCC99;
	font-weight: bold;
}
.pic {
	border: 1px solid #FFCC99;
	margin: 5px;
}
a:hover {
	color: #FF66CC;
}
li {
	list-style-type: none;
}

