@charset "UTF-8";
/* CSS Document */


#wrapper {
	width: 980px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 200px;
	padding-left: 86px;
	float: left;
	margin-top: -10px;
	}
	
#content {
	width: 660px;
	float: right;
	}
#contentPics {
	width: 628px;
	margin-right: -8px;
	float: right;
}
	
#logo {
	width:900px;
	height:700px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	}
	
#top right {
	width:496px;
	height:600px;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	letter-spacing: 2px;
	background-image: url(pics/bg.png);
	background-repeat: repeat;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 14px;
	color: #FFFFFF;
}
.block  {
	width: 520px;
	line-height: 16px;
}
a {
	font-size: 12.5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.active {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12.5px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 894px;
	float: right;
	margin-top: 24px;
	margin-bottom: 30px;
}

.frame {
	border: 8px solid #FFFFFF;
	margin-right: 30px;
	margin-bottom: 30px;
	filter: Gray;
}
.frameSmall {
	border: 2px solid #FFFFFF;
	margin-right: 20px;
	margin-bottom: 20px;
	filter: Gray;
}
.block2 {
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 20px;
}
.text2 {
	line-height: 18px;
	width: 600px;
}
.name {
	font-weight: bold;
	color: #FFFFFF;
}
.frameNoMargin {
	border: 8px solid #FFFFFF;
}
.frameBlack {
	border: 8px solid #CCCCCC;
	margin-right: 30px;
	margin-bottom: 30px;
	filter: Gray;
}
.italic {
	font-style: italic;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: bold;
}
.line2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 620px;
	line-height: 16px;
}
.text570 {
	line-height: 18px;
	width: 580px;
}
.block4pics {
	width: 600px;
	line-height: 12px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #015B78;
	min-width: 160px;
	z-index: 1;
	left: -2px;
	height: 400px;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 14px;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.active2 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12.5px;
	padding-left: 12px;
	background-image: url(pics/play.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 20px;
}
