@charset "iso-8859-1";
body {
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #a8bf9a;
	margin: 0 auto;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 12px;
	padding-left: 12px; 
}

a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background: #a8bf9a;
	margin: 0 auto;
}


.header {
	background-image: url(../image/top.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 131px;
	width: 100%;
}

.content {
	padding: 20px;
	background-image: url(../image/middle.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}


/*.content ul, .content ol { 
	padding: 0 15px 15px 40px; /
}
*/

.footer {
	background: #a8bf9a;
	background-image: url(../image/bottom.jpg);
	background-repeat: no-repeat;
	height: 63px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
