body {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #dcd9d8;
	background-image: url(dock_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}


#dock { margin-top: 32px; }
a.dock-item { position: relative; float: left; margin: 0px 5px; }
.dock-item span { 
	font-size: 9px; 
	font-family: arial;
	color: #a49b95;
	text-transform: uppercase;
	margin-bottom: -10px; }

.dock-container { position: relative; top: -8px; height: 50px; margin-left: -13px; }
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; }
.dock-item span { display: none; padding-left: 20px; }
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }

table {
	font-size: 11px; 
	font-family: arial;
	text-align: left;
}

#page { 
	width: 100%; 
	margin: 0px auto;
	padding-top: 420px;
	text-align: center;
	background-image: url(top2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#content { 
	width: 600px;
	color: #9d9691;
	font-size: 10px; 
	margin: 25px auto 0px auto;
	padding: 0px; 
	line-height: 155%;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
}

#about { 
	width: 450px;
	color: #625a4f;
	font-size: 10px; 
	margin: 15px auto 0px auto;
	padding: 10px; 
	line-height: 155%;
	font-family: arial;
	text-align: center;
	background-color: #e9e6e4;
}

#footer {
	width: 100%;
	padding-bottom: 10px;
	color: #505142;
	line-height: 16px;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

input, textarea, select { 
 background-color: #e3d6c5;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #6c6060; 
 border: 1px solid #e3d6c5;
}

p {margin-right: 5px; margin-bottom: 14px; margin-top: 6px; margin-left: 5px; text-align: justify;}
ul { list-style-type: square; list-style-position: inside; padding: 0px; margin-left: 0px; }

.right {
	float: right;
	border: 3px solid #dfd5c6;
	margin: 5px 5px 5px 8px;
}
.left {
	float: left;
	border: 5px solid #f0e5d6;
	margin: 5px 10px 2px 5px;
}
.left:hover {
	border: 5px solid #ffffff;
}
.middle {
	border: 3px solid #dbcdbb;
	margin: 3px;
}
.middle:hover {
	border: 3px solid #ffffff;
}

.color1 { background-color: #b9b7a4; }
.color1:hover { background-color: #a7a595; }

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px;}
.center {text-align: center;}
.rules {text-align: left;}
em,i {color: #000000;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #000000;}
h1 {
	font-family: Century Gothic;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #57575a;
	letter-spacing: 0px;
	text-align: center;
	}
h2 {
	font-family: Century Gothic;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #042743;
	letter-spacing: 1px;
	text-align: center;
	}
h3 {
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #57575a;
	letter-spacing: 3px;
	text-align: center;
	}

blockquote {
	margin-right: 100px; margin-bottom: 11px; margin-top: 11px; margin-left: 100px;  
	padding: 5px; 
	color: #505142;
	line-height: 19px;
	font-size: 10px;
	font-family: Trebuchet MS;
	background-color: #e3d6c5;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
}

a {color: #855545; text-decoration: none;}
a:hover { color: #1b4c7a; font-weight: none; text-decoration: none; cursor: crosshair;}