* {
	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-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(bubbles.jpg);
	background-repeat: repeat;
	margin: 0 auto;
	text-align: center;
	}

#header {
	width: 700px;
	border-top: solid white 2px;
	border-left: solid white 2px;	
	border-right: solid white 2px;
	margin-top: 1em;
	}

#container {
	width: 700px;
	background: url(images/hammersback.gif) left top repeat-y;
	background-color: #74b9e2;
	overflow:hidden;
	border: solid white 2px;
	font-family: "palatino linotype", Georgia, serif;
	}


#left {
	float: left;
	width: 139px;
	background-color: #6d001a;
	border-right: solid white 2px;
	}


#right {
	background: url(images/uptonpark.jpg) no-repeat;
	float: right;
	width: 559px;
	border: 5px;
	min-height: 600px;
	}

#searchbox {
	width: 200px;
	float: right;
	margin: 30px;
	}

.tabloidimg {
	display: block;
	float: left;
	}


#imageholder {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: center;
	}
	
.vidcontainer {
  	border: solid 1px #6d001a;
	border-width: 3px;
	width: 425px;
	height: 355px;
  	}

p{
	font-size: 14px;
	color: #6d001a;
	padding: 5px;
	margin: 10px;
	text-align: left;
	line-height: 20px;
	}

p.desc	{
	font-size: 12px;
	color: #6d001a;
	text-align: center;
	}


div.mainleft{
	float: left;
	width: 186px;
	height: 180px;
	margin-top: 10px;
	}

.galleryimg {
	border: solid 1px #6d001a;
	border-width: 3px;
	}

a.footer:link	{
	font-family: "palatino linotype", Georgia, serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding: 0px;
	margin: 0px;
	}

a.footer:visited	{
	font-family: "palatino linotype", Georgia, serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	}

li {
	margin-left: 30px;
	font-size: 14px;
	color: #6d001a;
	padding: 5px;
	text-align: left;
	}

h1	{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #6d001a;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	}

h2	{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #6d001a;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	}

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

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

a:active {
	text-decoration: none
	}

a:hover {
	color: #ffffff;
	}

.hammers {
	vertical-align:bottom 
	}

.progimage {
	border: solid 1px #6d001a;
	border-width: 3px;
	}


#footer {
	font-family: "palatino linotype", Georgia, serif;
	font-size: 11px;
	width: 700px;
	text-align: left;
	background-color: #6d001a;
	color: #FFFFFF;
	text-indent: 5px;
	height: 35px;
	border-bottom: solid white 2px;
	border-left: solid white 2px;	
	border-right: solid white 2px;
}

#footright {
	float: right;
	text-align: right;
	padding: 10px;
	}

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

img {
	border: 0;
	}

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

form {
	text-align: center;
	color: #6d001a;
	}

input, textarea {
	border: solid 1px #6d001a;
	}


