@charset "UTF-8";
#wrapper #youtube p b  {
	color: #3399ff;
}
/* CSS Document */

html, body, #content	{
	height:100%;
	background: #fff;
}
body		{
	margin:0;
	padding:0;
	overflow:scroll;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	color: #275b15;
}
p, li{
	color: #275b15;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 1em;
}
h1 {
	color: #F67C17;
	font: 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #275b15;
	font: 1.6em/0em Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #f67c17;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
h4 {
	color: #275B15;
	font-size: 1.3em;
}
h5 {
	color: #75B26C;
	font-size: 1.1em;
}

a {
	color: #F60;
	text-decoration: none;
}

#head {
	height: 110px;
	width: 100%;
	border-bottom: thin solid #CCC;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
	background: #FFF;
}
#wrapper #left {
	float: left;
	width: 412px;
}
#wrapper #right {
	float: right;
	width: 409px;
	clear: left;
}

#center {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width: 936px;
	background: #FFF;
}

#center .leftbox {
	
	width: 466px;
	float: left;
}
#center .rightbox {
	width: 466px;
	float: right;
	text-align: right;
}
#center .bottombox {
	width: 924px;
	float: left;
	background: #FFF;
	padding-left: 10px;
	padding-bottom: 2em;
}
#center .textRight  {
	text-align:left;
	margin-left: 300px;
}
#center .textRight  a {
	color: #F67C17;
}

#center li {
	line-height: 0.8em;
	list-style: url(../images/flower_tiny.jpg) none inside;
	text-indent: 3em;
}
#center_home {
	height:auto;
	margin-top: 50px;
	background: url(../images/home/home_bg.jpg) no-repeat;
}
#wrapper #center_home #left {
	width: 411px;
	margin-top: 196px;
}
.clear {
	clear: both;	
}

/* simple nav*/
#nav
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-decoration: none;
	float: right;
	font: 1em Verdana, Geneva, sans-serif;
	height: 50px;
	width: 500px;
	color: #CCC;
	clear: left;
}

ul #nav 
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-decoration: none;
}

#nav li
{
	display: inline;
	list-style-type: none;
}

#nav a { padding: 3px; }

#nav a:link, #nav a:visited
{
	color: #666;
	background-color: #000;
	text-decoration: none;
}

#nav a:hover
{
	color: #f67c17;
	text-decoration: none;
}


#nav .current a:link,  #nav .current a:visited
{
	color: #fff;
	text-decoration: none;
	border: thin dotted #693;
}



/* footer */

#footer {
	font:1em Helvetica, Arial, sans-serif;
	color: #275b15;
	background: #000;
	text-align: center;
	clear: both;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}

#footer a:link, #footer a:visited {
color:#42c712;
text-decoration: none;

}
#footer a:hover {
color:#FF99FF;
}
