* {
	margin: 0;
	padding: 0;
}	

body{
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	color: #747474;
	background: #e2e2e2;
}

.container{
	width:780px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #747474;
	background: #ffffff;
}

#header {
	height: 100px;
	width: 780px;
	background-image: url('img/header2.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.sub_header{
	padding-left:5px;
	text-align:center;
	background-color:#eaeceb;
	font-variant:small-caps;
	font-size:120%;
	font-weight:bold;
}

.sub_header2{
	padding-left:5px;
	text-align:center;
	color:#eaeceb;
	background-color:#747474;
	font-variant:small-caps;
	font-size:120%;
	font-weight:bold;
}

.footer {
	clear:both;
	width:780px;
	padding:1.0em 0 1.0em 0;
	background:rgb(225,225,225) url(img/bg_foot.jpg) no-repeat;
	text-align:center;
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.footer:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
