/* CSS Document */


		body
	{
		margin: 0;
		padding: 0;
		font-size: 0.8em;
		font-family: lucida grande, Lucida Sans Unicode, Verdana, Geneva, Lucida, Arial, helvetica, sans-serif;
		color: black;
		background: #eabe55 url(../images/bgmain-eabe55.jpg) no-repeat top center;
		text-align: center
	}
	
	a:link { color: #0000CC;
	text-decoration: none }
		
a:visited { color: #490e60;
text-decoration: none }
		
a:hover, a:active
	{
		color: #7b032e;
		text-decoration: underline
	}
	
			
#container
		{
	
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: white
	
		
		}
		
#banner {
	
	margin-left: auto;
	margin-right: auto;
	width:700px;
	height:124px;	
	background: url(../images/identifier-eabe55.gif);
	background-repeat: no-repeat;
} 

#banner h1 {
	display: none;
}

#navcontainer {
	float: left;
	width: 197px


}


#navcontainer ul
{
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	
}

#navcontainer li { 
margin: 0;

}

#navcontainer a
{
	display: block;
	padding: 15px 5px 15px 10px;
	width: 172px;
	color: #36578c;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #e6ebf2 solid thin;
	text-transform: uppercase
	

}


#navcontainer a:hover
{
	color: #000000;
	background-color: #e6ebf2;
	text-decoration: underline;


}
		
#contenthome img {
border: 0px;
margin: 10px 1px 10px 9px
}	
		
#content
		{
			
			margin-left: 198px;
	

		}

#content h1 { 

		font-weight: bold;
		font-size: medium;
		margin: 10px
		}
				
#content p { 
		margin: 0px 10px 10px 10px;
 }


#content img {
border: 0px;

}

#content .gallery{

margin: 10px 10px 20px 10px;
border: solid #CCCCCC;
border-width:0 1px 1px 0;
padding: 10px;
position: relative;
font-weight: bold;

}

#content .piececontact { 
	margin: 20px;
	text-align: center
 }

#content .form { 
	margin: 0px 10px 10px 10px;
 }

#fullplate-navigation {
	list-style:none;
	margin:5px 0 0 270px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:120px;
		
}


#previous{
	text-align:left;
}

#next{
	text-align:right;
}


#fullplate-navigation li a{
	display:block;
	width:100px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#333333;
}

#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding: 0px 10px 0px 10px;
	margin:0 auto;
	width:300px;
}

/*Gallery Content */



#gallery
		{
			
	margin-left: 198px;
	

		}

#gallery h1 { 

	font-weight: bold;
	font-size: medium;
	margin: 10px 10px 10px 10px;
		
}
				
#gallery p { 
	margin: 30px;
	text-align: center;
	clear: both
 }


#galleryimages a {
margin: 0px 6px 15px 10px;
background-color: #e3e3e5;
border-style: solid;
border-color: #999999;
border-width: 3px;
float: left

}


#galleryimages a:hover {
	border-color: #ececec;
	text-decoration: none;

}

#galleryimages img {
border: 0;
margin: 0

}





		
		#footer
		{
			clear: both;
			height: 45px;
			padding: 19px;
			text-align: center;
			
			
		}
		#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		
		#footer li
		{
			display: inline;
			margin-right: 1em;
		}

/* Hide from IE Mac \*/
* html p {height: 1%;
margin-left: 0px}
/* End hide from IE Mac */
