@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	width: 800px;
	font: 12px/150% Verdana, sans-serif;
}

h1 {
	margin-left: 30px;
}

h2 {
	margin-top: 15px;
	color: #000066;
	font-size: 120%;
	font-weight: bold;
}

p {
	margin: 5px 0 10px 0;
}

a {
	font-weight: bold;
}

a:link {
	color: #ff6600;
}

a:visited {
	color: #000066;
}

em {
	font-style: oblique;
	color: #000066;
}

#header {
	height: 240px;
	background: #ffffff url(images/header.png) top left no-repeat;
}

#content {
	width: 600px;
	margin: -30px 0 0 20px;
}

#footer {
	margin-top: 40px;
	margin-left: 20px;
	color: #666666;
	font-size: 80%;
	line-height: 135%;
}