@charset "utf-8";
/* CSS Document */

/* AboutSapce ID */
.aboutSpace {
	width:1020px;
	height:15px;
	background:#333333;
} 

/* Sidebar2 ID */
#sidebarTopAbout {
	float: right; 
	width: 280px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}

/* Main Content 2 IDs */
#mainTopAbout {
	width:700px;
	margin-left: 38px;
	
} 
#mainTopAbout h1 {
	margin-right: 38px;
}
#mainTopAbout p {
	margin-right: 38px;
}


#mainContent2 hr {
	color:#669933;
	width:275px;
	text-align:left;
}

/* Sidebar3 ID */
#sidebarBottomAbout {
	float: left; 
	width: 350px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}

/* Main Content 3 IDs */
#mainBottomAbout {
	width:670px;
	float:right;
	margin-top:30px;	
} 
#mainBottomAbout h1 {
	font-size:1em;
	color:#333333;
	line-height:1em;
}
#mainBottomAbout h2 {
	font-size:.8em;
	color:#333333;
	line-height:.8em;
}
#mainBottomAbout p {
	font-size:.8em;
	line-height:1.6em;
	margin-left:0px;
	margin-right: 38px;
}
#mainBottomAbout a {
	color:#669933;
	text-decoration:none;
	font-weight:bold;
}
#mainBottomAbout a:hover {
	color:#669933;
	text-decoration:underline;
	font-weight:bold;
}