@charset "utf-8";

/* ------------GENERAL-------------- */


body {
	font: 70%/1.6em verdana, helvetica, sans-serif;	
	color: #383838;	
	background: #DED9C6 url(images/bgricon.gif);
}

h1 {
  font: bold 1.4em/1.5em verdana, helvetica, sans-serif;
	color: #FBFBF9;
	padding-top: 0;
	text-align: left;
}

h2 {
  font: bold 1.2em/1.4em verdana, helvetica, sans-serif;
	color: #383838;
 	padding-top: 0;
	text-align: left;
}

a {
	color: #383838;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#container {
	width: 863px;
	background-color: #DED9C6;
	margin: auto;
}

/* ------------TOP BANNER-------------- */

#topbanner {
  width: 863px;
	height: 208px;
}

#topbanner img {
  margin: 0;
	padding: 0;
}

/* -------------MAIN BODY--------------- */

#main {
  width: 863px;
	background: #bbb499 url(images/main_bgr.gif) repeat-y;
}

#mainleft {
  float: left;
	width: 193px;
	background: url(images/mainlt_bgr.gif) repeat-y;
}

#mainright {
  float: right;
	width: 670px;
	background: #bbb499 url(images/mainrt_bgr2.gif) repeat-y right;
}

#glow {
  width: 670px;
	height: 24px;
  background: url(images/glow.gif) no-repeat;
}

#content {
  clear: both;
	float: left;
	width: 490px;
	text-align: justify;
	padding: 0 10px 5px 20px; 
}

#content img {
  padding: 8px 0 8px 8px;
}

#trivia {
  padding:0 15px 3px 15px;
	border-top: 2px dotted #383838;
	border-bottom: 2px dotted #383838;
	}

/* ------------GOOGLE ADS-------------- */

#google1 {
  width: 863px;
	height: 38px;
	background: url(images/google1bar.gif) no-repeat;
}

#google1Ad {
  width: 728px;
	height: 15px;
	margin: auto; 
	padding-top: 10px;
	}

#google2 {
  float: right;
  width: 172px;
	background: #847F6C url(images/google2bgr.gif) repeat-y;
}

#google2Ad {
  margin-left: 8px;
	padding-bottom: 15px;
}

#google3 {
  float: right;
	width: 135px;
	margin-right: 5px;
	background-color: #bbb499;
	padding-bottom: 10px;
}

/* ------------NAVIGATION-------------- */

#navbar {
	background: #847F6C;
	width: 172px;
	text-align: right;
	float: right;
}

#navbar ul {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;	
}	

#navbar ul li {
	background: url(images/navbtn_up.gif) no-repeat;
	height: 31px;
	width: 172px;
}

#navbar ul li a {
  display: block;
	padding: 7px 10px 4px 0;
  color: #DED9C6;
	text-decoration: none;
	font: bold 13px verdana, helvetica, sans-serif;	
}

#navbar ul li a:hover {
	color: #FBFBF9;
	background: url(images/navbtn_dn.gif) no-repeat;
}

/* ------------LINKS-------------- */

#links {
  clear: both;
	float: left;
	width: 610px;
	text-align: justify;
	padding: 0 10px 5px 20px; 
}

#links ul {
  list-style-type: none;
	font: 1.2em/1.6em verdana, helvetica, sans-serif;	
}

#links2 {
  clear: both;
	float: left;
	width: 610px;
	padding: 0 10px 5px 20px;
}

#links2 ul li {
  padding-bottom: 6px;
}

#links2 ul a {
	color: black;
	text-decoration: underline;
}		 

/* -------------TABLE--------------- */

#table2 {
  border-collapse: collapse;
  margin: 15px 40px 20px 20px;
}

#table2 td {
  width: 240px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #FBFBF9;
  font: 1.2em/1.6em verdana, helvetica, sans-serif;	
}

/* ------------FOOTER-------------- */

#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat;
	width: 863px;
	height: 46px;
	text-align: center;
	margin: auto;
	color: #000;
	font-size: 0.85em;
}

#footer ul {
	list-style: none;
	padding: 8px 0;
	margin: 0;
}


#footer ul li {
	display: inline;
}


#footer ul li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


#footer ul li a:hover {
	color: #FBFBF9;
}
