/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #4D4B52;
	background-color:#123;
	text-align: center;
	}
	
#wrapper   { 
	background-color: #fff; 
	margin: 20px auto; 
	padding-bottom: 10px; 
	width: 521px; 
	border: solid 1px #123 }

#header  { 
	background-image: url("images/banner_eyes.jpg"); 
	height: 119px; 
	}
	

#header h1{
	text-align: left;
	padding-left: 10px;
	Padding-top: 50px;
	color:#fff;
	}

#main {
	border-top: 1px solid #123;
	}

h1	{
	font-size: 2em;
	padding-bottom: 4px;
	}

h2	{
	font-size: 1.5em;
	text-align: left;
	padding-left: 12px;}
	
h3	{
	font-size: 1.5em;
	text-align: centre;
	padding-left: 12px;}
p{
Margin: 0;
Padding: 3px 12px 3px 12px;
text-align: left;}

ul li {
text-align: left;
margin-left: 16px;
}

a {	
	color:#990000;
	text-decoration: none; /****this removes the underline link***/
	}

a:hover {
	text-decoration: underline;
		}
		
ul li a {	
	
	color:#990000;
	text-decoration: none; /****this removes the underline link***/
	}

ul li a:hover {
	text-decoration: underline;}
	
#rightnav
{
text-align: right;
float: right;
padding-right: 12px;
color: #000000;
text-decoration: none;
}
	
/***********3 columns************************************/

#col1, #col2, #col3  { 
 
font-family: Verdana; 
padding-bottom: 1em; 
float: left;} 

#col1{
background-color: #FFCC00;
width: 174px; 
}

#col2{
background-color: #FF6600;
width: 173px; 
/*border-left: 1px solid #123;*/
}

#col3 {
background-color: #990000;
width: 174px; 
/*border-left: 1px solid #123;*/
}

#col1 a {	
color: #fff;
text-decoration: none; /****this removes the underline link***/
	}

#col1 a:hover {
color: #fff;
text-decoration: underline;
		} 
#col2 a {	
color: #fff;
text-decoration: none; /****this removes the underline link***/
	}

#col2 a:hover {
color: #333;
text-decoration: underline;}

#col3 a {	
color: #333;
text-decoration: none; /****this removes the underline link***/
}	}

#col3 a:hover 
{
color: #fff;
text-decoration: underline;}


/****************************footer styles***********************************************/

#footer	{
clear: both;
	padding: 2px 8px 4px 0px;
	margin: 0px;
	font-size: 1em;
	text-align: right;
	}

#footer ul { 
	margin: 0px;
	padding: 0px;
	text-align: right; 
	list-style-type: none;
	}
	
#footer ul li {
display: inline;	
	}	
 	
#footer ul li a {	
	padding: 0em 0.6em; /****this changes the width of the buttons***/
	color:#123;
	text-decoration: none; /****this removes the underline link***/
	background-color:#fff;
	}

#footer ul li a:hover {
	background-color:#123;
	color: #fff;
	}

img {
	padding: 0px;
	border: 1px solid #123;  /****this removes the ugly blue border that appears because it is a link***/
	}
	
.noborder img{
	padding: 0px;
	border: none;  /****this removes the ugly blue border that appears because it is a link***/
	margin-top: 2px;}
	
	/****************************design styles***********************************************/
	
#header_design{ 
background-image: url("images/banner_mountain.jpg"); 
height: 119px; 
}	

#header_photo{ 
background-image: url("images/banner_sledding.jpg"); 
height: 119px; 
}
	
#header_brew{ 
background-image: url("images/banner_brew.jpg"); 
height: 119px; 
}

#header_gallerywedding{ 
background-image: url("images/banner_wedding.jpg"); 
height: 119px; 
}

#header_gallerypet { background-image: url("images/banner_eyes.jpg"); height: 119px }

#header_gallerylocation{ 
background-image: url("images/banner_mountain.jpg"); 
height: 119px; 
}


/*
border-bottom: 1px solid #999;
*/

/****************************gallery styles***********************************************/
/*gallery home page styles */
#wrapper_photogallery{
	margin: 20px auto 0;
	width: 510px; 
}

#gallery_wrapper{
background-color: #fff;
padding: 2px;
}

#thumbnails{
padding: 0;
margin: 0;
text-align: left;
}

#image_container{

}

#thumbnails .pic{
border: 1px solid #123;
}

#thumbnails .pic a{
}
#thumbnails .pic a:hover{
border: 1px solid #990000;
}

.caption {
text-align: center;
color: #123;
}