* {
	color: #2c2c2c;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/web_pinstrip_3.jpg);
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 70px;
	background-color: black;
	background-attachment:fixed;

}

#topbarlogo {
	background-image: url(images/web_topbarlogo.png);
	text-align: right;
	height: 130px;
	width: 130px;
}

#topbarslogan {
	background-position: right;
	height: 130px;
	width: 230px;
	background-image: url(images/web_topbarslogan.png);
}

.slogan {
	color: #2c2c2c;
	bottom: -30px;
	position: relative;
	font-size: 14px;
}

.sloganred {
	color: #a60c0e;
	bottom: -30px;
	position: relative;
	font-size: 14px;
}

#topbarnav {
	background-position: right;
	padding-right: 30px;
	text-align: right;
	height: 130px;
	width: 560px;
	background-image: url(images/web_topbarnav.png);
}

.nav {
	bottom: -25px;
	position: relative;
	color: #2c2c2c;
	font-size: 26px;
}

.nav a:link {
	text-decoration: none;
	color: #2c2c2c;
	font-size: 26px;
}

.nav a:visited {
	font-size: 26px;
	text-decoration: none;
	color: #2c2c2c;
}

.nav a:hover {
	font-size: 26px;
	text-decoration: none;
	color: #a30f13;
}

#leftcolumn {
	background-image: url(images/web_leftcolumn.png);
	height: 336px;
	width: 47px;
}

#content {
	text-align: center;
	background-color: white;
	width: 826px;
	height: 336px;
}

#rightcolumn {
	background-image: url(images/web_rightcolumn.png);
	height: 336px;
	width: 47px;
}

#bottombar {
	background-image: url(images/web_bottombar.png);
	height: 104px;
	width: 920px;
}

.video480 {
	width: 480px;
	padding: 5px;
	background-color: black;
}

.video400 {
	margin-left: 15px;
	width: 400px;
	padding: 5px;
	background-color: black;
}

.casestudies {
	text-align: center;
	width: 400px;
	margin-bottom: 10px;
}

.casestudies a:link {
	color: #2c2c2c;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 18px;
}

.casestudies a:visited {
	color: #2c2c2c;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 18px;
}

.casestudies a:hover {
	color: #a30f13;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 18px;
}

