body {
	font-size: 14px; 
	font-family: arial; 
	text-align: left;
	color: #52525b; 
	margin: 0px;
	background-color: #cfe1e2;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

img {border-style: none;}

input, textarea, select { 
	padding: 5px;
	background-color: #e0e9ea;
	font-size: 13px;
	font-family: arial;
	color: #294d50; 
	border: 1px solid #e0e9ea;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #ef4c4c;
}

#main {
	position: absolute; top: 500px; left: 510px; width: 620px;
	text-align: center; 
	margin: 0px 0px; 
	z-index: 9999;
}

#top {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 600px;
}

#nav {
	position: absolute; top: 520px; left: 285px;
	width: 205px;
	height: 74px;
	margin: 0px;
	text-align: right;
	z-index: 9999;
}

#nav a {
	color: #56a0b2;
	font-size: 1.7em;
	letter-spacing: -1px;
	line-height: 1.4;
	padding: 0 10px;
	margin: 5px 0;
	text-transform: lowercase;
	font-family: 'Glegoo', serif;
	display: block;
}
#nav a:hover {
	color: #ef4c4c;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #e8f0f1;
}

#footer {
	width: 100%;
	padding: 7px 0; 
	line-height: 1.5;
	font-size: .85em;
	font-family: arial;
	margin: 30px auto 40px auto;
	text-align: center; 
	background-image: url(bg2.jpg);
}

.middle {
	border: 6px solid #eeeeee;
	margin: 2px;
}
.middle:hover {
	border: 6px solid #84c8d1;
}

p {line-height: 160%; margin: 3px 0px 10px 0px; text-align: justify;}

em {font-family: Georgia; color: #785864;}
i {color: #348489;}
b {font-family: arial; text-transform: uppercase; color: #555;}

.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; padding-left: 5px; color: #e36b6b; }
li p { color: #52525b; margin: 0; }

h1 {
	font-family: 'Julius Sans One', serif;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #557c8c;
	letter-spacing: 0px;
	text-align: left;
	text-transform: lowercase;
}
h1:first-letter {color: #ef4c4c;}

h2 {
	font-family: 'Glegoo', serif;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 1.3;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	color: #289da6;
	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 60px;  
	padding: 12px; 
	color: #335355;
	line-height: 1.5;
	font-size: .9em;
	text-align: center;
	background-color: #dbe9e9;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

a { color: #f3495e; text-decoration : none; }
a:hover { color: #f55151; text-decoration: none; }
p a:hover, blockquote a:hover, #footer a:hover { background-color: #e8f0f1; }