body {
	background-color: #eaeaea;
	margin: 0;
	padding: 0;
	font-family:  "Lucida Grande", Verdana, "Trebuchet MS", Arial;
	line-height: 18px;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/background.png);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}
#container {
	height: auto;
	width: 640px;
	padding: 0px 40px;
	text-align: left;
	margin: 0 auto;
}
#header {
	background-color: #745d9d;
	height: 100px;
	width: 640px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	display: block;
}
a:link, a:visited, a:active {
	color: #745d9d;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: underline;
}
#navlist ul {
	display: block;
}
#navlist li {
	margin: 0;
	padding: 5px;
	display: inline;
	list-style-type: none;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #FFFFFF;
}
#navlist .first {
	border-width: 0 1px 0 1px;
	border-color: #FFFFFF;
	border-style: solid;
}
#navlist a {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
	text-transform: uppercase;
}
#navlist a:hover {
	color: #FFFFFF;
	border-width: 0;
	border-style: solid;
	border-color: #996699;
	text-decoration: underline;
}
#navlist a:visited {
	color: #EEEEEE;
}

a {
	color: #993366;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #745d9d;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #745d9d;
	text-align: right;
	margin: 10px;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #745d9d;
	margin: 18px 0 0 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: 2px;

}
h4 {
	color: #745d9d;
	margin: 18px 0 0 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: 2px;
}

p {
	margin: 0;
}

#content-box {
	width: 640px;
	}

#content-left {
	float: left;
	padding: 0 ;
	width: 220px;
	}

#content-right {
	float: left;
	width: 400px;
	background-color: #EEEEEE;
	padding: 10px;
	}

ul {
	margin: 0px 20px;
	}
table {
	width: auto;
}
td {
	padding: 2px 20px 2px 0px;
}
.news {
	font-family: "Lucida Grande", Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	text-align: right;
	margin: 36px 10px 10px 10px;
	color: #666666;
}
img {
	border: 0px none #ffffff;
}
