
/* CSS Document */



#outerwrapper {
	margin: 0px auto;
	width: 1150px;
	background-color: #1a1a1a
	;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dc8708;
	border-right-color: #FFF;
	border-bottom-color: #dc8708;
	border-left-color: #FFF;
}

#header {
	width:  100%;
	height: 210px;
	background-color:#1a1a1a
	;
	background-image: url(images/web_logo_2.jpg);
	background-repeat: no-repeat;
	border: thin none #876739;
	margin-top: 5px;
	margin-bottom: 0px;
}

#navigation {
	width: 500px;
	padding: 2px;
	margin-top: 75px;
	margin-left: 425px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #dc8708;
	position: absolute;
	background: #2b2c1d;
	
}


#navigation a:link {
	text-decoration:none;
	color: #ffffff;
}


#navigation a:visited {
	text-decoration:none;
	color: #ffffff;
	
}

#navigation a:hover {
	color: #dc8708;
	
}


#content{
	width: 100%;
	background: #1a1a1a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 300px;	
}

#transformation_text {
font-size: 2em;
color: #FFFFFF;
background-color: #1a1a1a;
position: absolute;
width: 650px;
margin-left: 400px;
margin-top: 0px;




}


#left_column {
	width: 500px;
	float: left;
	font-size: 0.9em;
	text-align: justify;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 1.2em;
}

#left_column p:first-letter { font-size: 1.7em; }
#left_column p:first-line { line-height: 1em; }	

#left_column a:link {
text-decoration: none;
color: #a6a97e;
}

#left_column a:visited {
text-decoration: none;
color: #a6a97e;
}

#left_column a:hover {
text-decoration: none;
color: #dc8708;


}


#right_column {
	width: 550px;
	float: right;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #dc8708;
	font-size: 0.95em;
	margin-right: 20px;
	margin-top: 40px;
}

#right_column p:first-letter { font-size: 1.5em; }
#right_column p:first-line { line-height: 1em; }	


	#footer {
	background: #1a1a1a;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	color: #a6a97e;
	clear: both;
	line-height: 150%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 5px;
	}
	
	#footer a:link {
		text-decoration: none;
		color:#a6a97e;
	}
	
	#footer a:visited {
		text-decoration: none;
		color:a6a97e ;
	}
	
	#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
	}
		
	
		
		
