* {
	margin: 0 auto;
	padding: 0;
}

html {
	margin: 0 auto;
	padding: 0;
	min-height: 100%; /* forces scroll bar in Firefox */
	margin-bottom: 1px; /* forces scroll bar in Firefox */
}

body {
	background-color: #000000;
	background-repeat: repeat;
	margin: 0 auto;
	text-align: center;
	font-family: "palatino linotype", Georgia, serif;
	}



#container {
	width: 559px;
	margin-top: 30px;
	background-color: #000000;
	}


#header {
	width: 559px;
	height: 71px;
	background-image: url(images/headerbackdrop.gif);
	background-repeat: no-repeat;
	background-color: #fd0a04;
	background-position:left;
	}

#logo {
	width: 559px;
	height: 440px;
	background-image: url(images/moshpitlogo.jpg);
	background-repeat: no-repeat;
	background-color: #fd0a04;
	background-position:center;
	margin-top: 30px;
	}


#midcontent {
	width: 559px;
	text-align: left;
	background-color: #fd0a04;
	background-repeat: repeat;
	}
	
#left	{
	width: 230px;
	height: 320px;
	float: left;
	padding-left: 20px;
	background-color: #fd0a04;
	background-repeat: repeat;
	}

#right	{
	height: 320px;
	background-color: #fd0a04;
	background-repeat: repeat;
  float: right;
  padding-right: 30px;
	}
	
#lowerleft	{
	width: 230px;
	float: left;
	padding-left: 20px;
	background-color: #fd0a04;
	background-repeat: repeat;
	}

#lowerright	{
	width: 229px;
	float: right;
	background-color: #fd0a04;
	background-repeat: repeat;
	padding-right: 20px;
	}

#footer {
	font-family: "arial";
	width: 559px;
	background-color: #fd0a04;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 1000px;
	}

#footleft {
	float: left;
	padding: 10px;
	}

#footright {
	float: right;
	padding: 10px;
	}
	
div.gallerypicportrait {
  width: 100px;
  height: 130px;
  text-align: center;
  float: left;
  padding-left: 30px;
  margin-bottom: 50px;}

div.gallerypiclandscape {
  width: 130px;
  height: 130px;
  text-align: center;
  float: left;
  padding-left: 30px;
  margin-bottom: 50px;}

p{
	font-size: 14px;
	color: #000000;
	padding: 2px;
	text-align: left;
	line-height: 20px;
	}

p.gallerythumbs {
  font-size: 10px;
  text-align: center;
  color: #000000;
  padding: 2px;
  line-height: 10px;}


img {
	border: 0;
	}

.navnest {
	float: left;
	text-align: left;
	margin-top: 22px;
	margin-left: 0px;
	}

.imagebor {
	border-left: 4px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px;
	}

a:link {
	color: #000000;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:active {
	text-decoration: none
	}

a:hover {
	color: #ffffff;
	}

ul {
	margin-left: 60px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: left;
	}

/*
Spacer Div
*/
div.spacer{
clear: both !important;
}

