body { 
	background: #FFFFFF;
	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-image:  url(/images/rose-banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #894253;
	z-index: 2;
}

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

#title p {
	font: bold 14px Times, serif;
	font-style: italic;
	letter-spacing: 0;
	text-transform: capitalize;
	margin: 0 0 0 300px;
}


#navbar {
	position: fixed;
	top: 81px;
	left: 0;
	width: 100%;
	text-align: center;
	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;
}

#footer { 
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: #cfaeb6;
	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: 15px;
	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;
	text-transform: capitalize;
}

#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;
	line-height: 22px;
	margin: 0;
}

#content ul, #content ul li {
	list-style-type: circle;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-indent: 0;
}

#content li {
	
}

#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 ul, #content ul li {
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 25px;
	padding: 0;
}

#content ul li {
	list-style-type: circle;
}

#content img {
	padding: 0 10px 5px 0;
	border: none;
}

pre {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color:#DEDCC2;
	line-height: 16px;
}

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

.datatable {
	border: 1px solid #d4c7b6;
	border-collapse: collapse;
}

.datatable p {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color: #000000;
}

.datatable th {
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #d4c7b6;
	border-collapse: collapse;
	background-color: #894253;
	padding: 4px;
}

.datatable td {
	border: 1px solid #d4c7b6;
	border-collapse: collapse;
	padding: 4px;
}
	
	
/* FOOTER FONTS */

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

