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


/* =================================== TAGS ==================================== */

html, body, #wrap {
	height:100%;
	width: 100%;
}


a:link, a:visited, a:active {
	color: #d11346;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #818181;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

h3 {
	background: url(images/arrow_black.gif) no-repeat 0px 4px;
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 22px;
}

img {
	border-style: none;
}



/* ================================ VERTICALLY CENTER ================================ */

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;	
}

#container {
	margin-left: -475px;
	position: absolute;
	top: -303px;
	left: 50%;
	width: 950px;
	height: 596px;
	visibility: visible;	
}

html.gecko #container {
	margin-left: -475px;
	position: absolute;
	top: -25.3em;
	left: 50%;
	width: 950px;
	height: 596px;
	visibility: visible;	
}


/* ==================================== HEADER ==================================== */

#header_container {
	float: left;
	height: 53px;
	width: 950px;
}

#header_container_spacer{
	
}

#header_container h1{
	display: none;
}

#logo{
	float: left;
	margin-top: 22px;
}

#logo a{
	background: url(images/logo.png) no-repeat 0px 0px;
	float: left;
	width: 217px;
	height: 22px;
	
}

#header_nav {
	width: 400px;
	float: right;
}

#header_nav a {
	padding-top: 32px;
	color: #FFFFFF;
	float: right;
	padding-left: 40px;
}

#header_nav a:hover, #header_nav a.current {
	text-decoration: none;
	background: url(images/arrow_header.png) no-repeat 31px 35px;
}


/* =================================== BODY ==================================== */

#nav_container {
	float: left;
	height: 500px;
	width: 174px;
}

#pic {
	border-right: 10px solid #2a2a2a;
	border-left: 10px solid #2a2a2a;
	height: 500px;
	width: 318px;
	float: left;
	padding-top: 0px;
	border-top: 1px solid #2a2a2a;
}

.title{
	font-size: 18px;
	background: url(images/arrow_black.gif) no-repeat 0px 4px;
	height: 20px;
	width: 388px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.title-margin{
	margin-top: 15px;
}

#body_padding{
	padding: 20px 0px 0px 20px;
}

#musicplayer {
	padding-left: 198px;
	padding-top: 24px;
	float: left;
}

a.doc {
	background: url(images/arrow-link.gif) no-repeat center;
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;	
}

/* ==================================== MISC ==================================== */

.clear {
	clear: both;
	line-height:0;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.hide2 {display: none;}
