@charset "utf-8";

a:link {
	color: #559999;
	text-decoration: none;
}

a:visited {
	color: #99AA66;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

body  {
	font: 14px "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #330000 url(../images/pages/flwr2_bkgr.gif) repeat;
}

h1 {
	font-size: 24px;
	letter-spacing: .2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #99AA66;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #99AA66;
}

h3 {
	font-size: 18px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #99AA66;
}

img {
	padding: 2px;
}

#container {
	width: 800px;
	background: #FFFFFF /*url(../images/pages/page_bkgr.gif) repeat-y center*/; 	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*#pageend {
	background: url(../images/pages/page_end.gif) no-repeat center;
}
*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding: 10px 0px 10px 20px;
	font-size: 12px;
	color: #663333;
	border-top: 0px none;
	border-right: 4px solid #BBCCCC;
	border-bottom: 0px none;
	border-left: 0px none;
}

#sidebar1 p {
	line-height: 17px;
	letter-spacing: .2em;
	}

#sidebar1 a:link {
	text-decoration: none;
	color: #663333;
	}
	
#sidebar1 a:visited {
	text-decoration: none;
	color: #663333
	}
	
#sidebar1 a:hover {
	text-decoration: none;
	color: #559999
	}

#mainContent {
	margin: 0 0 0 170px;
	padding: 0px 30px 20px 20px;
} 

#l_pic_cap {
	float: left;
	width: 320px;
	font-size: 12px;
	color: #999999;
	margin-right: 20px;
	text-align: center;
}

#r_pic_cap {
	float: right;
	width: 320px;
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
	text-align: center;
}

.fltrt { 
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {
	color: #666666;
	font-size: 9px;
	text-align: center;
}

.piccap {
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.servnav {
	text-transform: uppercase;
	color: #666666;
	font-size: 12px;
	letter-spacing: .2em;
}

.logo {
	padding: 15px 0px 5px 30px;
}