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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	}	
#top {
	width: 100%;
	background-image: url(pics/toptest.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 60px;
	position: absolute;
	top:0;
	left:0;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
}	
#side {
	position: absolute;
	top:70px;
	left:0;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	width: 170px; 
	background: #ffffff; 
	padding: 20px 0 0 10px; 
	background-image: url(pics/floor-and-window.jpg);
	background-repeat: repeat-x;
	height:500px;
}	
#main {
	position: absolute;
	top:70px;
	left:180px;
	text-align: left;
	vertical-align: top;
	padding: 20px 0 30px 20px;
	width: 700px; 
	background: #ffffff; 
	font-size: 14px;
	color: #000000;
}
#footer {
	position: absolute;
	top:460px;
	left:10px;
	text-align: left;
	vertical-align: top;
	width: 190px; 
	background: #ffffff; 
	font-size:10px;
	color: #000000;
	text-indent: 0; 
	}


#side a:link {
	color: #C4FA3E;
}	
#side a:visited {
	color: #C4FA3E;
}	
#side a:active {
	color: #C4FA3E;
}	
#side a:hover {
	color: #C4FA3E;
}	


#main a:link {
	color: #0066CC;
}
#main a:visited {
	color: #0066CC;
}	
#main a:active {
	color: #0066CC;
}	
#main a:hover {
	color: #0066CC;
}


.style1 {
	font-size:14px;
	text-indent:10px;
	color: #000000
}
.style2 {
	font-size:14px;
	color: #C4FA3E
}
.style4 {
	font-size:24px;
	color: #C4FA3E;
	text-indent: 10px;
}
.style9 {
	color: #C4FA3E;
	font-size: 11pt;
}
.style10 {
	font-size: 14px;
	color: #000000;
}
.style14 {color: #333333}

