/*
Design by Atthys
http://www.atthysdesign.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 50px;
	background: #000000;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	align: center;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: center;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Wrapper */

#wrapper {
	background: url(images/wrap2.gif) repeat-x;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border: none;
	text-align: center;
}

/* Content > Main */

#main {
	float: center;
	width: 850px;
}