@charset "UTF-8";
body {
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CC3399;
}
#wrapper {
	background-repeat: repeat;
	background-position: left top;
	margin: auto;
	width: 750px;
	border: 1px solid #000000;
	background-color: #FFD4EA;
}
#banner {
	height: 300px;
	width: 750px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#holder {
	width: 735px;
	padding-left: 15px;
}
#navigation {
	float: left;
	width: 118px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3399;
	border-right-color: #CC3399;
	border-bottom-color: #CC3399;
	border-left-color: #CC3399;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
#navigation a {
	color: #CC3399;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation a:hover {
	color: #F6BFDE;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #CC3399;
}
#content {
	float: right;
	width: 574px;
	margin-top: 15px;
	margin-left: 20px;
	padding-right: 20px;
}
#contentTitle {
	height: 36px;
	width: 582px;
	margin-top: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC3399;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC3399;
	border-bottom-color: #CC3399;
}
h1 {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin: 0px;
	font-size: 24px;
}
#clear {
	clear: both;
}
#footer {
	clear: both;
	height: 55px;
	width: 730px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
}
#rainbow {
	background-image: url(../images/rainbow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 750px;
}
a:link {
	text-decoration: none;
	color: #CC3399;
	font-weight: bold;
}
a:visited {
	color: #CC3399;
	text-decoration: none;
}
