body {
	margin: 0;
	padding: 0 0 30px 0;
	font-family: helvetica;
	font-size: 0.8em;
	color: #444;
	background-color: #fff;
	line-height: 1.5em;
	background: url('images/background.png') 50% 0 repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: arial;
}

h1 {
	text-align: center;
	font-size: 4em;
	margin: 30px 0 30px 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background: url('images/underline.gif') bottom left repeat-x;
}

a:hover {
	background: url('images/underline-hover.gif') bottom left repeat-x;
}

a.image {
	border: 0;
	background: none;
}

h2 {
	margin-top: 30px;
	font-size: 1.7em;
}

#wrapper {
	width: 650px;
	margin: 0;
	padding: 20px 0 0 0;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	background: url('images/masthead.png') no-repeat;
}

#contents {
	margin: 20px 50px 0 50px;
	padding: 0;
}

#intro {
	font-size: 1.2em;
	text-align: center;
	margin-left: 0;
}

acronym {
	background: url('images/underline.gif') bottom left repeat-x;
}

p {
	margin-left: 0.5em;
}

p.more {
	text-align: right;
}

.inline {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}

.widget {
	margin: 20px 0 40px 0;
	width: 100%;
	border: 1px solid #fff;
}

.description {
	margin: 25px 0 0 0;
}

.clear {
	clear:both;
}

#footer {
	margin: 30px 60px 30px 60px;
	padding: 10px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px dashed #444;
}