* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(bg-body.jpg);
}

#pagewrapper {
	width: 1072px;
	margin: 0px auto;
}

#header {
	width: 1072px;
	height: 191px;
	background-image: url(header-top.gif);
	background-repeat: no-repeat;
}

#nav {
	background-repeat: no-repeat;
	background-image: url(menu-bg.gif);
	width: 1072px;
	height: 30px;
	font-size: small;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#nav2 {
	background-repeat: no-repeat;
	background-image: url(menu-bg2.gif);
	width: 1072px;
	height: 30px;
	font-size: small;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#main {
	width: 1072px;
	background-image: url(bg-main.gif);
	background-repeat: repeat-y;
}

#content {
	width: 1072px;
	background-image: url(main-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 417px;
}

#content-top {
	width: 820px;
	margin: 0px auto;
	padding: 0px 50px 0px 0px;
	font-weight: bold;
}

#content-top table td {
	padding: 0px;	
}

#small-pics table td {
	padding: 3px;
}

#small-pics table {
	border: 0px;
}

#content-main {
	width: 820px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content-main table {
	border: dashed #AE0001 1px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

#content-main table td {
	padding: 10px 5px 20px 10px;
}

#content-main td img {
	border: solid #AE0001 1px;
	padding: 5px;
}

#footer {
	background-image: url(footer-bg.gif);
	width: 1072px;
	height: 255px;
	text-align: center;
	font-size: 16px;
	padding-top: 0px;
	background-repeat: no-repeat;
}

/* TEXT */

p {
	text-align: justify;
}

#footer p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.center {
	text-align: center;
}

.flash{
	text-decoration: blink;
}

.new{
	text-decoration: blink;
	color: #E10000;
	font-weight: bold;
	font-variant: small-caps;
}

.join {
	border: 0px;
	text-align: center;
	padding: 10px 0px;
}

.updated {
	font-size: medium;
}

/* LINKS */

#nav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-left: 55px;
}

#nav li {
	display: inline;
	padding: 0px 5px;
}

#nav a, #nav a:link, #nav a:active,  #nav a:visited, #nav li a, #nav li a:link, #nav li a:active,  #nav li a:visited {
	color: #FFF7BE;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover {
	color: #FFFFFF;
}

a, a:link, a:active,  a:visited {
	color: #e10000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: blink;
}

.links {
	padding-top: 20px;
}

/* IMAGES */

#header img, #header img a {
	border: 0px;
}

#content-top img {
	border: solid #AE0001 1px;
	padding: 1px;
}

.big-pic {
	width: 150px;
	text-align: center;
	line-height: 2em;
	vertical-align: bottom;
}

.small-pic {
	width: 91px;
	text-align: center;
	vertical-align: bottom;
}

.update-pic {
	width: 180px;
	text-align: center;
}

.update-center, .update-center p {
	text-align: center;
}

