* {
	margin: 0;
	padding: 0;
}

body {
	background: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a302e;
	text-decoration: none;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

h1 {
	border-bottom: 5px solid #111111;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

#main_navi {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 449px;
}

#main_navi .home {
	display: block;
	float: left;
	background: url(images/btn_home.gif) no-repeat;
	width: 65px;
	height: 31px;
	margin-right: 2px;
}

#main_navi .about {
	display: block;
	float: left;
	background: url(images/btn_about.gif) no-repeat;
	width: 69px;
	height: 31px;
	margin-right: 2px;
}

#main_navi .faq {
	display: block;
	float: left;
	background: url(images/btn_faq.gif) no-repeat;
	width: 69px;
	height: 31px;
	margin-right: 2px;
}

#main_navi .contact {
	display: block;
	float: left;
	background: url(images/btn_contact.gif) no-repeat;
	width: 79px;
	height: 31px;
	margin-right: 2px;
}

#main_navi .web {
	display: block;
	float: left;
	background: url(images/btn_web.gif) no-repeat;
	width: 99px;
	height: 31px;
	margin-right: 2px;
}

#main_navi .news {
	display: block;
	float: left;
	background: url(images/btn_news.gif) no-repeat;
	width: 69px;
	height: 31px;
	margin-right: 2px;
}


#main_navi .home:hover, #main_navi .about:hover, #main_navi .faq:hover, #main_navi .contact:hover, #main_navi .web:hover, #main_navi .news:hover, #main_navi .select {
	background-position: bottom;
}

#second_navi {
	width: 870px;
	float: left;
	color: #fff;
	padding-left: 15px;
}

#second_navi span {
	padding-top: 8px;
	float: right;
}

#second_navi a {
	float: right;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px;
	padding-top: 8px;
}

#second_navi a:hover {
	background: url(images/top_arrow.gif) no-repeat top center;
	color: #fff501;
	text-decoration: none;
}

#second_navi .select {
	background: url(images/top_arrow.gif) no-repeat top center;
	color: #fff501;
	text-decoration: none;
}

.heading {
	margin-bottom: 15px;
}

.white{
	font-size: 11px;
	color: #FFFFFF;
}
.links {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.links:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #E26C4C;
	text-decoration: none;
}
.links:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	text-decoration: none;
}

a
{ 
color:#FF0000;
text-decoration:none;
}
a:hover
{

text-decoration:underline;

}
a:visited
{
color:#FF0000;
}
.footer
{	
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
 a.footer:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active
{
	/*background: url(images/top_arrow.gif) no-repeat top center;*/
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
a.footer:visited
{
	color: #FFFFFF;
	font-weight: bold;
text-decoration: none;
}
a.srollover {
	display: block;
	width: 102px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
	background-image: url(images/sidemenu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
     }
a:hover.srollover {
	background-position: 0px 0px;
	color: #ffff00;
}
a.srollover_red {
	display: block;
	width: 102px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background-image: url(images/sidemenu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	background-position: 0px -29px;
     }
a:hover.srollover_red {
	background-position: 0px 0px;
	color: #ffffff;
}
#sidemenubox{
	width: 102px;
	padding-top: 2px;
	height: auto;
	padding-bottom: 2px;
}