/*---------- Global Preset ----------*/

* {

	padding: 0px;
	margin: 0px;

}


.clear {

	clear: both;

}


h1 {

	display: block;
	font-family: "Trebuchet MS";
	font-size: 13px;
	border-bottom: 1px solid #cecece;

}	

h2 {
	
	display: block;
	font-size: 14px;
	
}

body {

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

/*---------- Container ----------*/

#container {

	width: 760px;

	margin-left: auto;

	margin-right: auto;

	text-align: left;

	font-size: 100%;
	
	background-color: White;
	
}

/*---------- Header ----------*/

#header {

	width: 760px;
	height: 100px;
	background-image: url(images/header.jpg);
	
}

#mainpic {
	
	width: 760px;
	height: 240px;
	background-image: url(images/mainpic.jpg)	
}

#left {
	
	float: left;
	width: 220px;
	padding: 10px;
	
}

#menu {
	
	list-style: none;
	
}

#menu li {
	
	margin:5px;
	
}

#menu li a {
	
	text-decoration: none;
	color: #181818;
	
}

#menu li a:hover {
	
	text-decoration: underline;
	
}

#right {
	
	float: right;
	width: 500px;
	padding: 10px;
	
}



#footer {
	
	clear: both;
	width: 750px;
	border-top: 2px solid #c4c4c4;
	padding: 5px;
	margin-top: 5px;
	background-color: #6ca032;
	color: #fff;
	font-size: 13px;
	text-align: center;
	
}

#footer a {
	
	color: #fff;
	
}