*{
	padding:0px;
	margin:0px;
}

body
{
	margin-top:10px;
	background-color: none;
	color: #000;
	background-image: url('../images/background_swatch.jpg');
	padding-bottom:15px;
	text-align:center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .75em;

}

#navigation
{
	width:700px;
	margin-right:auto;
	margin-left:auto;
	display:block;	
	height:50px;
	background-color:none;
	background-image: url('../images/nav_bar.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	margin-top:5px;
	font-size: 1.2em;
}

#navigation ul li 
{
	list-style: none;
	display: table-cell;
	vertical-align: middle;
}

#navigation li 
{
	padding-top:12px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	display: table-cell;
	vertical-align: middle;
}


#navigation a{
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration:none;
	display: inline;
	font-weight:bold;
	font-size: 1.5em;
	height:35px;
	color:#000;	
}

#navigation a:hover{
	text-decoration:underline;
}

#header1, #header2, #header3, #header4
{
	width:700px;
	height:150px;	
	background-color:none;
	margin-right:auto;
	margin-left:auto;
	background-repeat: no-repeat;
	background-position: center; 
	text-indent:-999999px;
	padding-top:10px;
}

#header1
{
	background-image: url('../images/header1.jpg');
}

#header2
{
	background-image: url('../images/header2.jpg');
}
#header3
{
	background-image: url('../images/header3.jpg');
}
#header4
{
	background-image: url('../images/header4.jpg');
}

#contents	
{
	margin-top:10px;
	padding-top:25px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	background-color: #FFF;
	color: #000;
	padding-bottom:50px;
}

#contents p
{
	margin-left:auto;
	margin-right:auto;
	line-height: 1.5em;
	padding-top: 3em;
}
	
#galleryNavigation
{
	display:block;
	margin-right:auto;
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	margin-top: 25px;
}

#galleryNavigation a{
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration:none;
	display: inline;
	font-size: 1em;
	color:#000;	
}

#galleryNavigation a:hover{
	text-decoration:underline;
}

.thumb
{
	width:150px;
	height:115px;
	position:relative;
	padding:25px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	display:inline;
}

#footer
{
	width:700px;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	background-repeat: no-repeat;
	background-image: url('../images/bottom_rounded.jpg');
	background-position: bottom; 
}

#gallery img
{ border:0; }