/**** header tag definitions ****/

#gallery_header_container {
	margin: 0px auto;
	width:700px;
	background: #000;
}

#gallery_header_container #header {
	height: 85px;
	margin: 0px 0px 0px 0px;
} 

#gallery_header_container #header h1 {
	padding: 30px 0px 20px 0px;
}

	
	/**** CONTENT CONTAINER ****/


/**** footer tag definitions ****/

#gallery_footer_container {
	margin: 0px auto;
	width:700px;
	background: #000;
}

#gallery_footer_container A:link {
	font-size:8px;
	text-decoration:none;
	color: #444;
}
#gallery_footer_container A:visited {
font-size:8px;
text-decoration:none;
color: #444;
}
#gallery_footer_container A:active {
font-size:8px;
text-decoration:none;
color: #444;
}
#gallery_footer_container A:hover {
font-size:8px;
text-decoration:none;
color: #888;
}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	}
