/*------------------------------------
L2 Computing Solutions 2008 CSS 
 by Bobby Lee (L2 Computing Solutions)
 http://www.l2computingsolutions.com/
-------------------------------------*/

body  {
	font-family:"Times New Roman", Times, serif;
	font-size: 80%;
	background:url(../images/bg.gif);
	margin: 0;
	padding: 1em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
	color: #005e20;
	font-size: 90%;
	padding: 0;
}
#container {  
	width: 850px;
	height: auto;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#main_content {
	width: 100%;
	float: left;
	background:: #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	text-align: justify;
}
#general_info {
	width: 95%;
	float: left;
	padding-left: 1em;
	padding-bottom: 1em;
}
#about_info {
	width: 95%;
	float: left;
	padding-left: 1em;
	padding-bottom: 1em;
}
#contact_info {
	width: 95%;
	float: left;
	padding-left: 1em;
	padding-bottom: 1em;
}
#footer {
	clear: both;
	border-top: 1px solid #fdc933;
	background-color: #000000;
	text-align: center;
	color: #fdc933;
	font-size: 80%;
	padding: 1em;
}
	
