@charset "UTF-8";
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;
    text-align: right;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    text-align: left;
}


.container {
	width: 80%;
	max-width: 1000px;
	min-width: 780px;
	margin: 0 auto;
}


.content {
	padding: 10px 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


.footer {
	padding: 10px 0;
	background-image: url(menu/copy.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.line {
	background-image: url(footline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
