/* CSS Document */
body{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	text-align: center;
}
div, p, ul, h2, img{margin:0px; padding:0px;}
ul{list-style-type:none;}

/*----TOP PANEL----*/
#topPan{
	width:975px;
	height:130px;
	position:relative;
	margin:0 auto;
	background-image: url(images/main-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	background-repeat: repeat-x;
	background-position: center;
	background-color: #000000;
}
#topPan ul{width:125px; height:22px; position:absolute; top:0px; right:130px;}
#topPan ul li{float:left; width:45px; height:22px;}
#topPan ul li a{
	width:45px;
	height:16px;
	display:block;
	background:url(images/arrow1.gif) 40px 6px no-repeat #CC0000;
	color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 16px;
}
#topPan ul li a:hover{
	background:url(images/arrow1-hover.gif) 40px 6px no-repeat #CC0000;
	color:#FFFFFF;
	text-decoration:none;
}

#topPan ul li.register{float:left; width:65px; height:22px;}
#topPan ul li.register a{
	width:65px;
	height:16px;
	display:block;
	background:url(images/arrow1.gif) 65px 6px no-repeat #CC0000;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 16px;
}
#topPan ul li.register a:hover{
	background:url(images/arrow1-hover.gif) 65px 6px no-repeat #CC0000;
	color:#FFFFFF;
	text-decoration:none;
}

#topPan img.logo{
	position:absolute;
	top:39px;
	left:46px;
	border-right-color: #FFFFFF;
}

#topPan img.head{
	position:absolute;
	top:54px;
	left:335px;
	border-right-color: #FFFFFF;
	background-image: url(images/head.gif);
}

#topPan img.dots{
	position:absolute;
	top:31px;
	left:290px;
	border-right-color: #FFFFFF;
	background-image: url(images/dots.gif);
}
/*----Menu Panel----*/
#menuPan{
	width:975px;
	height:33px;
	position:relative;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: x-small;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #333333;
}
#menuPan ul{
	width:975px;
	height:28px;
	position:absolute;
	top:2px;
	left:14px;
}
#menuPan ul li{
	width:104px;
	height:28px;
	float:left;
}
#menuPan ul li a{
	width:109px;
	height:28px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 28px;
	background-color: #333333;
}
#menuPan ul li a:hover{
	width:110px;
	height:28px;
	color:#fff;
	border:none;
	text-decoration:none;
	background-color: #666666;
}

#menuPan ul li.home{
	width:110px;
	height:28px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	border:none;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 28px;
}

#menuPan ul li.contact a{
	width:110px;
	height:28px;
	display:block;
	background:#fff;
	color:#2F2A28;
	border:none;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 28px;
}
#menuPan ul li.contact a:hover{width:110px; height:28px; background:#2F2A28; color:#fff; border:none; text-decoration:none;}
/*----HEADER- PANEL----*/

/*----BODY PANEL----*/
#bodyPan{
	width:975px;
	position:relative;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bodyPan h3{
	color:#FFFF00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240px;
	padding-top: 0px;
	margin: 0px;
}


#bodyPan p{
	padding:10px 0 0 0px;
	color: #FFFFFF;
}
#bodyPan a{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
}
#bodyPan p span{font-weight:bold;}
#bodyPan p.date{
	width:174px;
	height:22px;
	background:#FEFEF6;
	color:#000;
	font-size:medium;
	line-height:22px;
	padding:0px;
}
#bodyPan p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#bodyPan p.more a{
	width:102px;
	height:16px;
	display:block;
	color:#D80000;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 16px;
}
#bodyPan p.more a:hover{background:#F2F0DC; color:#7E0202; text-decoration:none;}
#bodyPan p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}

/*----Body Bottom Panel----*/
#bodybottomPan{
	width:975px;
	position:relative;
	margin:0 auto;
	padding:0px 0 0 0px;
	background-color: #000000;
}

/*----/Bottom Left Panel----*/


/*----/Bottom Left Panel----*/
/*----FOOTER PANEL----*/
#footermainPan{
	height:50px;
	color:#fff;
	position:relative;
	clear:both;
	background-color: #3B3B3B;
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 975px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
}

#footerPan{
	width:965px;
	position:relative;
	margin:0 auto;
}

#footerPan ul{
	width:900px;
	height:20px;
	position:relative;
	margin:0 auto;
	text-align: center;
}
#footerPan p{
	width:900px;
	height:20px;
	position:relative;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#footerPan li{
	text-align: center;
}
#footerPan ul li a{
	padding:0 10px 0;
	color:#fff;
	background:#3B3B3B;
	text-decoration:none;
	font-size:x-small;
	text-align: center;
}
#footerPan ul li a:hover{text-decoration:underline;}

#footerPan p.copyright{
	position:relative;
	margin:0 auto;
	background:#3B3B3B;
	color:#fff;
	font-size:x-small;
	width: 975px;
}
