body {
	background: #000000 url(../images/bg-img.png) left top repeat;
	margin: 0 0 0 0;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
}

#wrapper	{
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0;
	background: url(../images/content-bg.png) left top no-repeat;
	width: 944px;
	height: 100%;
}

#container {
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0;
	width: 900px;
	height: 100%;
}

#splash-header	{
	background: url(../images/splash-header-bg.png) left top repeat-x;
	width: 656px;
	height: 34px;
	text-align: right;
}

#video-front	{
	background: url(../images/youtube-bg.png) left top no-repeat;
	width: 365px;
	height: 293px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

object	{
	vertical-align: middle;
}

#content	{
	width: 900px;
	height: 100%;
	padding: 0 0 20px 0;
}

#left-content	{
	width: 470px;
	padding: 30px 20px 0 20px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	vertical-align: top;
}

#crumb	{
	text-align: left;
	font-weight: normal;
	line-height: 11px;
}
	

#right-content	{
	width: 310px;
	padding: 0 20px 0 20px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	vertical-align: top;
}

.date	{
	font-size: 11px;
}

.photo	{
	padding: 7px;
}

ul, li	{
	font-size: 11px;
	line-height: 16px;
}

#footer	{
	width: 900px;
	height: 106px;
	padding: 0 0 20px 0;
}

#content-footer	{
	background: url(../images/mid-footer.png) left top no-repeat;
	width: 657px;
	height: 42px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 14px;
}

#left-content a, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
#left-content a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#right-content a, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
#right-content a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#crumb a, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
#crumb a:hover {
	color: #FFCC00;
	text-decoration: none;
}
li a, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
li a:hover {
	color: #FFCC00;
	text-decoration: none;
}
p a, a:visited {
	color: #FF0000;
	text-decoration: underline;
}
p a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer a, a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.selected	{
	font-weight: bold;
	color: #FFCC00;
}
	
	
	