@charset "utf-8";
/* CSS Document */
html { min-width: 790px; }

body, h1, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size: small;
	color: #333;
}  
body {
	background-color: #F3E3A5;
	padding: 0px;
	background: #F3E3A5 url(../images/body_bg.gif) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#wrapper {
	margin-left: -502px;
	position: relative;
	left: 50%;
	width: 1004px;
}
#wrapper h1 a{
	text-decoration: none;
	color: #333333;
	font-size: 2.5em;
}
#disclaimer {
	color: #FF3300;
}
#main {
	border: 1px solid #666;
	clear: both;
	background: #FFEAC1;
	padding-top: 2em;
}

#contents {
	padding: 1px;
	background: #FFEAC1;
	min-height: 300px;
}
#tableCategories   a:link {
	color: #000000;
}
#tableCategories  a:visited {
	color: #000000;
}
#tableCategories  a:hover {
	color: #FF3300;
}
#tableCategories  a:active {
	color: #FF0000;
}
#tableCategories {
	background-color: #FFFFCC;
}
.tableThumbs {
	margin-right: auto;
	margin-left: auto;
}

.tableThumbs       a:link img  {
	border: solid #000000 1px;
}
.tableThumbs a:visited img {
	border-color: #FF3300;
}
.tableThumbs a:hover img {
	border-color: #FF3300;
}
.tableThumbs a:active img {
	border-color: #FF0000;
}
.tableThumbs a:link {
	color: #333333;
}
.tableThumbs a:visited {
	color: #FF3300;
}
.tableThumbs a:hover {
	color: #FF3300;
}
.tableThumbs a:active {
	color: #FF0000;
}

.tableToplist td {
	color: #FF3300;
}
.tableToplist a:link     {
	color: #06C;
}
.tableToplist    a:hover  {
	color: #0099CC;
}



#tableFooter {
	background-color: #FFEAC1;
	color: #333333;
	text-align: left;
	padding-left: 10px;
}

#tableCategories h2 {
	border: solid #666666 1px;
	color: #FFFFCC;
	height: 22px;
	background-color: #FF7F31;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 0px;
}



#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	font-size: 1.5em;
}

#header ul#primary {
	margin: 0;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	width: 45em;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFEAC1;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #FFDC79;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0px;
	bottom: -1.5em;
	left: 1px;
	width: 900px;
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }
