:focus {
	outline: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../img/bg.gif);
	background-color: #121212;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}
img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	min-height: 86px;  /* Tell good browsers not to collapse */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 86px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
	
	margin: 0;
	padding: 0;
	
	position: relative;
	
}
#header h1 { /* logo */
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/logo.gif);
	width: 309px;
	height: 76px;
	text-indent: -9999px;
	position: absolute;
	top: 2px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#header h1 a { /* logo */
	width: 309px;
	height: 76px;
	display:block;
	margin: 0;
	padding: 0;
}

#header h2 { /* contact */
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/contact.gif);
	width: 197px;
	height: 9px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0;
	padding: 0;
}
#header ul {
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	background: #222222;
	padding: 7px;
	padding-right: 21px;
	margin-top: 0;
}
#header ul li {
	display: inline;
	padding-left: 14px;
}
#header ul a {
	color: #ccc;
	text-decoration: none;
}

#main_content {
	text-align: left;
	margin-top: 17px;
}

#main_content .home_img {
	/* border: 5px solid #121212; */
}

#footer {
	background: #222222;
	padding: 4px;
	
	position: absolute;
	top: 540px;
	left: 0px;
	width: 100%;
	
	font-size: 10px;
}