html {overflow:scroll;}
body {
	margin:0;
	background-image:url(../img/back.png);
	background-color:#E7E7E7;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size:13px;
}

a, .error {color:#FF6D10;text-decoration:none; font-weight:bold;}

a:hover {text-decoration:underline;}

#container {
	width:100%;
	float:left;
}

#bar {
	width:100%;
	background-color:#FF6D10;
	height:12px;
	clear:both;
}

.shaddowd {
	width:100%;
	float:left;
	background-image:url(../img/shaddow.gif);
	background-repeat:repeat-x;
	padding:2.5px 0;
}

#header {
	width:100%;
	margin-top:10px;
	height:130px;
	float:left;

}

#header #logo {
		background:url(../img/logo.gif) no-repeat;
		width:150px;
		position:absolute; left:2%; top:30px; z-index:1;
		margin:0 40px;
		height:100px;
}

#header #nav {
	position:absolute; right:10%; top:120px; z-index:2;
}

#header #nav a {
	color:#5A5D5A;
	font-weight:bold;
	font-size:16px;
	padding:5px 20px;
	text-decoration:none;
}

#header #nav a:hover {
	color:#FFFFFF;
	background:#5A5D5A;
}

#content {
	clear:both;
	width:96%;
	padding:2%;
	float:left;
	background-color:#FFFFFF;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#footer {
	margin-top:15px;
	text-align:right;
	color:#333333;
	padding: 3px 1%;
	background-color:#FF6D10;
	float:left;
	width:98%;
}

#fsb {
	float: right;
	background:url(../img/fsblogo_member_white_60.jpg) no-repeat;
	width:60px;
	margin:0 0px;
	height:74px;
}

 p.c2 {color:#000000}
 p.c1 {color:red}