body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #424242;
	text-align: center; 
	font-size: 13px;
}
a:visited {
	color:  #999999;
}
a:hover {
	color: #FF0000;
}
a:link {
	color: #FBFBFB;
}
#main {
	text-align: center;
	min-width: 800px;
	padding: 0 20px;
	margin: 0 auto;
}
#header {
	background-color: #292929;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	vertical-align: middle;
	border: 1px solid #FF0000;
	height: 76px;
}
#body {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	clear: none;
}
#nav {
	width: 18%;
	
}
#contentainer
{
	float: right;
	width: 81%;
}
#nav2, #nav3, #navad, .nav2 {
	background-color: #1b1b1b;
	border: #FF0000 solid 1px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
}
#navspace, #navspace2, #navspace3, #conspace, .navspace, .conspace {
	width: 167px;
	height: 5px;
	font-size: 0px;
	position: static;
}
ul,li {
	margin-left: 8px;
	padding-left: 8px;
	list-style: disc url(bullet.gif);
	margin-top:0
}
#content, #adcontent, .content {
	background-color: #1b1b1b;
	border: #FF0000 solid 1px;
/*	width: 618px; */
	text-align: center;
}
.christmas {
	background-color: #1b1b1b;
	border: #009900 solid 3px;
	text-align: center;
	color: 009900;
}
#footer {
	color: #666666;
	background-color: #1b1b1b;
	border: #FF0000 solid 1px;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
}
#clear, #clear2, #clear3, .clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
#text, .text {
	float:left;
	padding-left: 10px;
	margin-left: 10px;
}
#image1, .image1 {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
}
.conteitle {
	height: 16px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	background-image: url(titile_bg.gif);
	padding-right: 15px;
}

.navtitle {
	height: 16px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-image: url(titile_bg.gif);
}

#timebar {
	text-align: right;
	font-size: 10px;
	margin: 2px;
}
.navbar {
	background-color: #1C1C1C;
	padding: 10px;
	text-align: left;
}
.indeximages {
	padding: 20px;
	border: none;
}

.input {
	border: 1px solid #000000;
	background: url(none) no-repeat #000000;
	font-family: "Courier New", Courier, monospace;
	font-style: bold;
	font-size: 14px;
	color: #ffffff;
}

.label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #FF0000;
}

.input:hover {
	border: 1px solid #FFFFFF;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #0000FF;
}