* {
	margin: 0px;
	padding: 0px;
}

body {
	background: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 87px;	
	float: left;
	background: url(images/banner.jpg) no-repeat;
}

#banner {
	width: 800px;
	height: 254px;
	float: left;
	background: url(images/banner1.jpg) no-repeat;
}

#nav {
	width: 800px;
	height: 50px;
	float: left;
	border-bottom: 1px solid #000000;
	margin: 0 0 30px 0;
}
	#nav ul {
		margin: 15px 0 0 20px;
	}
	#nav li {
		text-align: center;
		margin: 0 25px 4px 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bolder;
		display: inline;
	}
	#nav a, a:visited {
		color: #5e0a8c;
		text-decoration: none;
	}
	#nav a:hover {
		color: #cc0000;
		text-decoration: underline;
	}


#column_1 {
	width: 380px;
	float: left;
}
	#column_1 a, a:visited {
		color: #5e0a8c;
		text-decoration: none;
	}
	#column_1 a:hover {
		color: #cc0000;
		text-decoration: underline;
	}

#column_2 {
	width: 400px;
	float: right;
}
	#column_2 ul {
		margin: 0 15px 0 20px;
	}
	#column_2 li {
		list-style-image: url(images/bullet.jpg);
		margin: 0 20px 10px 0;
	}
	#column_2 a, a:visited {
		color: #5e0a8c;
		text-decoration: none;
	}
	#column_2 a:hover {
		color: #cc0000;
		text-decoration: underline;
	}

#column_3 {
	width: 780px;
	float: right;
}

	h1 {
		color: #5e0a8c;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: lighter;
		margin: 0 10px 10px 0;
	}
	
	h2 {
		color: #5e0a8c;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		margin: 0 10px 10px 0;
	}
	
	h3 {
		color: #cc0000;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		margin: 0 10px 10px 0;
	}
	
	p {
		font-size: 12px;
		margin: 0 20px 10px 0;
	}
	
	p.italic {
		font-style: italic;
		color: #5e0a8c;
		margin: 0 30px 10px 20px;
	}
	
	img {
		display: block;
		float: left;
	}
	

#footer {
	width: 800px;
	float: left;
	border-top: 1px solid #000000;
	margin: 30px 0 0 0;
	padding: 0 0 25px 0;
}
	#footer ul {
		margin: 15px 0 0 0;
	}
	#footer li {
		text-align: center;
		margin: 0 10px 4px 0;
		display: inline;
	}
	#footer a, a:visited {
		color: #5e0a8c;
		text-decoration: none;
	}
	#footer a:hover {
		color: #cc0000;
		text-decoration: underline;
	}