body {
	font-size: 12px; 
	font-family: arial; 
	text-align: center;
	color: #646464; 
	margin: 0px;
	background-color: #fff;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}

img {border-style: none;}

input, textarea, select { 
	background-color: #dde2e9;
	font-size: 11px;
	font-family: arial;
	color: #838383; 
	border: 1px solid #dde2e9;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #a9b6c7;
}

#main {
	width: 100%;
	text-align: center; 
	margin: 0px 0px; 
}

#nav {
	height: 74px;
	margin: 0px;
	text-align: left;
	z-index: 9999;
}

#nav table {
	text-align: center;
	font-family: Arial Narrow, Arial;
	text-transform: uppercase;
	font-size: 11px;
	color: #777;
	margin: 10px auto;
	width: 600px;
	padding: 0px;
}
#nav a {
	color: #a3a3a3;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 2em;
	padding: 5px 8px;
	margin: 0px 0px;
	border-top: 7px solid #fff;
}
#nav a:hover {
	color: #6a787d;
	background-image: url(bg3.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	border-top: 7px solid #ca7c6c;
}

#top { 
	text-align: left;
	width: 600px;
	height: 74px;
	margin: 0px auto;
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#img { 
	text-align: left;
	width: 600px;
	height: 200px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer {
	width: 100%;
	padding: 7px 0; 
	line-height: 12px;
	font-size: 10px;
	font-family: arial;
	margin: 30px auto;
	text-align: center; 
	background-image: url(bg2.jpg);
}

.middle {
	border: 4px solid #dce5f0;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #bbc6d5;
}

p {line-height: 160%; margin: 3px 0px 15px 0px; text-align: justify;}

em {font-family: Georgia; color: #707790;}
i {color: #8f909f;}
b {font-family: arial; text-transform: uppercase; color: #8f909f;}

.rules {text-align: left;}
.justify {text-align: justify;}
.code {line-height: 10px; margin-right: 10px; margin-bottom: 6px; margin-top: 6px; margin-left: 10px; text-align: center;}
ol { list-style-type: upper-roman; list-style-position: outside; padding: 0px; margin-left: 2em; }
li {margin-bottom: 5px;}

h1 {
	font-family: Arial Narrow, Arial;
	font-size: 27px;
	line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #a6a6a6;
	letter-spacing: 3px;
	text-align: left;
	text-transform: uppercase;
}
h1:first-letter{color: #ca7c6c;}

h2 {
	font-family: Arial Narrow, Arial;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	color: #7d7d7d;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font-family: arial;
	font-size: 16px;
	text-transform: uppercase;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #7d7d7d;
	letter-spacing: 2px;
	text-align: center;
}

blockquote {
	margin: 10px 80px;  
	padding: 10px; 
	color: #4e4e4e;
	line-height: 15px;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	background-color: #dde2e9;
	background-image: url(bg2.jpg);
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

a {color: #cd5c42; text-decoration : none;}
a:hover{ color: #656d86; text-decoration: none; border: 0px dotted #FFFFFF; cursor: crosshair;}