/*******************************************************
TITLE: Fixed Three-Column Over Four-Column Layout V1.0
DATE: 20060807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:.5em;
padding-left: 4px;
height: auto;
background-color:#f1f1f1; 
text-align:center;
}

a {
color:#999999;
text-decoration:none;
}

a:hover {
color:#444445;
text-decoration: none;
}

#sub_header
{
	margin: 0 0 0 30px;
	padding: 0px;
	width: 910px;
	height: auto;
	line-height: 220%;
}

/* ####################### SUBHEADER [NAVIGATION] ####################### */

#sub_header #navigation
{
	
	width: auto;
	height: auto;
	padding: 0px;
	background: none;
	position: fixed;
	top: 115px;
	left:720px;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
		}

#sub_header#navigation li { display: inline; }


#sub_header #navigation a
{
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444445;
	font-size:11px;
	line-height:80%;
	font-weight: bold;


}

#sub_header #navigation a:hover
{
	background: #none;
	color: #999;
	font text-decoration: none;
	}


#logo { 	
background:none;
height:150px;
width: 200px;
padding-top: 45px;
padding-bottom: 0px;
position: relative;
top: -10px;
left: 18px;
}

#header { 	
height:250px;
width: 660px;
position: relative;
top: -75px;
left: 18px;
background-color:#f1f1f1;
margin-bottom: -45px;
}

#header1 { 	
height:auto;
width: 660px;
position: relative;
top: -120px;
background-color:none;
margin-bottom: 25px;
font-size:12px;
text-decoration: none;
}


#centerColumn { 	
margin-left: 10px;
padding:1em;
width:720px;
text-align:left;
vertical-align: left;	
background-color:none;
float: left;
font-size:.5em;
}


#centerColumn_1 { 	
margin-left: -4px;
margin-top: -145px;
padding:1em;
width:720px;
text-align:left;
vertical-align: left;	
background-color:none;
float: left;
font-size:.5em;
}

#cell_1 {
margin:0 30px -10px 0;
margin-bottom: -5px;
float:left;
width:200px;
height:200px;
background-color:#none;
text-decoration: #none;
color: #444445;
font-size:12px;
line-height: 11px;
font-weight: bold;
}




#cell_1 li { display: inline; }


#cell_1 a
{
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444445;
	font-size:12px;
	font-weight: bold;
	border-bottom:10px #444445;

}

#cell_1 a:hover
{
	background: #none;
	color: #999;
	font text-decoration: none;
	border-bottom:10px #444445;
	}
	
	
	
	
#footer {




background-color:#none;
text-decoration: #none;
color: #999999;
font-size:9px;
font-weight: bold;
}
