body { 
	background: #c4bbaf;
	background-image:  url(/images/rose-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* DIV BOXES */
#wrap { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#banner { 
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	text-align: left;
	background:  #b2a7a0;
	background-position: 0px 0px;
	border-bottom: 1px solid #894253;
	z-index: 2;
}

#title {
	position: fixed;
	top: 40px;
	left: 50px;
	color: #FFFFFF;
	font: bold 14px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 12px;
	text-transform: uppercase;
	z-index: 10;
}

#navbar {
	position: fixed;
	top: 75px;
	right: 50px;
	width: 100%;
	text-align: right;
	z-index: 3;
}


#content {
	width: 675px;
	height: auto;
	padding-top: 150px;
	padding-bottom: 55px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
}

#sidebar {
	top: 0px;
	left: 0px;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	width: 225px;
	border-right: 1px solid #929287;
	float: left;
}

#gallery {
	top: 0px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	float: right;
}

#footer { 
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: #b2a7a0;
	border-top: 1px solid #894253;
	z-index: 2;
}

/* NAV FONTS */

#navbar a { 
	font-size: 12px;
	font-weight: bold;
	color: #894253;
	padding: 0;
	margin: 0 3px;
}

#navbar ul, #navbar ul li {
	color: #894253;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li a:link {
	color: #894253;
	text-decoration: none;	
}

#navbar ul li a:visited {
	color: #894253;
	text-decoration: none;	
}


#navbar ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* CONTENT BOX STYLES AND FONTS */

#content h1 {
	font-size: 13px;
	color: #894253;
	margin: 0;
	padding: 0 ;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content h2 {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 15px 0 0 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content h3 {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 5px 115px 5px 115px ;
	text-align: left;
}

#content p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	padding: 5px 0px 10px 0px;
	margin: 0;
}

p.indent {
	text-indent: 25px;
}

#content a:link, #content a:visited {
	font-size: 12px;
	color: #894253;
	text-decoration: none;
}

#content a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#content .caption {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

.tight {
	line-height: 10px;
}

#gallery img {
	border: none;
	margin: 0;
	padding: 5px;
}

#gallery ul, #gallery ul li {
	margin: 0;
	padding:0;
	display: inline;
	list-style: url(none) none;
}
	
	
/* FOOTER FONTS */

#footer p {
	font-size: 10px;
	color: #894253;
	margin: 10px 0 0 0;
}
