body {
	font-family: verdana;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: #000000;
	text-align: center;

}

a {
	text-decoration:none;
	color:#006699;
}

a:hover {
	color:#6999aa;
}

div#wrapper {
	width: 945px;
	margin: 0 auto 20px auto;
}

#header {
	background: url("/images/header.jpg") no-repeat;
	width: 945px;
	height: 292px;
}

div#footer {
	clear: both;
	height: 20px;
}

/*************** Navigation *********************/
div#navigation {
	width: 188px;
	height: 626px;
	background: url("/images/menu.jpg") no-repeat;
	float: left;
	text-align: left;
	line-height: 15px;
}

div#navigation ul {
	margin: 20px 0 0 20px;
	padding: 0;
	list-style: none;
}

div#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
}

/********************* Content ********************/
div#content {
	width: 757px;
	float: left;
	text-align: left;
	color: #ffffff;
}

div#content div.padding {
	padding: 10px 40px 10px 40px;
}
