body {
	margin: 0;
	padding: 0;
	min-width: 1050px;
	background-color: #000000;
	text-align: center;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1050px;
	text-align: left;
	background-color: #ffffff;
}

#bgPhoto1 {
	height: 595px;
	margin-bottom: -445px;
	background-color:#ffffff; 
	background-image: url(images/bg_header_soundboard.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}
#bgPhoto2 {
	height: 595px;
	margin-bottom: -445px;
	background-color:#ffffff; 
	background-image: url(images/bg_header_blackknobs.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}
#bgPhoto3 {
	height: 595px;
	margin-bottom: -445px;
	background-color:#ffffff; 
	background-image: url(images/bg_header_cables.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}
#bgPhoto4 {
	height: 595px;
	margin-bottom: -445px;
	background-color:#ffffff; 
	background-image: url(images/bg_header_controlroom.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}
#bgPhoto5 {
	height: 595px;
	margin-bottom: -445px;
	background-color:#ffffff; 
	background-image: url(images/bg_header_makeuplights.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}
#bgPhoto6 {
	height: 595px;
	margin-bottom: -445px;
	background-color:#ffffff; 
	background-image: url(images/bg_header_cstands.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}
#bgPhoto7 {
	height: 595px;
	margin-bottom: -445px;
	background-color:#ffffff; 
	background-image: url(images/bg_header_conversion.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}

#top {
	width: 100%; 
	height: 150px;
	background-color:#0d207e;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#lehmanLogo {
	margin: 0;
	padding: 45px 0 0 100px;
}

#nav {
	margin: 0;
	padding: 15px 0 25px 145px;
}
#nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 95%;
	text-transform: lowercase;
}
#nav li {
	margin: 0;
	padding: 0 25px 0 0;
	display: inline;
}
#nav .on {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#nav a:link {
	color: #65a326;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
#nav a:visited, #nav a:active {
	color: #65a326;
	text-decoration: none;
	background-color: transparent;
}
#nav a:hover {
	color: #999999;
	text-decoration: underline;
	background-color: transparent;
}

#main {
	margin: 245px 0 0 145px;
	padding: 0 0 45px 0;
	width: 905px;
	font-size: 90%;
	color: #000000;
}

#mainContent {
	margin: 0;
	padding: 0;
	width: 500px;
	float: left;
}
#mainContent h1 {
	margin-top: 0;
	color: #000000;
	font-size: 135%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#mainContent p {
	margin-top: 0;
	font-size: 110%;
	line-height: 1.3;
}
#mainContent .caption {
	font-style: italic;
	font-size: 95%;
	text-align: left;
	padding: 0;
	margin: 0;
}
#mainContent a:link {
	color: #0d207e;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
#mainContent a:visited, #mainContent a:active {
	color: #0d207e;
	text-decoration: none;
	background-color: transparent;
}
#mainContent a:hover {
	color: #65a326;
	text-decoration: underline;
	background-color: transparent;
}
#mainContent a.anchor:hover {
	color: #000000;
	text-decoration: none;
}

#rightSideBar {
	padding-right: 100px;
	width: 285px;
	float: right;
}

#clearone {
	clear: both;
	height: 1px;
}

#footer {
	margin: 0;
	padding: 25px 0 25px 0;
	background-color: #333333;
}

#footerText {
	margin: 0 100px 0 100px;
	padding: 0;
	font-size: 80%;
	background-image: url(images/cuny_logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
}
#footerText a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
#footerText a:visited, #nav a:active {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
}
#footerText a:hover {
	color: #65a326;
	text-decoration: underline;
	background-color: transparent;
}


.caption {
	font-style: italic;
	font-size: 95%;
	text-align: left;
	padding: 0;
	margin: 0;
}

