﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	}
	
#wrapper{
	height:auto;
	width:1000px;
	margin:auto;
	}
	
#header{
	height:165px;
	width:1000px;
	border:1px dotted;
	margin:auto;
	}
	
#navigation{
	height:35px;
	width:100%;
	background:#7cc026;
	margin:auto;
	}
	
#navigation ul{
	list-style-type:none;
width:1000px;
margin:auto;
	margin-top:0px;
	height:30px;
	color:#fff;
	padding-top:7px;
	font-family:TR CENTURY GOTHIC, sans-serif;
	}
	
	#navigation ul li{
	padding:10px 28px 20px 28px;
	font-size:16px;
	display:inline;
	margin-top:0px;
	width:1000px;
	color:#fff;
font-family:TR CENTURY GOTHIC, sans-serif;
	}
	
	#navigation ul li:hover{
	background:#5a9017;
	padding:8px 28px 20px 28px;
	}
	
#banner{
	height:250px;
	width:100%;
	border:1px dotted;
	}
	
	#content{
	height:auto;
	width:100%;
	border:1px dotted;
	
	}
	
	
img{
	border:none;
	}
	a {
		text-decoration:none;
		}
	#first{
		height:350px;
		width:220px;
		margin-top:30px;
		margin-left:20px;
		float:left;
		}
		
	#second{
		height:350px;
		width:220px;
		margin-top:30px;
		margin-left:25px;
		float:left;
		}
		
		#third{
		height:350px;
		width:220px;
		margin-top:30px;
		margin-left:25px;
		float:left;
		}
		
		#four{
		height:350px;
		width:220px;
		margin-top:30px;
		margin-left:25px;
		float:left;
	
		}
		
		#footer{
			height:88px;
			width:1000px;
			margin:auto;
			}
			
			#footer ul{
			list-style:none;
			margin-top:5px;
			margin-left:-15px;
			font-family:TR CENTURY GOTHIC, sans-serif;
			}
				
			#footer ul li{
			display:inline;
			font-size:17px;
			padding:10px 5px 20px 15px;
			font-family:TR CENTURY GOTHIC, sans-serif;
			color:#fff;
			}
			
			