body {
	background-image: url('../gfx/bg.gif');
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	margin: 0;
	padding: 0;
	color: #048;
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 125%;
}

#wrapper{
	width:820px;
	margin:0 auto;
}
#header{
	background-image: url('../gfx/header.jpg');
	position:relative;
	height:320px;
	margin:0;
}
#header h1{
	position:absolute;
	bottom:0;
	left:175px;
}
#header #nav{
	position:absolute;
	top:118px;
	right:50px;
	height:53px;
	list-style-type:none;
	padding:0;margin:0;
	overflow:hidden;
}
#header #nav li{
	padding:0;
	margin:0;
	float:left;
}
#header #nav li a{
	display:block;
	color: #fff;
	text-decoration:none;
	margin-top:5px;
	padding:15px;
	height:48px;
	font-size: 0.9375em;
}
#header #nav li a:hover{
	display:block;
	color: #fff;
	text-decoration:none;
	margin-top:0px;
	border-top:5px solid #fa2;
	background-color:#2aa;
	height:48px
}
#content{
	background-color: #fff;
	position:relative;
	overflow:auto;
	font-size:0.8125em;
	margin:0 20px;
	padding:20px 30px 10px 160px;
}
#footer{
	background-image: url('../gfx/bg-content-b.gif');
	background-repeat:no-repeat;
	background-position: center top;
	padding: 25px 0;
	margin:0 20px 10px 20px;
}
.button{
	float:right;
	color:#fff;
	display:inline-block;
	background-image:url('../gfx/bg-button-r.gif');
	background-position:right center;
	background-repeat:no-repeat;
}
.button span{
	color:#fff;
	display:inline-block;
	padding:20px;
	font-weight:bold;
	font-size: 1.0625em;
	background-image:url('../gfx/bg-button-l.gif');
	background-position:left center;
	background-repeat:no-repeat;
}
h1{
	padding:0;
	margin:0;
}
a img{border:none}
#footer{
	font-size: 0.6875em;
	padding: 20px 30px;
	color:#a6a6a6;
}
#footer a{
	color: #888;
	text-decoration:none
}
#footer a:hover{color: #2aa}
#footer span{float:right}
h2{
	font-size:1em;
	margin:1em 0 0 0;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding:0;
	width:300px
}
h2 + p{
	margin:0;
	width:300px
}
h2 + table{
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:300px;
}
th,td{
	padding:0;
	vertical-align:top;
	text-align:left
}
h2 + ul{padding:0;}
ul li{padding-bottom:0.5em}
fieldset{
	width:300px;
	margin:0;
	padding:0;
	border:none;
}
label{
	display:inline-block;
	width:100px;
	clear:both;
	margin:5px 0

}
input{
	width:190px;
	margin:5px 0;
	float:right
}
textarea{
	width:298px;
	border:1px solid #048;
	padding:0;
}
fieldset img{
	padding:0;
	float:right
}
fieldset br{clear:both}
