* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #eeeeee;
	width: 100%;
	font-family: arial;
	text-align: center;
}
.clearer {
	clear: both;
}

/* HEADER */
#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #000000;
}
#contentBucket {
	width: 850px;
	margin: 0 auto 0 auto;
	background: url('/image/common/content_bg.gif') repeat-y;
}
p.logo {
	background: url('/image/common/logo.gif') no-repeat top center;
	padding: 30;
}
#menu {
	background: url('/image/common/menu_bg.gif') repeat-x top left;
	width: 90%;
	height: 48px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#menu ul {
	list-style: none;
	margin-left: 50px;
	padding-top: 15px;
}
#menu ul li {
	display: inline;
	font-size: 14px;
	color: #ffffff;
}
li.active {
	font-weight: bold;
}


/* CONTENT */
#pageContent {
	width: 60%;
	margin: 20px auto 0 auto;
	font-size: 13px;
	padding-bottom: 30px;
}
img.focus {
	margin: 0 auto 0 auto;
	border: 1px solid #000000;
	display: block;
}
#pageContent p {
	margin-top: 15px;
	text-align: left;
}
#pageContent ul {
	text-align: left;
}
#pageContent h1 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 150%;
}
#pageContent h2 {
	font-size: 130%;
	text-align: center;
}
#pageContent .heading {
	font-weight: bold;
}


/* FOOTER */
#endCap {
	width: 850px;
	height: 40px;
	margin: 0 auto 0 auto;
	background: url('/image/common/endcap_bg.gif') repeat-y;
}
#bottomMenu {
	margin: 0 auto 0 auto;
	width: 850px;
	position: relative;
	top: -5px;
	text-align: left;
}
#bottomMenu ul {
	list-style: none;
	margin-left: 155px;
	padding-bottom: 20px;
}
#bottomMenu ul li {
	display: inline;
	font-size: 12px;
	color: #000000;
}
#bottomMenu a:link, #bottomMenu a:visited {
	color: #000000;
	text-decoration: none;
}
#bottomMenu a:hover {
	text-decoration: underline;
}


