/* CSS Document */

#wrapper {
	width:780px;
	border:1px solid;
	border-color:#959595;
	margin:auto;
	padding:10px;
}

#leftColumn {
	float:left;
	width:162px;
	margin-right:10px solid;
	font:14px verdana;
	color:#5a2049;
	font-weight:bold;
	line-height: 20px;
}
#logo {
	background-image:url(../images/logo.gif);
	width:162px;
	height:214px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#rightColumn {
	width:608px;
	float:right;
}
#header {
	background-image:url(../images/headerImage.jpg);
	height:117px;
	width:608px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#nav {
	width:608px;
	background-color:#5a2049;
	height: 42px;
}
	#nav ul {
	list-style-type:none;
	text-align: center;
	margin-left: -15px;
	padding-top:2px;
	}
	#nav ul li {
	font:14px Verdana;
	color:#FFFFFF;
	padding:0px 18px 0px 18px;
	float: left;
	}
	#nav ul li a {
		color:#FFFFFF;
		text-decoration:none;
	}
	#nav ul li a:hover {
		color:#f0b310;
		text-decoration:none;
	}
	
#contentContainer {
	width:576px;
	border:1px solid;
	border-color:#000000;
	margin-top: 10px;
	position:relative;
	font:24px verdana;
	color:#939598;
	padding:0px 15px 15px 15px;
}
#contentHeader {
	width:606px;
	background-color:#f0b310;
	height:30px;
	margin:0px 0px 10px -15px;	
}
.purpleText {
	font:24px Verdana, Arial, sans-serif;
	color:#5a2049;
	font-weight:bold;
}
