﻿body {
	background-repeat: repeat;
	background: url('TexturedBackground7.jpg');
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#page {
	border: thick ridge;
	background: #9999CC;
	width: 960px;
	margin: 0 auto;
	padding: 24px 24px 24px 24px;
}
.bold	{
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.left {
	text-align:left;
}
.yellow {
	color: yellow;
}
.center {
	text-align:center;
}
#header {
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
}
#sidebar {
	background: #9999CC;
	border: thick #C0C0C0 groove;
	float: left;
	padding: 12px;
	width: 280px;
	text-align: left;
	height: 126px;
	color: #000000;
}
#sidebar img, #sidebar2 img {
	border: none;
	margin: 2px;
}
#sidebar2 {
	background: #9999CC;
	border: thick #C0C0C0 groove;
	float: right;
	padding: 12px;
	width: 280px;
	text-align: right;
	height: 126px;
	color: #000000;
}
#logo { 
	height: 150px;
	text-align:center;
}
/* Menu */
#container {
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
  font-weight: bold;
}
#menu {
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: .8em;
  list-style: none;
  padding: 0;
}
#menu ul { 
  margin: 0;
  padding: 0;
  z-index: 2000;
  list-style: none;
  display: inline-block;
}
#menu li {
  float: left;
  min-height: 1px;
}
#menu a {
  height: 1%;
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: #C0C0C0;
  background-color: #473362;
  border: 1px solid #C0C0C0;
  width: 94px;
  margin-left: -1px;
}
* html #menu a {
  white-space: nowrap;
}
#menu li ul {
  left: -999em;
  position: absolute;
  width: 95px;
}
#menu li:hover ul, #menu li ul:hover {
  left:auto;
}
#menu li a.arrow {
	background: #473362 url('arrow-down-white.gif') no-repeat right center;
}
#menu li:hover a.arrow {
	background: #C5B9D9 url('arrow-down-black.gif') no-repeat right center;
	color: #000000;
}
#menu a.menuHover {
	background: #C5B9D9;
	color: #000000;
	text-decoration:none;
}
/* End of Menu */
#main {
	clear: both;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 5px 5px 5px 5px;
}
/* Three Column Pages */
#left_col {
	float: left;
	width: 250px;
	font-size:.8em;
}
#right_col {
	float:right;
	width:250px;
	font-size:.8em;
}
#middle_col img {
	border: thick #c0c0c0 inset;
}
/* End Three Column Pages */
/* Christmas Special */
#main_christmas {
	clear: both;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 5px 5px 5px 5px;
}
#transbox
  {
  margin:30px 50px;
  border:1px solid black;}
#transbox h1 {background-color:#ffffff;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
  	padding:10px;
  	margin:10px;}
#transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
#left_col_christ {
	float: left;
	width: 215px;
	min-height:310px;
	font-size:.8em;
	font-weight:bold;
	background-color:#ffffff;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#right_col_christ {
	float:right;
	width: 215px;
	min-height:310px;
	font-size:.8em;
	font-weight:bold;
	background-color:#ffffff;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#middle_col_christ{
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#middle_col_christ img {
	border: thick #c0c0c0 inset;
}
#new_col {
	clear:both;
	padding:5px;
	border:thin black;
	font-weight:bold;
	background-color:#ffffff;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}
}
#new_col img{
	float:left;
}
/* End of Christmas Special */
/* Contests Pages Fix */
#left_contest {
	float: left;
	width: 250px;
	font-size:.8em;
	min-height:800px;
}
#right_contest {
	float:right;
	width:250px;
	font-size:.8em;
	min-height:800px;
}
#middle_contest {
	min-height:800px;
}
/* End of Contests Pages Fix */
/* One Column Pages */
#one_col {
	text-align: left;
}
.links a {
	text-decoration: none;
}
/* End One Column Pages */
/* Watch Repair Column */
#watch {
	text-align: left;
}
.caption {
	text-align: right;
}
/* End Watch Repair Column */
/* Site Map */
ul#sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#sitemap ul {
  padding-left: 1em;
  list-style: none;
}
ul#sitemap li {
  border-bottom: 2px solid #FFFFFF;
}
ul#sitemap li a:link, ul#sitemap li a:visited{
  background-color: #CCCCCC;
  display: block;
  padding: 0.4em;
  text-decoration: none;
  color: #473362;
}
ul#sitemap li a:hover {
  background-color: #999999;
  color: #FFFFFF;
}
ul#sitemap li li a:link, ul#sitemap li li a:visited{
  background-color: #FFFFFF;
  display: block;
  padding: 0.4em;
}
ul#sitemap li li a:hover {
  background-color: #FFFFFF;
  color: #473362;
}
/* End of Site Map */
#footer {
	clear: both;
	text-align: center;
	padding-top: 48px;
}
#footer hr {
	color:black;
}
#footer p {
	padding:12px;
	font-size:90%;
}
#footer span {
	font-weight: bold;
}
