body {
	margin: 0px;
	background-color: #f2f6e9;
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

input, textarea, select { 
	padding: 5px;
	background-color: #d8ddd1;
	font-size: 10px;
	font-family: arial;
	color: #767b72; 
	border: 1px solid #d8ddd1;
}
input:hover,input:focus,textarea:hover,textarea:focus {
	border: 1px solid #bac2ad;
}

#main {position: absolute; top: 140px; left: 400px; width: 650px;
	font-size: 13px; 
	font-family: arial; 
	color: #767b72; 
	text-align: center;
}

#nav { 
	position: absolute;
	top: 500px;
	left: 140px;
	width: 250px
	text-align: left;
	color:#a9aca3;
}

#nav a {
    padding: 3px 7px
    margin-bottom: 5px;
    height: 20px; 
    line-height: .1em;
	color:#a9aca3;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-family: Georgia;
    word-spacing:2px; 
    letter-spacing:1px;
	}

#nav a:hover {
   	color: #4b4e44;
   	text-decoration: none;
	font-size: 23px;
}

#footer {
	width: 100%;
	height: 100px;
	padding: 0px; 
	line-height: 1.3;
	font-size: 11px;
	font-family: arial;
	margin: 0px auto;
	text-align: center;
}

p {text-indent: 25px; line-height: 160%; margin: 3px 0px 8px 0px; text-align: justify;}
ul { list-style-type: square; list-style-position: inside; padding: 0px; margin-left: 0px; }

.middle {
	border: 5px solid #d8ddd1;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #bac2ad;
}

i {color: #b9523a;}
em {font-family: Georgia; color: #665a59;}
b {font-weight: normal; text-transform: uppercase; color: #2e2731;}

.code {text-indent: 0px; line-height: 10px; margin-right: 20px; margin-bottom: 6px; margin-top: 6px; margin-left: 20px; text-align: center;}
.rules {text-align: left;}

h1 {
	text-transform: lowercase;
	font-style: italic;
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
	padding: 0px;
	margin: 0px 25px 5px 0px;
	color: #a9aca3;
	letter-spacing: 5px;
	text-align: right;
}
h2 {
	font-style: italic;
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	height: 13px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #82877f;
	text-align: center;
	letter-spacing: 2;
}

blockquote {
	margin: 10px 80px 15px 80px;  
	padding: 5px; 
	color: #767b72;
	line-height: 160%;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	background-color: #d8ddd1;
	border-left: 12px solid #bac2ad;
}

img { border-style: none;}

a {color: #303d3f; text-decoration: none;}
a:hover{ color: #785a61; text-decoration: none; cursor: crosshair;}