*	{
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

body	{
	background-color: #000000;
	background-image:url(../../img/background.jpg);
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
	}

h1	{
	font-family: "Times New Roman";
	font-size: 20px;
	color: #a3beb7;
	text-indent: 20px;
	letter-spacing: 3px;
	}

	h1 a:link, h1 a:visited {
	color: #a3beb7;
	}

	h1 a:hover, h1 a:active {
	color: #a3beb7;
	}

h2	{
	font-family: Georgia;
	font-size: 9px;
	text-transform: lowercase;
	font-weight: normal;
	text-indent: 35px;
	color: #a72233;
	letter-spacing: 1px;
	}

	h2 a:link, h2 a:visited {
		color: #a72233;
		border-bottom: 1px dotted #a72233;
		}

	h2 a:hover, h2 a:active {
		border-bottom: 1px solid #a72233;
		}

b, i	{
	font-family: Georgia;
	color: #f3a3ae;
	}

u	{
	color: #f3a3ae;
	border-bottom: 1px dashed #d46877;
	font-family: Georgia;
	}

big	{
	font-family: Georgia;
	color: #f3a3ae;
	line-height: 100%;
	}

small, sup, sub {
	font-family: "Times New Roman";
	color: #a72233;
	}

#wrap	{
	width: 550px;
	height: auto;
	margin: 0 auto 0;
	background-image:url(../../img/backgroundpixel.png);
	}
/*
	border-width: 0 5px 0 5px;
	border-style: solid;
	border-color: #f6e32d;
*/

#header {
	width: 550px;
	height: 0px;
	}

.name	{
	float: left;
	width: 475px;
	margin: 25px auto 0 25px;
	padding: 5px 5px 5px 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	line-height: 8px;
	letter-spacing: 4px;
	}

.nav	{
	float: left;
	width: 490px;
	margin: 25px 25px 5px 25px;
	text-align: right;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif
	font-size: 11px;
	height: 20px;
	}

	.nav a:link, .nav a:visited {
		margin: 0;
		padding: 5px;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #ffffff;
		letter-spacing: 0px;
		}

	.nav a:hover, .nav a:active {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
		}

#main	{
	width: 470px;
	height: auto;
	padding: 20px 40px 20px 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 180%;
	}


			#main p a:link, #main p a:visited {
				color: #a3beb7;
				padding: 2px;
				text-decoration: none;
				font-family: "Times New Roman";
				font-weight: bold;
				}

			#main p a:hover, #main p a:active {
				background-color: #2b2d39;
				}

			#main p.cmnt {
				font-weight: bold;
				text-align: right;
				letter-spacing: 1px;
				}

	#main li {
		margin: 0 0 0 10px;
		}

	#main ul {
		margin: 0 0 0 10px;
		}

	#main ul.rules {
		margin: 0;
		list-style: none;
		}

	#main ul.rules li {
		margin: 0 0 10px 0;
		}

#footer {
	width: 470px;
	height: auto;
	padding: 0 40px 20px 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	}

	#footer a:link, #footer a:visited {
	font-family: Verdana, Geneva, sans-serif
	font-size: 11px;
	color: #ffffff;
	}

	#footer a:hover, #footer a:active {
	color: #ffffff;
	}

hr, hr.break {
	height: 2px;
	width: 80%;
	margin: 15px auto 15px auto;
	color: #2b2d39;
	background-color: #2b2d39;
	border: none;
	}

blockquote {
	width: 90%;
	margin: 5px auto 5px auto;
	}

	span.bqh {
		display: block;
		text-transform: lowercase;
		font-family: georgia;
		font-size: 9px;
		padding: 0 0 0 25px;
		letter-spacing: 3px;
		}

	blockquote p {
		text-align: justify;
		padding: 5px 10px 5px 10px;
		}
