@charset "utf-8";
/* CSS Document 

Colors:

Lavendar - b3a0ce
Cream - f0e4aa
Dark Purple - 261265
*/

body {
	background:#b3a0ce;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:16px;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#261265;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#b3a0ce;
}

#webpage {
	width:900px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:url(../images/background.jpg) top left no-repeat;
}

#top {
	width:800px;
	height:110px;
	margin:0 50px;
}

#banner {
	width:235px;
	height:110px;
	float:left;
}

#nav {
	width:565px;
	height:25px;
	padding:85px 0 0 0;
	float:left;
}

#nav ul {
	list-style:none;
}

#nav ul li {
	float:left;
	height:25px;
	line-height:25px;
}

#nav ul li a {
	color:#261265;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	display:block;
	padding:0 5px;
}

#nav ul li a:hover {
	color:#f0e4aa;
	background:#b3a0ce;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

#content {
	width:750px;
	height:440px;
	margin:15px 65px;
	text-align:left;
	padding:10px 10px 0 10px;
	overflow-y:auto;
}

#content h1{
	color:#b3a0ce;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

#content h2{
	color:#261265;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

#content h3{
	color:#b3a0ce;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

#content p {
	margin:0 0 10px 0;
}

#content img {
	padding:10px;
}

#footer {
	width:770px;
	height:60px;
	margin:0 65px;
	padding:10px 0 0 0;
}