/* CSS Document */

body {
	padding:0;
	margin:0;
	color:#666666;
}

a {color:#004990;
text-decoration: none;
}

a:hover {
	color:#97B882;
	text-decoration: underline;
}

#container {
position:relative;
	text-align:center;
	width:830px;
	height:905px;
	margin:auto;
	position:relative;
	padding:20px,15px,15px,15px;
	border-top: medium none #E2E2E2;
	border-right: medium double #E2E2E2;
	border-bottom: medium double #E2E2E2;
	border-left: medium double #E2E2E2;
}
	
.tight {
	font-weight: bold;
	line-height:8px; 
}
.loose {
	font-weight: bold;
 	line-height:22px; 
}

#welcome {
position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align: justify;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:6px;
	background-color: #FFFFFF;
	background-image: url(images/backgradient.jpg);
	background-repeat:repeat-x;
	background-position:top;

		}

#welcome p {
	position:relative;
	padding-top:59px;
	margin-top:10px;
	margin-left:28px;
	width:780px;
	line-height:25px;
	overflow:hidden;
	
}


#copyright {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	line-height:14px;
	overflow:hidden;
	
}

#bottombar {
position:relative;
	width:800px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	}
	

.large {
 font-size:16px;
 font:bold;
 }

#pic {
	position: absolute;
	top:47px;
	left:537px;
	width: 263px;
	height: 285px;
}

.pic {
	width:auto;
 	float:right;
	margin-left:15px;
	margin-top:-35px;
	margin-right:40px;
	
	}

#colorbox {
	position: absolute;
	top:456px;
	left:554px;
	width: 263px;
	height: 190px;
	background-color: #97B782;
	background-image: url(images/littlebox.jpg);
}


#services {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align: justify;
	position:absolute;
	top:760px;
	left:17px;
	width:489px;
	height:175px;
	padding-top:0px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0px;
	background: #4466A4;
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	background-position-x: top;
	background-position-y: left;

		}
		
#signUp {
	position: absolute;
	top:17px;
	left:588px;
	width: 230px;
	}

