@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}
#container {
	margin:auto;
	width:1100px;	
}
#container2 {
	margin:auto;
	width: 1250px;
}
#banner {
	width: 900px;
	text-align: left;
	margin-right: 100px;
	/*margin-left: 100px; */	
}
#nav {
	text-align: left;
	margin-right: 100px;
	/* margin-left: 100px; */
	padding: 10px;
}
#first {
	height: 300px;
	width: 1100px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	position: relative;
}
#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#home_page_text {
	text-align: left;
	float: left;
	height: auto;
	width: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #000;
	margin: auto;
	display: block;
	padding: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
#home_page_media {
float:right; 
height:auto;
width:auto;
}
#exhibit_page_text {
	text-align: left;
	float: left;
	height: auto;
	width: 1100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #000;
	margin: auto;
	display: block;
	padding: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
#second_row{
	margin-top: 30px;
}
