@charset "utf-8";
body {
	background-image: url(http://www.vueultralounge.com/images/pattern.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
li {
	background-color: #eeeeee;
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #280097;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #3400C5;
}
ul li a {
	color: #000000;
}


.wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #FFFFFF;
}
.content {
	background-color: #FFFFFF;
	float: right;
	width: 575px;
	margin-right: 10px;
	font-size: 12px;
}
.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 232px;
}
.footer {
	clear: both;
	background-color: #CCCCCC;
	padding: 5px;
	width: auto;
	margin-top: 20px;
	font-size: 12px;
	text-align: right;
}
.content p {
	margin: 20px;
}
h3 {
	font-size: 18px;
}
