@charset "utf-8";
/* CSS Document */

html, body {
	margin: 10px;
	padding: 0px;
}

body {
	font: 12px Tahoma, verdana, sans-serif;
	line-height: 1.3;
	color: #333333;
}

img{
	border: 0px;
	margin-right: 5px;
}

#outer {
	height: 600px;
	padding: 10px 0px;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: auto;
	position: relative;
	width: 700px;
}

#logo {
	float: right;
	width: 390px;
	height: 69px;
	background: url(images/logo.png) no-repeat;
	overflow: hidden;
}

#content {
	float: left;
	width: 700px;
	overflow: hidden;
	padding-top: 100px;
	margin-bottom: 50px;
}

#content h1{
	font-size: 22px;
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
}

#content h2{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-left: 20px;
}

#content p{
	margin: 0px;
	padding-bottom: 10px
}

#navcontainer{
	padding: 0;
	height: 20px;
	float: right;
}

ul.image li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	float: left;
	text-align: center;
}

li.home {
	width: 330px;
	height: 100px;
	background-image: url(images/b.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}

li.back {
	background: url(images/back.png) center 20px no-repeat;	
	width: 55px;
	height: 100px;	
}

li a {
	color: #FF6600;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

li a:hover {
color: #930;
}
