.container {
	margin-left : auto;
	margin-right : auto;
	width : 1000px;
}
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-image : url(images/hp_01.jpg);
	margin : 0;
	padding-top : 0px;
	padding-right : 0;
	padding-left : 0;
	padding-bottom : 0;
	color : #004080;
	background-repeat: repeat-x;
	background-color: #A5A38C;
}
.header {
	width : 1000px;
	height: 167px;
	background-image: url(images/hp_02.jpg);
}
.main {
	width : 1000px;
	background-image : url(images/hp_05.jpg);
}
.footer {
	width : 1000px;
	background-image: url(images/hp_07.jpg);
	height: 58px;
}
.text_bolder {
font-weight : bold;
}
a:link {
	color: #FF5604;
	text-decoration: none;
}
a:visited {
	color: #FF5604;
	text-decoration: none;
}
a:hover {
	color: #FF5604;
	text-decoration: underline;
}
a:active {
	color: #FF5604;
	text-decoration: none;
}
a {
	font-weight: bold;
}
