body {
	background:url('../images/background_page.jpg') repeat-y top center;
}

#topback {
	width: 100%;
	height: 295px;
	background:url('/images/background_top.jpg') no-repeat top center;
}

#header {
	width: 975px;
	height: 164px;
	background:url('/images/logo.jpg') no-repeat top center;
	margin: 0 auto;
	position: relative;
	left: -1px;
}

#navBar {
	width: 975px;
	height: 36px;
	background:url('/images/navBack.jpg') repeat-x;
	margin: 0 auto;
	position: relative;
	left: -1px;
	text-align: center;
}

#navList {
	margin: 0 auto;
	width: 845px;
}

.navItem {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	width: 965px;
	margin: 0 auto;
	color: #FFF;
	position: relative;
	top: -85px;
}

#footer {
	width:965px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	color: #FFF;
	text-align: center;
	font-family: Century Gothic, Arial;
	font-size:12px;
	font-weight: bold;
	clear:both;
}

#videoPlayer {
	background: #343434;
	width: 945px;
	text-align: center;
	padding: 10px;
}

#videoTitle {
	font-family: Century Gothic, Arial;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

#videoDescription {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-left: 15px;
}

#descriptionTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin-left: 15px;
	margin-bottom:3px;
	color:#CCCCCC;
}

#topCorners, #bottomCorners {
	background: #343434;
	height: 10px;
	width:965px;
	margin: 0 auto;
}

#videoTabs {
	width: 931px;
	margin:0 auto;
	height: 140px;
}

.videoTabSelected {
	width: 133px;
	height: 140px;
	background: url('/images/nowplaying.jpg') no-repeat top center;
	float:left;
	text-align: center;
}

.videoTabUnselected {
	width: 133px;
	height: 140px;
	cursor: pointer;
	float: left;
	text-align: center;
}

.videoThumbnail {
	position: relative;
	top: 7px;
}

fieldset {
	border: 2px solid #666;
	padding: 5px;
	width: 350px;
	margin:5px;
}

legend {
	font-family: Century Gothic, Arial;
	font-size: 13px;
	color: #C5C5C5;
	padding: 3px;
}

h1 {
	font-family: Century Gothic, Arial;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.contactInfo {
	font-family: Arial;
	font-size: 12px;
	margin-left:5px;	
}

p.contactInfo {
	margin-top:10px;
	margin-bottom:10px;
}

.disclaimer {
	font-family: Arial;
	font-size:10px;
	color: #C5C5C5;
	margin-left:5px;
}

.contactLabel {
	font-family:Arial;
	color: #C5C5C5;
	font-size:12px;	
	font-weight:bold;
}

.contactField {
	margin:3px;
	border:1px solid #666;
	background: #C5C5C5;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	width: 300px;
}

.contactTextarea {
	margin:3px;
	border:1px solid #666;
	background: #C5C5C5;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	width: 300px;
	height: 100px;
}

.cityState {
	color: #FFF;
	font-family: Arial;
	font-weight: Bold;
	font-size: 12px;
	width: 300px;
	margin:3px;
	text-align:center;
}

.errorImage {
	position:relative;
	top:5px;
}

#sendButton {
	position:relative;
	left: 252px;
}

#sendingBar {
	text-align: center;
	width:300px;
	margin:3px;
	color: #C5C5C5;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

#thankYou {
	width:100%;
	text-align:center;
}

#homeBottom {
	background: url('/images/masterpiece.jpg') no-repeat;
	height:37px;
	width:960px;
	text-align:right;
}

.friends {
	margin:10px;
}

.friends li {
	margin:10px;
}

.friends li a {
	font-family: Arial;
	color: #666;
	font-size:18px;
}

.friends li a:hover {
	font-family: Arial;
	color: #C5C5C5;
	text-decoration:none;
}

.investmentInfo {
	font-family:  Century Gothic, Arial;
	font-size:14px;
	margin:10px;
	line-height:18px;
}

.investmentInfo a {
	color: #C5C5C5
}

.investmentInfo a:hover {
	text-decoration: none;
}

hr {
	color: #666;
	background-color: #666;
	height: 3px;
}
