/*
CSS for homepage only
	  
*/

* { padding: 0; margin: 0; }
#rightcolumn a:link {
	color: #FFFFFF;
	font-style: italic;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/background.jpg);
	margin-top: 12px;
}
#wrapper {
	margin: 0 auto;
	width: 775px;
	max-height: 550px;
	border: 1px solid #333333;
}
#faux {
	width: 100%;
	background-color: #000000;
	overflow: auto;
	background-image: url(faux.jpg);
}
#header {
	color: #333;
		height: 119px;
	background-color: #FFFFFF;
	background-image: url(../images/top-homepage.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right;
}
#left_bottom {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/sarbanes_left_home.jpg);
	padding-top: 0px;
	margin-top: -2px;

}
#rightbottom {
	background-color: #000000;
	background-image: url(../images/sarbanes_bottom_home.jpg);
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}


#leftcolumn {
	display: inline;
	color: #333333;
	padding: 0px;
	width: 198px;
	float: left;
	background-color: #000000;
	background-image: url(../images/sarbanes_top_left_home.jpg);
	font-weight: bold;
}
#rightcolumn {
	float: right;
	color: #333;
	width: 576px;
	position: relative;
	background-image: url(../images/atlanta.jpg);
	background-repeat: no-repeat;
}



.clear { clear: both; background: none; }

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#leftcolumn p {
	width: 195px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#nav {
	height: 26px;
	background-color: #4E0204;
	background-image: url(../images/sarbanes_button.jpg);
	}
#rightcolumn a:visited {
	color: #FFFFFF;
	font-style: italic;
}
