@charset "UTF-8";
/* CSS Document */

body {
	text-align:left;
	font: 0.9em Verdana, Arial, sans-serif;
	background-repeat:no-repeat;
	background-color: #F2F2F2;
	margin:0;
	padding:0;	
}
/*main_wrapper-----------------------------------*/	
#main_wrapper {
	margin-top:0px;
	width:1000px;
	height:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*header-----------------------------------*/	
#header {
	width:1000px;
	height:144px;
	float:left;
	background-image:url(../layout_graphics/about_page/header.png);
	background-repeat:no-repeat;
	}
	

	
/*content_frame-----------------------------------*/	
#content_frame {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:1000px; /* this width + nav width must total 100% */
	top:0px;
	border:0px;
	height: auto;
	background-color:transparent;
	height:850px;
	}
	
	
/*column_left-----------------------------------*/		
#column_left {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:952px; /* this width + nav width must total 100% */
	height:auto;
	background-repeat:no-repeat;
	text-align: left;
	padding:0;
	margin-left: 18px;
	background-color:#FFF;
	display:inline;
	}
	

#column_left_section_one {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:220px;
	height:850px;
	background-repeat:no-repeat;
	}
	
.column_left_section_two {
	float:left;
	width:530px;
	padding-left:0px;
	background-repeat:no-repeat;
	}
	
 .column_left_section_three {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:500px;
	padding-left:70px;
	background-repeat:no-repeat;
	}

.column_left_section_two img, .column_left_section_three img {
	
	}
	
.column_left_section_three img {
		padding-top:5px;
	}
	
/*middle_frame-----------------------------------*/	
#middle_frame {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:29px; /* this width + nav width must total 100% */
	height:850px;
	top:0px;
	background-image:url(../layout_graphics/portfolio_projects/shadow.png);
	background-repeat:repeat-y;
	}
	
	
/*back_btn-----------------------------------*/	
.back_btn {
	margin-left:35px;
	margin-top:30px;
	position:relative;
	width:80px;
	height:50px;
	background:#FC6;


}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Verdana', Arial,  serif;
	} 
	
/* FONT SIZES */
h1 {
	margin-top:.9em;
	margin-left:.9em;
	margin-right:.9em;
	text-align:left;
	color:#000;
	
}	
	
h2 {
	margin-top:1.4em;
	font-size:0.8em;
	text-align:left;
	color:#000;
	margin-left: 2em;
}


h3 {
	margin-top:2em;
	font-size:0.8em;
	text-align:left;
	color:#000;
	margin-left: 3em;
}

 
p {
	font-size:.8em; /* 12pt */
	line-height:2.1em; /* on 15pt */
	margin-top:1.5em;
	margin-left:2em;
	margin-right:2em;
	text-align:justify;
	color:#000;
}

p1 {
	font-size:.75em; /* 12pt */
	line-height:1.5em; /* on 15pt */
	margin:0;
	padding:0;
	text-align:justify;
	color:#333;
}

	
li {
	font-size:.8em; /* 12pt */
	line-height:1.3em; /* on 15pt */
	margin-top:.2em;
}	

.column_left_section_two  a {
	color:#000000;
	
}

.column_left_section_two a:visited {
	color:#727272;
}
/*footer-----------------------------------*/		
#footer {
	background-image:url(../layout_graphics/portfolio_projects/footer.png);
	background-repeat:no-repeat;
	width:1000px;
	height:82px;
	text-align:left;
	clear:both; /* makes the footer sit below whichever column is longest */
	padding:0;
	float:left;
	}
	
#footer p{
	font-size:0.65em;
	text-align:left;
	color:#666666;
	padding-left:30px;
	padding-top:5px;
	margin-top:0;
	overflow:hidden;
}

