/* CSS Document */

/* zero-out browser formatting */
/* links */
a, :link,:visited { text-decoration:underline; color:#990000; }
a:hover { text-decoration:underline; color:#660000; }
/* set base font size */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* remove padding and margins */
h1,h2,h3,h4,h5,h6,p,li,blockquot,fieldset,input
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
} 
/* remove borders around images */
a img,:link img,:visited img, img { padding:0px; border:none; margin:0px; }
/* Below statement also strips padding, borders and margins */
body, div, ul, li, dl, dd, dt, p, a, table, tr, th, td, img {
padding:0px; border:0px; margin:0px;}


body {
	background-image: url(images/bknd_rose.png);
	background-repeat: repeat;
	background-position: center top;
	text-align:center;
	margin: 0px auto 0px auto;
	padding:0px;
	vertical-align:top;

}

#container1{
	width: 558px;
	margin: 0px auto 30px auto;
	background-image: url(images/bknd_border.jpg);
	padding-top: 50px;
	padding-bottom: 0px;
	text-align:center;
}

#logo{
}

#image {
}

#navigation {
	color: #D47C1A;
}

#navigation ul {
	list-style-type: none;
	margin-bottom: 30px;
	margin-top: 10px;
}

#navigation ul li {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	padding-right: 4px;
	padding-left: 4px;
	margin-left:6px;
	margin-right: 6px;
	display: inline;
	list-style-type: none;

}

#navigation a {
	color: #D47C1A;
	text-decoration:none;
	padding-bottom: 3px;
	border-bottom: 4px solid #FFF;
}
#navigation li.active {
	padding-bottom: 3px;
	border-bottom: 4px solid #D47C1A;
	
}

#navigation a:hover {	
	color: #999999;
	border-bottom: 4px solid #999999;
}

#testimonial p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666633;
	width: 400px;
	text-align:center;
	margin: 0px auto 0px auto;
}
#curl {
	padding-top: 15px;
	padding-bottom: 15px;
}

#copyright {
	font-size: 10px;
	font-style: normal;
	color: #999999;
	width: 400px;
	text-align:center;
	margin: 0px auto 0px auto;
}
#copyright p {
	margin-bottom: 8px;
}
#bottomBar {
	width: 558px;
	height:40px;
	background-image: url(images/bottomBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#content {
}

#photoGallery {

}

#photo {
}

#photoCaption {
}
