body {
	font-size: 13px; 
	font-family: arial; 
	text-align: center;
	color: #656565; 
	margin: 0px;
	background-color: #15151c;
	background-image: url(top4_bg2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

img {border-style: none;}

input, textarea, select { 
	padding: 5px;
	background-color: #1e1e26;
	font-size: 11px;
	font-family: arial;
	color: #838383; 
	border: 1px solid #1e1e26;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #43434b;
}

#main {
	position: absolute; top: 400px; left: 350px; width: 700px;
	text-align: center; 
	margin: 0px; 
}

#footer {
	width: 90%;
	padding: 7px 0; 
	line-height: 12px;
	font-size: 11px;
	font-family: arial;
	margin: 0px auto;
	text-align: center; 
	background-image: url(bg2.jpg);
}

.middle {
	border: 4px solid #1e1e25;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #3e3743;
}

p {line-height: 160%; margin: 3px 0px 15px 0px; text-align: justify;}

em {font-family: Georgia; color: #796c5e;}
i {color: #556c81;}
b {font-family: arial; text-transform: uppercase; color: #504357;}

.rules {text-align: left;}
.justify {text-align: justify;}
.code {line-height: 10px; margin-right: 20px; margin-bottom: 6px; margin-top: 6px; margin-left: 20px; 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: 'Tinos', serif;
	font-weight: normal;
	font-size: 34px;
	line-height: .8;
	margin: 5px 0px;
	padding: 0px;
	color: #342f37;
	letter-spacing: 3px;
	text-align: left;
	text-transform: lowercase;
}

h2 {
	font-family: 'Old Standard TT', serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	color: #7d7d7d;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font-family: 'Old Standard TT', serif;
	font-size: 13px;
	text-transform: lowercase;
	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 65px;  
	padding: 10px; 
	color: #4e4e4e;
	line-height: 15px;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	background-image: url(top4_bg3.jpg);
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

a {color: #a9acb6; text-decoration : none;}
a:hover{ color: #614c6e; text-decoration: none; border: 0px dotted #FFFFFF; cursor: crosshair;}