﻿html {
	height:100%;
}
body {
margin:0px;
	width: 100%;
	
	background-image: url('/images/bg_page.jpg');
	background-repeat: repeat-x;
	background-position: 50% top;
	background-color: #000000;
}
a img {
	border-width: 0px;
}
h2 {
font-family: "Arial Narrow";
	font-size: 16px;
	color: #8D8C8C;
}
h3 {
font-family: "Arial Narrow";
	font-size: 12px;
	color: #8D8C8C;
}
#main {
	position:relative;
	margin: 38px auto 0px auto;
	background-image: url('/images/bg_content.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #242323;
	min-height:100%;
	width: 930px;
	border: 1px solid #545555;
	text-align: center;
	padding-bottom: inherit;
}
* html #main {
	height: 100%;
}
#main_table {
	margin-left: 25px;
	margin-right: 22px;
	width: 880px;
	min-width:800px;
}

.text_gray {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #8D8C8C;
	line-height:20px;
}

#header, #header > div {
		height: 64px;	vertical-align: middle;
}

#hphone {
	text-align: right;
}

#himg > a {
	margin-right:25px;
	margin-left: 22px;
	vertical-align: middle;
	line-height: 64px;
}

#footer {
	width: 930px;
	margin:auto;
	font-family: tahoma;
	font-size: 11px;
	color: #908A8A;
}
#footer a {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.img_cont {
	border: 1px solid #444444;
	padding: 12px;
	display:inline;
	width:1px;
	height:1px;
}

