@charset "utf-8";
body {
	margin: 0;
	background-color:#FFF;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}
a:link {
	color: #f1eddd; 
	text-decoration: none; 
}
.body a:link {
	color: #812629; 
	text-decoration: none;
} 
a:visited {
	color: #232323;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #000;
	text-decoration: underline;
}
.container {
	width: 1190px;	
	background-image:url(imagesAM/containerImage.jpg);
	background-repeat:no-repeat;
	margin: 0; 
	font-family: "Courier New", Courier, monospace;
}
.header {
	float: left;
	height: 70px;
	width: 960px;
	padding-top: 80px;
}
.sidebarR {
	float: right;
	width: 230px;
	height: 939px;
	text-align:center;
}
.sidebarL {
	float: left;
	width: 180px;
}
.content {
	float:right;
	width: 780px;
	padding-top: 80px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.bottom {
	width: 960px;
	text-align:bottom;
}
.footer {
	float:left;
	font-size: 12px;
	color: #000;
	text-align:center;
	clear: both; 
	width: 1190px;
	background-color:#898989;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}