*{
	margin:0;
	padding:0;
}
body {
	font-family:"Times New Roman",arial;
	font-size:95%;
	background:url(../images/bg.jpg) top repeat-x;
	color:#000000;
}

a {color:#000000;}

#wrapper {
	margin:20px auto;
	width:760px;
}

#header {
	margin-bottom:18px;
	background:url(../images/logoback.jpg) bottom right no-repeat;
	padding-bottom:35px;
}

#main {
	margin-bottom:18px;
}

#footer {
	font-size:60%;
	font-family:arial;
	border-top:1px solid #000000;
	padding-top:10px;
}

.fc:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 
.fc { display: inline-block; } 
 * html .fc { height: 1%; } 
.fc { display:block; }

.fl {
	float:left;
}
.fr {
	float:right;
}

.image1 {
	margin-right:18px;margin-bottom:18px;
}