/************************************************
	style.css
************************************************/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

body {
	background:#e3e4e5;
	overflow: -moz-scrollbars-vertical;
	font-size:75%; /* 12px */
	text-align:left;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div { outline: 0 none; } /* Safari */

#outer {
	width:960px;
	position:relative;
	margin:0 auto;
	min-height: 100%;  
	height: auto !important; 
	height: 100%; 
	background:#000;
}

#header {
	height:100px;
	background:#000;
	width:auto;
	text-align:right;
	padding-right:18px;
}

#banner {
	width:auto;
	height:165px;
	background:url(../images/bg_banner.png) no-repeat;
}

#main {
	background:#FFF url(../images/bg_main.png) repeat-y;
	position:relative;
	width:100%;
	border-bottom:15px solid #a2a6a9;
}

#textLeft {
	position:absolute;
	width:260px;
	left:36px;
	top:0;
	height:auto;
	color:#FFF;
	font-size:0.92em;
}

#textMain {
	margin:0 20px 0 364px;
	padding:57px 0 0 0;
	width:auto;
	
}

h1 {
	font-size:1.2em;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:1.2em;
}

p {
	font-size:1.2em;
	line-height:1.2;
	margin-bottom:1.2em;
}

a:active,
a:link,
a:visited {
	text-decoration:underline;
	color:#008cc8;
}

a:hover,
a:focus {
	color:#000;
}

