html, body {
	background-color: #934d8c;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
	font-size: 100%;
}

#wrapper {
	padding: 0px;
	width: 780px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	font-size: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
* html #wrapper {
width: 782px;
w\idth: 780px;
}

#logo {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px;
}

#logo img {
	border: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#main {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-color: #000;
}

p, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

p {
	color: #000;
}

a:link, a:visited {
	color: #934d8c;
}

a:hover {
	color: #666;
}

h1 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #934d8c;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: lowercase;
	border-bottom: 1px solid #e2e3c4;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

h2 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #934d8c;
	line-height: 18px;
	padding-top: 20px;
}

#nav {
	float: left;
	margin: 0px;
	padding: 40px;
	width: 160px;
}
* html #nav {
width: 240px;
w\idth: 160px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li, #nav a:link, #nav a:visited {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	list-style-type: none;
	text-align: right;
	padding-bottom: 20px;
	text-decoration: none;
	text-transform: lowercase;
	color: #934d8c;
}

#nav a:hover, #nav a:active {
	text-decoration: none;
	color: #fff;
}
#nav a:focus { -moz-outline-style: none; }


#content {
	float: left;
	margin: 40px 0px 40px 0px;
	padding: 10px;
	width: 480px;
	background-color: #fff;
}
* html #content {
width: 500px;
w\idth: 480px;
}

#footer {
	clear: both;
	float: left;
	width: 700px;
	margin: 0px;
	padding: 5px 40px 20px 40px;
	border-top: 1px solid #fff;
}
* html #footer {
width: 780px;
w\idth: 700px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #000;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


img.left {
	float: left;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px 5px 2px 0px;
}

img.right {
	float: right;
	border: 1px solid #000;
	padeding: 0px;
	margin: 0px 0px 2px 5px;
}

.gold {
	color: #934d8c;
}