@charset "UTF-8";
/* CSS Document */
/* CSS by Nick Golebiewski www.foedesigns.com/nick */


body {
	font-family: "Courier New", Courier, monospace;
	background: #000000;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a  {
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

h1 {
font-size: 1.5em;
margin: 0;
padding: 0;
}

a img {
border: 0;
	
}

/* end of universal attributes */

.vomit #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: #FFFFFF;
	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. */
	background-image: url(images/border.gif);
	background-color: #000000;
	background-repeat: no-repeat;
}
.vomit #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.vomit #title{
	margin-left:0px;
	padding-top:46px;
	padding-bottom:2px;
	width:700px;
	height:40px;
	text-align:center;
	overflow:hidden;

	}

.vomit #title img {
	margin-right: 20px;
	margin-left: 20px;
}

/*intro or full page only */
.vomit #FullPage{
	margin-left:0px;
	padding-top:46px;
	padding-bottom:2px;
	width:700px;
	height:550px;
	text-align:center;
	overflow:hidden;

	}

/*  */
/* Album pages - for navigation to slideshows */
/*  */

.vomit #albums {
	margin-top:0px;
	padding-top:0px;
	height: 500px;
	width: 700px;
	text-align: center;
}

.vomit #albumsContainer {
	text-align: center;
	padding: 0 90px;
}
/* padding from above used to be 100px*/

.album_text{
	width:200px;
	margin:22px;
	text-align: center;
	float:left;
}

.album_pix{
	width:200px;
	margin:13px;
	text-align: center;
		float:left;
}

/*  */
/* Content pages with the slideshows */
/*  */

.vomit #images {
	position: relative;	
	height: 500px;
	width: 700px;
	text-align: left;
}

.vomit #images img {
	margin: 5px;
}



/*  */
/* Information page - pades with background image with text on top  */
/*  */

.vomit #info {
	position: relative;
	height: 500px;
	width: 700px;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/info_bg.gif);
	background-repeat: no-repeat;	
}


/*  */
/* Below is for the footer */
/*  */


.vomit #footer {
height: 20px;
	width: 780px;
	text-align: center;
	margin: 0 auto; 
	}
.vomit #footerContent {

}
.vomit #footer img {
	margin-right: 8px;
	margin-left: 5px;
}

