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

* {
	padding:0;
	margin:0;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color: #2591d1;
}
a:hover {
	color: #999999;
}
img {
	border: 0;
}
td {
	padding: 15px;
}
h4 {
	border-bottom: 1px solid #999;
	padding: 10px 0 5px 0;
	color: #999;
	margin: 0 0 5px 0;
}
#wrapper {
	width:900px;
	margin:0 auto;
	padding:0px 5px 5px 5px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	position: relative;
}
#top_img {
	background:url(../images/header.jpg) 0 0;
	background-repeat:no-repeat;
}
#nav_pad{
	padding:153px 10px 10px 10px;
	text-align:left;
}
#nav{
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-shadow:#000 2px 2px 2px;
}
#nav a{
	color:#FFFFFF;
}
#nav a:hover {
	color:#000000;
}
#nav li {
	display:inline;
	padding:0px 20px;
}
#content {
	padding:10px;
	text-align:left;
	font-size: 10px;
	line-height: 1.4em;
}
#title {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #333333;
	color: #FFFFFF;
}
#player {
	position: absolute;
	top: 30px;
	right: 10px;
}
#email {
	position: absolute;
	top: 20px;
	right: 300px;
	}

#bottom_img {
	background:url(../images/footer.jpg) 0 100%;
	background-repeat:no-repeat;
}
#footer {
	font-size:11px;
	text-align:right;
	padding:25px 10px 7px 10px;
	color:#FFFFFF;
}

.sub-title {font-size: 12px; color:#666666}
