       /* css document - cuckooflower 2008*/

 body {
	background-color:#ffffff;
	background-image:url(../images/bg_strip.jpg);
	background-repeat:repeat-x;
	font-family: times new roman, serif;
	font-size:1em;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

h1{
font-size:1.1em;
font-weight:bold;
color:#AC4000;
margin:0px;
}

#homepage_text {
    width:550px;
    margin-top:20px;
    text-align:center;
}

#homepage_text a,#homepage_text a:link  {
    text-decoration:none;
	color:#ac4000;
}

#pagecontainer {
	position:relative;
	width:787px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	height:auto;	 
}

#logo{
	float:left;
	width:787px;
	height:206px;	
}
 
/*global*/ 
#container {
	width: 787px;
	height:auto;
	color: #222;	
	
	
}
#left {
	width: 170px;
	height:auto;
	padding:0px;
	float:left;
} 

/*home*/

/*navigation - home*/

div#nav{
	float: left;
	width: 160px;
	padding:0px;
	margin:0px;
	font-size: 1.2em;
	text-align:right;
	/*border: solid 1px red;*/
	
}

#nav a{
	display:block;	
	padding:0px 15px 0px 5px; 
	font-weight: normal; 
	color:  #666666; 
	text-decoration: none;
	}
	
	/*height:19px;*/
	
html>body #nav a{
height:19px;
padding:6px 15px 4px 25px; 
}
	
#nav a:hover{
	color:#EF8904; 
	text-decoration:none;
	}
	
#nav a#current{
	display:block;
	background-image: url(/images/nav_on.gif);
	background-repeat: no-repeat;
	height:19px;
	padding:6px 0px 4px 35px; 
	font-weight: normal; 
	color:  #ffffff; 
	text-decoration: none;
	}


/*---nav home end---*/ 

#content_home {
	float:left;

	width:600px;
	height:auto;
	font-family:arial, helvetica, sans-serif;
	font-size:0.8em;
	padding-left: 10px;
    color:#777;
		/*---border: solid 1px red;
	padding-left: 10px;---*/ 
}

#content_home a {
	font-weight:normal;
	color:#ac4000;
	text-decoration: none;
}

#content_home a:link, a:visited {
	font-weight:normal;
	color:#ac4000;
	text-decoration: none;
}

#content_home a:hover {
	font-weight:normal;
	color:#ac4000;
	text-decoration: underline;
}


/*footer*/

#footer {	
	width: 787px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#999999;
	font-size:0.6em;
	clear:both;
	font-family: verdana, arial, sans-serif;
}

#footer   a{
	color:#999999;
	text-decoration:none;
}

#footer  a:visited, a:active{
	color:#999999;
	text-decoration:none;
}

#footer  a:hover{
	color:#999999;
	text-decoration:underline;
}

