html,body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #e0e7eb url(../images/bg.gif) repeat-x;
}


#header {
	height: 102px;
	margin: 0;
	background: transparent url(../images/header.jpg) repeat-x;
	color: #232323;
	padding: 0;
}

#header h1 {
	height: 95px;
	width: 268px;
	background: transparent url(../images/title.jpg) no-repeat;
	font-size: 12px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	
}

#headerlogo {
	height: 95px;
	width:	150px;
	text-indent: 9999px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: url("../images/fblogo.jpg")

}

.mainlink {
	font-weight: bold;
}

ul	{
}

ul li {

}

ul a {
	display:block;
	line-height: 2.1em;
	text-decoration: none;
	color: #232323;
}

ul a:hover {
	text-decoration: none;
	color: #3A659C;
}

#container {
	text-align: left;
	background: #fff;
	border-left: 4px solid #878787;
	border-right: 4px solid #878787;
}


#footer {
	background: #333;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 5px 10px
}

#footer a {
	color: #FFF;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#content {
	float: right;
	width: 930px;
	min-height: 450px;
	background: #fff url(../images/content_bg.gif) repeat-x;
	padding: 10px;

}

#content h2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #b70008;
	margin: 0;
}

/* @group navs */

/*#nav123 {
	float: left;
	width: 949px;
	background: transparent url(../images/nav_bg.gif) repeat-x;
	padding: 0px;
	border-bottom: solid  #7d7d7d 1px;
	border-right: solid  #7d7d7d 1px;
	border-top: solid  #7d7d7d 1px;
}
*/

#nav, #nav ul {
	float: left;
	width: 948px;
	list-style: none;
	line-height: 1;
	background: transparent url(../images/menu.gif) repeat-x;
	padding: 0;
	border: 1px solid #6b727e;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 10em;
	color: #232323;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li {
	float: left;
	padding: 0;
	width: 14em;
    border-right: solid #6b727e 1px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	
}


#nav li li {
	padding-right: 1em;
	width: 13em;
	background-color: #ccd7e3;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-color: #51555a;

}

#nav li:hover, #nav li.sfhover {
	background: #51555a;
}

/* @end */
#extra {
	float: left;
	clear: left;
	width: 250px;
	background: #c3d0ef;
}


#footer {
	clear: both;
	width: 100%
}



