body {	margin: 0;
	padding: 4 70 10 10;
	background-color: #ff9933;
	color: #000000
	font-family: arial, verdana, sans-serif;
	font-size 100%;	
	border-top 2px solid red;
	
}

#header {
	border-top 1px solid #778899;
	border-bottom 1px dotted #b2bcc6;
	height:3em;
}

#header .slogan {
	font: 120% georgia, "times new roman", times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	width: 300px;
	text-align:right;
	margin-right: 2em;
	margin-top: 0.5em;
}

#header .logo {
	float: left;
	width: 187px;
	margin-left: 1.5em;
	margin-top: 0.5em;
}

#nav {
	position: absolute;
	top:8em;
	left:3em;
	width: 10em;
	
	
}

#nav ul{
	list-style-type: none;
	margin-left: 1em;
	padding-left 0;
	
}

#nav li {
	
	border-bottom:;
	margin-bottom: 0.3em;
}

#nav a:link, #nav a:visited 
	{
	background-image:url ("../image/banner.jpg");
	
	background-repeat:no-repeat;

	width: 9em;
	margin-right:0.2em;
	padding:0.2em 0.em 0.2em 0.em;
	color: black;
	
	background-color: #ff9933;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}

#nav a:hover {
	background-image:url (../image/banner_over).jpg);
	color: yellow;
	border-top: 1px solid #717171;
	border-left:1px solid #717171;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
}

#nav h2 {
	font: 100% georgia, "times new roman", times, serif;
	color: #2a4f6f;
	background-color: transparent;
	border-bottom: 1px dotted black;
}

#content {
	background-color: white;
	margin-left: 11em;
	margin-right: 1em;
	border: 5px outset #ffff00;
	padding: 20px;
	font-size: 85%;
	font-family: arial, verdana, sans-serif;
	width: 82%;
}
h1 {	font-size:150%;
	margin-bottom: -0.9em;
	position-align: centre;
}
h2 {	font-size: 100%;
	margin-bottom: -0.9em;

}


#content p {
	
	padding-left: .5em;
	
	
}

#left {position: absolute;
	top: 8em;
	right: 5em;
	width: 15%;
	border: 1px dotted black;
}


#wrapper {background-color: white;
	padding: 10px;
	margin: 0 0 0 40;
	border: 5px #ffff00;
	border-style: outset;
}




#footer {
	clear:both;
	border-top:0px solid black;
	text-align: center;