/* CSS Document */

body {
	margin-top: 0px;
	background: #003300;
	background-image: url(../images/layout/background.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

p {
	color:#FFFFFF;
}

h1 {
	color:#FFFFFF;
}

h2 {
	color:#FFFFFF;
}

a:link {
font-size: 12px;
color: #CCCCCC;
}

a:hover {
font-size: 12px;
color: #EEEEEE;
}

.text {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 12px;
font-weight: normal;
}

.title {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 16px;
font-weight: bold;
}

.videoTitle {
font-family: Arial,Helvetica,sans-serif;
color: #CCCCCC;
font-size: 12px;
font-weight: bold;
text-align:left;
}

#content {
	width: 1100px;
	position:relative;
}

#smvc-logo {
	left:0px;
	top:0px;
	position:absolute;
	width: 342px;
	height: 92px;
	background: url(../images/layout/smvc_logo.jpg);
	background-repeat: no-repeat;
}

#smvc-logo span {
	visibility: hidden;
}

#topbanner {
	left:403px;
	top:10px;
	position:absolute;
	width: 500px;
	height: 72px;
}

#player {
	left:0px;
	top:99px;
	position:absolute;
	width: 940px;
	height: 530px;
}

#description {
	left:-6px;
	top:635px;
	position:absolute;
	width: 940px;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height: 317px;
}

#sidebar {
	right:0px;
	top:100px;
	position:absolute;
	width: 150px;
	background-color: #003300;
}

#footer {
	left:77px;
	top:732px;
	width:inherit;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
