/* 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: 0px;
	padding-bottom: 0px;
	text-align:center;
}
#bkndDaisies {
	width: 558px;
	margin: 0px auto 0px auto;
	background: url(images/bknd_daisies.jpg) no-repeat top left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
}
#bkndRoses{
	width: 558px;
	margin: 0px auto 0px auto;
	background: url(images/bknd_roses.jpg) no-repeat top left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
}
#bkndTulips{
	width: 558px;
	margin: 0px auto 0px auto;
	background: url(images/bknd_tulips.jpg) no-repeat top left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
}

#logo{
	text-align:left;
	padding-left: 150px;
	padding-top: 50px;
}

#image {
}

#navigation {
	color: #D47C1A;
	text-align:left;
	padding-left: 145px;
}

#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:5px;
	margin-right: 5px;
	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 {
	padding-top:20px;
	clear:both;
}
#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;
}
#content {
	clear:both;
	text-align:left;
}
#content p {
	margin-left: 155px;
	margin-right: 60px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
}
#content h2 {
	margin-left: 155px;
	margin-right: 50px;
	margin-bottom: 7px;
	margin-top: 15px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #D47C1A;
}
#content h1 {
	margin-left: 155px;
	margin-right: 50px;
	margin-bottom: 7px;
	margin-top: 15px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #D47C1A;
}


#contentAbout {
	clear:both;
	text-align:left;
}
#aboutLinks {
	width: 155px;
	float:left;
}
#aboutText {
	width: 403px;
}






#content #photoNav p {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}

#photoNav {
	float: left;
	width:80px;
	margin: 0px 15px 0px 0px; 
	padding: 0px 0px 0px 60px;
	text-align:right;
	color: #D47C1A;
}
#photoNav p {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	line-height:100%;
	font-weight: normal;
	text-align:right;	

}
#photoNav ul {
	list-style: none;
	margin-bottom: 5px;
	text-align: right;
}
#photoNav ul li {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;	
	list-style: none;
	display:inline;
	text-align:center;
	padding: 0px 2px 0px 2px;
}
#photoNav a {
	color: #D47C1A;
	text-decoration:none;
}
#photoNav a:hover {
	color: #990000;
	text-decoration:underline;
	border-bottom: 2px solid #990000;
}

#photoNav li.active {
	color: #990000;
	text-decoration:none;
	border-bottom: 2px solid #990000;
} 



#photoLarge {
	float: left;
	height: 300px;
	width: 375px;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}
#clear {
	clear:both;
}


#contact {
	margin-left: 155px;
	margin-right: 60px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	width:350px;
}
#contact td {
	padding: 3px 3px;
	vertical-align:top;
	border-top: 1px solid #ccc;
}












#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;
}
#bottomBar {
	width: 558px;
	height:40px;
	background-image: url(images/bottomBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#content {
}

#photoGallery {

}

#photo {
}

#photoCaption {
}

#content p.little {
	font-size: 70%;
}
