body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #999999;
}
#top {
	height: 120px;
	width: 780px;
}
#clear {
	clear: both;
	height: 0px;
	width: 780px;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/background_image_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #edecfe;
	height: auto;
}
#clear2 {
	clear: both;
	height: 0px;
	width: 780px;
}

#top img {
	float: right;
}
#nav {
	height: auto;
	width: 165px;
	text-align: left;
	list-style-image: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #770000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#nav a:hover {
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	float: left;
	height: auto;
	width: 575px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	position:relative;
}

#player {
	height: 510px;
	width: 500px;
	margin-left: 38px;
}


#adsense {
	float: left;
	width: 575px;
}
#title {
	float: left;
	width: 575px;
	text-align: left;
	color: #000033;
}


#footer {
	height: 20px;
	width: 780px;
	text-align: right;
	float: none;
}
#footer a {
	color: #000033;
	text-decoration: none;
}


html { min-height: 100%; margin-bottom: 1px; }
.float_right {
	float: right;
	margin-left: 5px;
}
.float_left {
	float: left;
	margin-right: 75px;
}
.italic_bold {
	font-style: italic;
	font-weight: bolder;
	color: #CC0000;
}
.copyright {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.float_center {
	text-align: center;
}

