/* Basic */

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a {
	color: #0077dd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Outer */

#outer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	border: 5px solid #005984;
}

/* Header */

#header {
	background: #004778 url(/images/header_bg.gif) bottom left repeat-x;
	height: 150px;
	text-align: center;
}

#header h1 {
	font-size: 36px;
	letter-spacing: -0.05em;
	color: #fff;
	margin: 0;
	display: none;
}

#header img {
	margin-top: 30px;
}

/* Content */

#content_wrapper {
	background: #fff url(/images/content_bg.png) top left repeat-x;
}

#content {
	padding: 10px 60px;
	background: url(/images/business_people.png) 370px 30px no-repeat;
}

#content h2 {
	color: #545454;
	margin-bottom: 5px;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content li img {
	vertical-align: middle;
}

/* Footer */

#footer {
	text-align: center;
}

.clear {
	clear: both;
}