@charset "UTF-8";
#outer {
	padding: 0px;
	width: 914px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body {
	text-align: center;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 59px;
	margin: 0px;
}
#container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	background-image: url(images/bg_purple.jpg);
	background-repeat: repeat-y;
}
#menu {
	background-image: url(images/purple.jpg);
	background-repeat: no-repeat;
	width: 230px;
	background-color: #9594c9;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #e8e7e7;
	font-size: 0.8em;
	padding-left: 36px;
	float: left;
	height: 406px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#maincontent {
	float: right;
	width: 560px;
	background-color: #e8e7e7;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#menu p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.clearall {
	clear: both;
}
h1 {
	font-size: 1em;
	color: #9594c9;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#maincontent p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
#maincontent li {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
#maincontent blockquote {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
#footer {
	clear: both;
	color: #9594c9;
	font-size: 0.7em;
	padding-left: 330px;
	padding-top: 15px;
}
#maincontent a, #footer a {
	color: #693895;
	text-decoration: none;
}
#maincontent a:hover, #footer a:hover {
	color: #C6CC56;
	text-decoration: none;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #C6CC56;
}
img {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 182px;
	width: 914px;
}
#footer a:hover {
	color: #C6CC56;
	text-decoration: none;
}
.submenu {
	font-size: 0.9em;
	font-variant: normal;
	text-transform: none;
}
.floatleft {
	float: left;
	padding-right: 10px;
}
.floatright {
	float: right;
}

