@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	cursor: default;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}




#header {  
	
	height:132px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header .quote{
	position: relative;
	top: 10px;
	float: right;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right:10px;
	
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar2 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}

#mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 185px;	
} 
#footer {
	margin-right:185px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;	
	;
	
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 21px;
	
	color: #595959;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
}

#footer a {
	color: #595959;
	text-decoration: none;
}

#footer a:hover{
color: #ffffff;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;	
}

.fltrtlink { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
		padding: 10px;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*********       Content     **********/

.logo{
	position: relative;
	left: 20px;
	top: 10px;
}


#pageContent{
	position: absolute;
	top: 132px;
}

.podTop{
	
	height:30px;
	width: 424px;
	margin:0px;
	padding:0px;
}

.podTop img{
	position: relative;
	top: 0px;
	width: 424px;
}

.podMid{
	background-image: url(../images/mid-bar.png);
	background-repeat: repeat-y;
	width: 424px;
	position: relative;
	top:0px;
	margin:0px;
	padding:0px;
}

.podEnd{
	position: relative;
	width: 424px;
	top:0px;
	margin:0px;
	padding:0px;
}

.podHead{
	background-image: url(../images/mid-bar.png);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-bottom:10px;
	width: 380px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	background-color: #FFFFFF;
}

#mainContent .leading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 26px;
	font-style: italic;
}

#mainContent .bulk{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	padding-right: 30px;
	padding-left:30px;
}

#mainContent .prices{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	padding-right: 30px;
	padding-left:25px;
}

#mainContent .quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 26px;
	font-style: italic;
}

#mainContent a{
color:#3399CC;
text-decoration:none;


}

#mainContent a:hover{
color:#3399CC;
text-decoration:underline;


}



p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#mainMenu{
	width: 143px;
	position: relative;
	top: 73px;
	
	
	padding:0;
}

#mainMenu ul{
width: 143px;
margin:0px;
padding:0px;

}

#mainMenu li{
	height: 15px;
	width: 143px;
	list-style-type: none;
	margin-left:20px;
	margin-bottom:15px;
	padding:0px;
	
	
}

#mainMenu a{
	
}

#mainMenu a:hover{

}

.indexImg1{
	position: absolute;
	z-index: 1;
	top: 540px;
	margin-left:20px;
}

.indexImg2{
position: absolute;
	z-index: 2;
	top:630px;
	margin-left:20px;
}

.indexImg3{
position: absolute;
	z-index: 2;
	top:650px;
	margin-left:5px;
}

.indexImg4{
position: absolute;
	z-index: 2;
	top:700px;
	margin-left:5px;
}

.indexImg5{
position: absolute;
	z-index: 2;
	top:780px;
	margin-left:15px;
}


.howardImg1{
	position: absolute;
	z-index: 1;
	top: 540px;
	margin-left:20px;
}

.howardImg2{
position: absolute;
	z-index: 2;
	top:630px;
	margin-left:20px;
}

.howardImg3{
position: absolute;
	z-index: 2;
	top:710px;
	margin-left:10px;
}

.howardImg4{
position: absolute;
	z-index: 2;
	top:800px;
	margin-left:5px;
}

.howardImg5{
position: absolute;
	z-index: 2;
	top:880px;
	margin-left:15px;
}

.howardImg6{
position: absolute;
	z-index: 2;
	top:960px;
	margin-left:15px;
}

.discoverImg3{
position: absolute;
	z-index: 2;
	top:700px;
	margin-left:5px;
}

.tvImg1{
	position: absolute;
	z-index: 1;
	top: 540px;
	margin-left:20px;
}

.tvImg2{
position: absolute;
	z-index: 2;
	top:600px;
	margin-left:20px;
}

.tvImg3{
position: absolute;
	z-index: 2;
	top:830px;
	margin-left:10px;
}

.tvImg4{
position: absolute;
	z-index: 2;
	top:900px;
	margin-left:5px;
}

.tvImg5{
position: absolute;
	z-index: 2;
	top:980px;
	margin-left:15px;
}

.operaImg1{
	position: absolute;
	z-index: 1;
	top: 580px;
	margin-left:20px;
}

.operaImg2{
position: absolute;
	z-index: 2;
	top:630px;
	margin-left:20px;
}

.operaImg3{
position: absolute;
	z-index: 2;
	top:710px;
	margin-left:20px;
}

.operaImg4{
position: absolute;
	z-index: 2;
	top:950px;
	margin-left:5px;
}

.operaImg5{
position: absolute;
	z-index: 2;
	top:1000px;
	margin-left:15px;
}

.operaImg6{
position: absolute;
	z-index: 2;
	top:960px;
	margin-left:15px;
}

.balletImg1{
	position: absolute;
	z-index: 1;
	top: 580px;
	margin-left:20px;
}

.balletImg2{
position: absolute;
	z-index: 2;
	top:630px;
	margin-left:20px;
}

.balletImg3{
position: absolute;
	z-index: 2;
	top:800px;
	margin-left:5px;
}

.balletImg4{
position: absolute;
	z-index: 2;
	top:850px;
	margin-left:5px;
}

.balletImg5{
position: absolute;
	z-index: 2;
	top:900px;
	margin-left:15px;
}

.balletImg6{
position: absolute;
	z-index: 2;
	top:960px;
	margin-left:15px;
}

.moreImg1{
	position: absolute;
	z-index: 1;
	top: 580px;
	margin-left:20px;
}

.moreImg2{
position: absolute;
	z-index: 2;
	top:650px;
	margin-left:20px;
}

.moreImg3{
position: absolute;
	z-index: 2;
	top:490px;
	margin-left:5px;
}

.moreImg4{
position: absolute;
	z-index: 2;
	top:560px;
	margin-left:5px;
}

.moreImg5{
position: absolute;
	z-index: 2;
	top:630px;
	margin-left:15px;
}

.moreImg6{
position: absolute;
	z-index: 2;
	top:660px;
	margin-left:15px;
}

.authorImg1{
	position: absolute;
	z-index: 1;
	top: 580px;
	margin-left:10px;
}
