body{
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(background.png);
}
a{
	color: #7b4488;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #e4d929;
}
h1{
	background-image: url(heading.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 48px;
	height: 48px;
}
div#bodywrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #999999;
	margin-top: 6%;
}
div#header{
	width: 960px;
	height: 229px;
	background-color: #7b4488;
	background-repeat: no-repeat;
	padding-top: 30px;
}
div#logoholder{
	background-image: url(banner.png);
	height: 229px;
	background-repeat: no-repeat;
}
div#menu{
	width: 960px;
	height: 44px;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	padding-top: 15px;	
}
div#body{
	width: 940px;
	background-color: #FFFFFF;
	padding: 10px;
}
div#welcomebody{
	background-color: #666666;	
}
div#footer{
	width: 960px;
	height: 38px;
	background-image: url(footer.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
}
div#footercontainer{
	padding: 5px;
	font-size: 10px;
	float: left;
	padding-top: 7px;	
}
div#copyrightcontainer{
	padding: 5px;
	font-size: 10px;
	float: right;
	text-align: right;
	padding-top: 10px;	
}