* {
	margin:0;
	padding:0;
	border:none;
	z-index:0;
	}

html, body {
	height:100%;
	background: url(subfolder/123_mainbk2.png) repeat;
	background-color: #161616;
	}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(subfolder/123_mainbk.png) repeat-x;

	}
/*headline copy*/
	
h1{ 
	font-style: normal;	
	font-weight: normal;	
	padding-top: 180px;
	padding-left: 10px;
	color: #B3B3B3;
	letter-spacing: 2px;
	text-align: left;
	font-size: 18px;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	}
	
/*body copy*/			
h2 {
	padding:0px 20px 0px 20px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	line-height: 17px;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	}	
	
/*subhead copy*/			
h3 {
	padding-left: 18px;
	margin-bottom: 10px;
	font-style: normal;	
	font-weight: normal;	
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 10px;	
	text-align: left;
	font-size: 15px;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	}
	
/*copyright*/	
h4{
	color: #B3B3B3;
	font-style: normal;
	font-weight: normal;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;	
	font-size: 9px;
	line-height:13px;
	}

#headline{
	float:left;
	
	}
/*////////////////////////////////////////////////////////////*/

a:link 		{ color: #B3B3B3; text-decoration: none;}
a:visited 	{ color: #B3B3B3; text-decoration: none;}
a:hover 	{ color: #FF0000; text-decoration: none;}
a:active 	{ color: #B3B3B3; text-decoration: none;}

/*////////////////////////////////////////////////////////////*/

#header{
	position:absolute;
	top:20px;
	left:40px;
	width:100%;
	height:110px;
	text-align:center;
	z-index: 100;
	}

#logo {
	float: left;
	width: 20%;
	height:110px;
	z-index: 1;
}

#menu { 
	margin-right: 150px;
	float: right;
	width: 50%;
	z-index: 100;
	}

#clearheader {
	clear:both;
	height:250px;
	}
/*////////////////////////////////////////////////////////////*/		

		
#outer{
	min-height:100%;
	width: 100%;
	margin-bottom:-100px;
	padding-top: 1px;	
	}

	
#middle1 {
	width:100%;
	text-align: center;
	margin-top: -20px;
	}

#left2 {
	position:relative;
	width:40%;
	text-align:left;
	padding-left: 30px;
	z-index:100;
	float: left;
	min-width: 400px;	
	}
	
#middle2 {
	width:35%;
	padding-left: 30px;
	float:left;
	position:relative;
	margin:0 -1px;
	min-width: 350px;	
	}
	
#right2 {
	}
	
#left3 {
	position:relative;
	width:32%;
	text-align:left;
	padding-left: 30px;
	float: left;
	min-width: 320px;
	}
	
#middle3 {
	padding-left: 10px;
	width:32%;
	float:left;
	position:relative;
	margin:0 -1px;
	min-width: 320px;	
	}

#right3 {
	position:relative;
	width:33%;
	text-align:left;
	float: left;
	min-width: 320px;	
	}

#clearfooter {
	clear:both;
	height:25px;
	}
/*/////////145////////////////////////////////////////////////*/		

#footer {
	width:100%;
	clear:both;
	height:100px;
	background: url(subfolder/123_footer_r2.jpg) repeat-x;
	text-align:center;
	position:absolute;
	z-index: 101;
	}

