/* CSS document for index page of the site */
/* Author: 	Peter Couture */
/* File:	home.css
/* Date: 	November 1, 2006 */



/* Main Content */

.main {
	top:0px;
	width:720px;
	height:700px;
	position:relative;
	background-color:#FFFFFF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.main_area {
	top:0px;
	left:0px;
	width:719px;
	height:100px;
	position:absolute;
}

.main_logo {
	top:20px;
	left:0px;
	width:193px;
	height:74px;
	position:absolute;
}

.about {
	top:100px;
	width:90%;
	right:30px;
	height:600px;
	position:absolute;
}

.hr_about {
	height: 1px;
	font-size: 1px;
	background-color:#D7D7D7;
}


.hr_about_mod_1 {
	width:500px;
	margin:10px 0px 10px 0px;
}

p.image_label img {
	margin:35px 20px 0px 0px;
	float:left;
	clear: left;
}
