/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #808080; /*replace background img here*/
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #A3A3A3;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 982px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
#header {
	height: 74px;
	background: #FFFFFF url(../img/header_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	position:relative;
	}
	
#header a#logo {
		position:absolute;
		left: 0px;
		top: 0px;
		display: block;
		height: 74px;
		width: 278px;
		background: #FFFFFF url(../img/logo.gif);
		text-indent: -9999em;
		}
	
#imgbar {
	width: 982px;
	height: 128px;
	background: #FFFFFF url(../img/site_banner.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#bar {
	width: 982px;
	height: 17px;
	background: #FFFFFF url(../img/sitebar_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#content {
	width: 982px;
	min-height: 298px;
	_height: auto;
	background: #FFFFFF url(../img/site_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	font-size:1.2em;
	}
		
#text {
	width: 810px;
	padding: 19px 0px 0px 53px;
	color: #A3A3A3;
	font-size: 1em;
	}	

#text p{
	}	
	
#text img{
	}
	
#textis {
	width: 860px;
	padding: 19px 0px 0px 53px;
	color: #A3A3A3;
	font-size: 1em;
	}
	
	#textis i{
			color: #e2001a;
			font-weight:normal;
			font-style:normal;
			font-size: 0.8em;
			}
	
#text .title{
	display: block;
	padding-bottom: 20px;
	}	
		
#clear {
	clear: both;
	}
	
#footer {
	width: 962px;
	height: 20px;
	background: #808080;
	text-align: right;
	color: #999999;
	padding: 6px 20px 0px 0px;
	}	
	
	#footer  a {
		color: #999999;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  a:hover{
		color: #FFFFFF;
		text-decoration:none;
		font-size: 1em;
		}
	
	