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

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 18px;
}

img {
	border:none;
}

div#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	width:447px;
	height:133px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-2000em;
	text-decoration:none;
}

ul#navigationList {
	height:32px;
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
}

ul#navigationList li {
	float:right;
	height:32px;
}

div#content {
	width:100%;
	min-height:350px;
}

div#homeImageBox {
	margin-top:75px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

div#aboutMenu {
	width:166px;
	float:left;
}

ul#aboutMenuList {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#aboutMenuList li {
	margin:0px;
	padding:0px;
}

div#aboutPhoto {
	margin-top:5px;
	width:172px;
	float:right;
}

div#aboutHeader {
	width:450px;
	height:21px;
	margin-bottom:10px;
}

#aboutHeader h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
}

h2#aboutEric {
	width:450px;
	height:21px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	margin-left:25px;
	background-image:url(../images/about/aboutEricHeader.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-2000em;
	text-decoration:none;
	display:inline;
}

h2#aboutWendy {
	width:450px;
	height:21px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	margin-left:35px;
	background-image:url(../images/about/aboutWendyHeader.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-2000em;
	text-decoration:none;
}

h2#aboutShow {
	width:630px;
	height:21px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	margin-left:100px;
	background-image:url(../images/about/aboutShowHeader.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-2000em;
	text-decoration:none;
}

h2#aboutTeam {
	width:630px;
	height:21px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	margin-left:100px;
	background-image:url(../images/about/aboutTeamHeader.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-2000em;
	text-decoration:none;
}

h2#aboutArtists{
	width:630px;
	height:21px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	margin-left:100px;
	background-image:url(../images/about/aboutArtistsHeader.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-2000em;
	text-decoration:none;
}

div#aboutBio {
	margin-left:170px;
	margin-right:180px;
	margin-top:0px;
}

div#aboutContent {
	margin-left:170px;
	margin-top:0px;
}

div#ericColumn {
	text-align:center;
	width:50%;
	float:left;
}

div#wendyColumn {
	text-align:center;
	width:50%;
	float:left;
}

div#newsContent {
	width:100%;
}

div#newsContent h4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#newsContent p {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:0px;
}


div#reviewsContent {
	width:100%;
}

div.reviewsText {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:0px;
}

a {
	text-decoration:none;
}

a:link {
	color:#999999;
}

a:visited {
	color:#999999;
}

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

ul#photosList{
	margin-left:0px;
}

/* Gallery layout credit to http://joshuaink.com */
ul#photosList li{
	width:130px;
	height:80px;
	border:solid;
	border-color:#333333;
	border-width:1px 1px 1px 1px;
	-moz-border-radius:5px;
 	background:#111111;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

div#reelContent {
	text-align:center;
	margin-top:50px;
}

div#contactContent {
	text-align:center;
	margin-top:50px;
}

div#footer {
	text-align:center;
}
