*{
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;
}


body{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}

img{
	border: 0px;
}

a{
	color: #000;
	text-decoration: underline;
}


a:hover{
	color: #000;
	text-decoration: underline;
}

h1,h2,h3{
	font-weight:normal;
}

h1{
	font-size: 24px;
	width:100%;
	color: #000;
	text-transform:uppercase;
	border-bottom:solid 1px #000;
	margin-bottom:8px;
	padding-top:5px;
}

h1.clean{
	border:none;
}

h2{
	font-size: 16px;
	color: #000;
	border-bottom:none;
	margin-top:3px;
}

h2 a{
	text-decoration:none;
}


.clear {
	clear:both;
}

.padding {
	padding:4px 4px 8px 4px;
}

#container {
	width:900px;
	height:100%;
	margin:auto;
}

#top {
	border-bottom:solid 1px #000;
	padding:8px;
}

#top_contact {
	border-bottom:solid 1px #000;
	padding:4px;
	margin-bottom:3px;
}

.hdr_info {
	float:left;
	width:90px;
	height:56px;
	#height:64px;
	font-size:12px;
	line-height:16px;
	text-align:center;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	margin-left:8px;
	margin-right:8px;
	padding-top:8px;
	#padding-top:0px;
}
#logo {
	float:left;
	padding-left:12px;
	padding-right:6px;
}

#left {
	float:left;
	width:160px;
	height:100%;
}

#content {
	float:left;
	width:505px;
	_width:500px;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}

#right {
	float:left;
	height:100%;
	width:233px;
	font-size:11px;
}

.border_bottom {
	border-bottom:solid 1px #000;
	margin-bottom:8px;
}

.border_top {
	border-top:solid 1px #000;
}

.margin_top{
	margin-top:8px;
}

.small {
	font-size:12px;
	line-height:16px;
}
