/* CSS Document */
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif ;
	font-size:11px;
	background: url(../image/bg_sky_grass.jpg) no-repeat top;
	margin:0px;
	padding:0px;
	}

#outerwrapper { 
	text-align:center;
	margin:0px;
	padding:0px;
	}
	
#innerwrapper {
	text-align:left;
	margin:auto;
	width:900px;
	padding:0px 0px 0px 0px;
	}

#head { 
	width:900px;
	height:187px;
	}

/*** Top navigation ***/

#navigation { 
	clear:both;
	width:793px;
	height:208px;
	background-image:url(../image/bg_navigation.jpg);
	padding:0px 50px 0px 57px;
	}

#navleft { 
	float:left;
	width:178px;
	height:198px;
	padding:5px 0px 5px 0px;
	background-image:url(../image/bg_navleft.jpg);
	color:#fff;
	}

#navleft ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#navleft li {
	padding:0px 10px 0px 10px;
	width:158px;
	height:35px;
	}

li.over a:link, li.over a:visited {
	display:block;
	padding:8px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	width:148px;
	height:27px;
	background-image:url(../image/button_line.gif);
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}

li.over a:hover {
	background-color:#EA0075;
	}
	
li.down a:link, li.down a:visited {
	display:block;
	padding:8px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	width:148px;
	height:27px;
	background-image:url(../image/button_line_down_home.gif);
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}

li.down a:hover {
	background-image:url(../image/button_line.gif);
	background-color:#C60063;
	}
	
#navright { 
	float:left;
	width:614px;
	height:208px;
	}

/*** End Top navigation ***/


/*** Content ***/

#content {
	clear:both;
	width:780px;
	height:330px;
	padding:0px 60px 0px 60px;
	background-image:url(../image/bg_content.jpg);
	}

#content p {
	margin:10px 15px 10px 15px;
	} 

#contentleft {
	float:left;
	width:254px;
	height:324px;
	background-color:#f0f0f0;
	border-top:6px solid #fff;
	border-right:5px solid #fff;
	}

#contentleft h1 { 
	color:#fff;
	background-image:url(../image/bg_head_news.jpg);
	height:28px;
	margin:0px;
	padding:10px 0px 0px 15px;
	border-bottom:8px solid #fff;
	font-weight:bold;
	font-size:14px;
	}



#contentmiddle { 
	float:left;
	width:252px;
	height:324px;
	background-color:#f0f0f0;
	border-top:6px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#contentmiddle h1 { 
	color:#fff;
	background-image:url(../image/bg_head_staff.jpg);
	height:28px;
	margin:0px;
	padding:10px 0px 0px 15px;
	border-bottom:8px solid #fff;
	font-weight:bold;
	font-size:14px
	}
	
#contentright { 
	float:left;
	width:254px;
	height:324px;
	background-color:#f0f0f0;
	border-top:6px solid #fff;
	border-left:5px solid #fff;
	}

#contentright h1 { 
	color:#fff;
	background-image:url(../image/bg_head_activity.jpg);
	height:28px;
	margin:0px;
	padding:10px 0px 0px 15px;
	border-bottom:8px solid #fff;
	font-weight:bold;
	font-size:14px
	}

/*** End Content ***/

#footer { 
	clear:both;
	width:764px;
	height:71px;
	padding:25px 68px 0px 68px;
	background-image:url(../image/bg_footer.jpg);
	}
