/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	font-size: 9pt;
}
#wrapper{
	background-image: url(../images/index2_bg_02.gif);
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#logo{ padding-left:85px;}
#header{
	background-image: url(../images/index2_bg_01.gif);
	background-repeat: repeat-y;
	background-position: center top;
		width: 100%;
}
#footer{
	background-image: url(../images/index2_bg_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 1024px;
	height: 245px;
	vertical-align:bottom;
	margin-top:-180px;
}
#content{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#nav{}
img{}
p{}


a:link {
	color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #666666;
	padding: 2px;
	font-size: 80%;
}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
	font-size: 80%;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
	font-size: 80%;
}

a.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

