/*

Starwood 27 Web CSS
Created 4/06/07 
Updated 6/15/07 20:31

SW27 COLOR PALETTE
#ffffff=white
#000000=black
#309d11=bright green
#ffbe00=bright yellow

*/

/* -- basic elements -- */

html, body 
	{ 
	padding: 0; margin: 0;
	}

body 
	{
	background: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}

p 
	{
	/* background: #ffff99; 
	color: #000000;*/
	}

a 
	{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	}

a:link 
	{
	color: #000000;
	}

a:visited 
	{
	color: #000000;
	}

a:hover 
	{
	/*color: #ffffff;*/
	/*font-weight: bold;*/
	}

h1, h2, h3 
	{
	/*font-family: "courier new";*/
	/*color: #e470d8;*/
	}

img 
	{
	border:0px;
	}

ul 
	{
	list-style-type: circle;
	padding: 5px;
	}

li 
	{
	/*border-bottom: 1px solid black;*/
	padding: 2px 0 2px 10px;
	}


/* --img id's-- */

#banner
	{
	display: block;
	margin: 0px auto;
	}

#banner img
	{
	display: block;
	margin: 0px auto;
	}

/* -- navbar placement -- */

#leftnav 
	{
	display: block;
	background: #000000;
	width: 120px;
	padding: 10px 10px 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #888888;
	text-align: left;
	float: left;
	}

/* -- navbar list classes -- */

#leftnav ul
	{
	list-style-type: none;
	}

#leftnav a
	{
	color: #ffffff;
	font-size: 15px; 
	text-decoration: none;
	padding: 0 0 10px 0;
	}

#leftnav a:hover
	{
/*	color: #ffbe00; */
	color: #ff9f43;
	}

/* -- other classes -- */

.content 
	{
	margin-left: 140px;
	padding: 10px;
	background: #ffffff;
	background-image: url(images/bgflower4.jpg);
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000000; 
	border-left: 2px solid #FFBE00;
	}

.photo 
	{
	margin-right: 10px;
	}

#breadcrumb 
	{
	width: 100%;
/*	background: #309d11; */
	background: #ff9f43;
/*	font-weight: bold; */
	padding: 5px;
	border-bottom: 2px solid #FFBE00;
	}

#wrapper 
	{
	/*width: 800px;
	margin: 0px auto;*/
	}

/*  FOOTER STYLES  */

#chameleon 
	{
	margin-top: -113px;
	display: block;
	float: left;
	}

#footer	
	{
	clear: both; 
	margin: 0 0 0 0;
	padding: 0;height: 50px;
	background: #309d11;
	border-top: 2px solid #FFBE00;
	}

#footer img 
	{
	float:left;
	margin: 9px 10px 0 35px;
	}

#footer p 
	{
	margin: 0 0 0 0;
	padding: 9px 0 0 0;
	/*font: 10px/10px verdana, trebuchet, helvetica, arial, sans-serif;*/
	color: #000000;
	}

#footer a
	{
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: none;	
	}
