/* CSS Document */

body{
	background: #FFFFFF url(../images/bg_body.jpg) repeat-x;
	font-size:12px;
	font-family:"Tahoma",Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
*{
	margin:0;
	padding:0;
}
a{
	color:#768853;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:none;
}
p{
	line-height:18px;
	padding-top:15px;
}

h1{
	font-family:"Century Gothic";
	font-size:20px;
	color:#000000;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-weight:normal;
	padding:20px 0 0 0;
	border-bottom:1px solid #EEEEEE;
}
h2{
	font-family:"Century Gothic";
	font-size:16px;
	color:#768853;
	text-decoration:none;
	font-weight:normal;
}
h3{
	font-family:"Century Gothic";
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-weight:normal;
	padding:20px 0 0 0;
}
.black{
	color:#000000;
}
.green{
	color:#768853;
}
.website{
	padding:0;
	color:768853;
}
.float{
	float:right;
	margin:20px 0 10px 20px;
	padding:10px;
	border:4px solid #F3F3F3;
}
.float a:hover{
	border:4px solid #CCCCCC;
}

#container{
	width:900px;
	margin:auto;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	background:#FFFFFF;
}

#topnav{
	height:29px;
	background:url(../images/bg_topnav.jpg) no-repeat;
}
#topnav a{
	color:#000000;
}
#topnav a:hover{
	color:#333333;
}
#topnav p{
	padding:5px 12px 0 0;
	text-align:right;
	text-transform:uppercase;
	font-size:11px;
}
#logo{
	float:left;
}
#photo{
	float:left;
	clear:none;
}
#menu{
	width:900px;
	float:right;
	height:25px;
	background:#333333;
}
#leftcol{
	width:180px;
	background:#333333;
	float:left;
	padding:0 10px 20px 10px;
}
#leftcol p{
	text-align:justify;
	font-size:11px;
	color:#CCC;
}
#leftcol a{
	color:#FFF;
}
#leftcol a:hover{
	color:#768853;
}
#rightcol{
	width:160px;
	background:#EEEEEE;
	float:right;
	padding:0 10px 20px 10px;
	
}
#rightcol p{
	font-size:11px;
	text-align:justify;
}
#content-home{
	width:480px;
	float:left;
	clear:none;
	padding:0 20px 20px 20px;
	text-align:justify;
}
#content{
	width:600px;
	float:left;
	clear:none;
	padding:0 20px 20px 20px;
	text-align:justify;
}
#member{
	padding:10px 15px 10px 15px;
	margin:20px 0 0 0px;
	border-left:2px solid #768853;
	background:#EEEEEE;
}
#partners{
	padding:10px 0 10px 0;
}
#partners img{
	padding:8px;
}
#more{
	text-align:right;
}
#form{
	padding:10px;
}

#footer{
	clear:both;
	height:58px;
	background:url(../images/bg_footer.jpg) repeat-x;
	margin-bottom:10px;
}
#footer p{
	font-size:10px;
	line-height:14px;
	color:#FFFFFF;
	text-align:center;
}
#footer p a{
	color:#CCCCCC;
}
#footer p a:hover{
	color:#FFFFFF;
}