/* CSS Document */

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#0a61b2;
	margin: 0;
}
a:link {
	color: 0a61b2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 0a61b2;
}
a:hover {
	text-decoration: underline;
	color: 0a61b2;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.container {
	width: 765px;
	margin: 0 auto 0 auto;
	vertical-align: top;
}
#header {
	background-position: top;
	width: 765px;
	height: 225px;
}
.nav {
	width: 765px;
	margin:0;
}
.clapper {
	width: 225px;
	height: 300px;
	vertical-align: top;
	float: left;
}
.content {
	width:528px;
	float:left;
	padding-left: 12px;

}
.php {
	width:475px;
	float:left;
	padding-left: 12px;
}
#content_copy {
	width:500px;
	font-family: Verdana, sans-serif;
	font-size:12px;
	color:#000;

}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
#content_pad {
	padding:10px;
	color: #0000ee;
}
#content_bg {
	background-image: url(images/content_bg.gif);
	background-repeat:repeat-y;
	width:528px;
}
.player {
	background-image:url(images/player.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding-top:20px;
	width: 478px;
	height:414px;
}
.video {
	padding-top:13px;
	margin-left:39px;
}
.date {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 20px;
	font-size: 10px;
}
#wrapper #page #leftC .date {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 40px;
	font-size: .7em;
}
.footer {
	width: 765px;
	height:14px;
	clear: both;
}
#blog_title {
	padding-bottom:0px;
	padding-top:15px; 
	border-top: 2px solid #0a61b2;
	font-size:22px;
}
.clear {
	clear:both;
}
.playertitle {
	background-image: url(images/playertitle.gif);
	text-align:right;
}
