/***********/
 /* Globals */
/***********/
body {
	color: #464743;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.divider {
	clear: both;
	height: 1px;
}

.floatright {
	clear: none;
	float: right;
	text-align: right;
}

.name {
	font-weight: bold;
}
.title2 {
	color: #1F201D;
	font-size: 14px;
}

  /***************************/
 /* Wrappers and Containers */
/***************************/
#wrapper {
	margin: 0 auto;
	padding: 3em 5em;
	text-align: left;
	width: 392px;
}

  /*******************/
 /* Main Navigation */
/*******************/
#navwrapper {
	width: 100%;
}

#navigation {
	margin: 0;
	padding: 1em 0;
	width: 392px;
}

#navigation a {
	color: #FFFFFF;
}

#navigation li {
	background-color: #000000;
	background-image: url(../images/facnavback.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	list-style: none;
	margin: 1px;
	padding: .7em 0 .8em 0;
	text-align: center;
	width: 96px;
}

#navigation li .current {
	background-color: #CFFE4C;
	background-image: url(../images/fachovernavback.gif);
	color: #373634;
}

  /****************/
 /* Content Area */
/****************/
#noscreen {
	display: none;
}

#title {
	width: 392px;
}

#title h2 {
	font-weight: normal;
}

#content {
	clear: both;
	height: 300px;
	line-height: 1.5em;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#contentbody {
	border: none;
	height: 400px;
	width: 390px;
}
