body {
	background-image:			url(images/index_background.jpg);
	background-repeat:			repeat-x;
	background-color: 			#ffffff;
	font-family:				arial, san-serif;
	font-size: 					small;
	margin-left:				auto;
	margin-right:				auto;
}

#main_div {
	border:				black solid 1px;
	width:				700px;
	margin-left:		auto;
	margin-right:		auto;
}

#div_1 {
	border-bottom:			black solid 1px;
	background-image:		url(images/index_logo_background.gif);
	background-repeat:		no-repeat;
	width:					695px;
	height:					270px;
	margin-left:			auto;
	margin-right:			auto;
	
	
}

#div_1 img {
	margin-left:		260px;
	margin-top:			0px;
}
#div_1 p {
	position:				absolute;
	margin-top:				210px;
	margin-left:			550px;
	font-weight:			bolder;
	font-family:			Arial, sans-serif;
	font-size:				170%;
	color:					red;
	z-index:				99;

}

#div_3 {
	background-image:	url(images/left-side.gif);
	width:				230px;
	height:				400px;
	text-align:			center;
	margin-left:		0px;
	
	
}

#div_4 {
	
	border:					black solid 1px;
	border-left:			black solid 3px;
	border-right:			black solid 3px;
	width:					233px;
	height:					400px;
	text-align:				center;
	margin:					-401px 233px auto 234px;
	
}

#div_4_top {
	border-bottom:		black solid 2px;
	background-color:	red;
	width:				233px;
	height:				158px;
	margin-top:			0px;

}

#div_4_bottom {
	background-color:		white;
	width:					215px;
	height:					200px;
	text-align:				left;
	font-family:			Times, "Times New Roman", serif;
	font-size:				160%;
	font-weight:			700;
	margin-top:				30px;
}

#div_5 {
	background-image:	url(images/right-side.gif);
	background-repeat:	no-repeat;
	width:				230px;
	height:				400px;
	text-align:			center;	
	margin:				-401px 0px auto 476px;
}


#footer {	
	background-color:		#ffffff;
	height:					60px;
	width:					698px;
	font-size:				90%;
	font-family:			Arial;
	color:					#333333;
	text-align:				center;
	margin-top:				20px;
	margin-left:			auto;
	margin-right:			auto;
}

#W3C {
	background-color:		#ffffff;
	/* border:				green solid 1px;*/
	height:				70px;
	width:				698px;
	font-size:			90%;
	font-family:		Arial;
	color:				#333333;
	text-align:			center;
	margin-top:			20px;
	margin-left:		auto;
	margin-right:		auto;
}

#footer a {
	font-family:			Arial;
	font-size:				100%;
	color:					#333333;
	
}

#footer a:hover {
	text-decoration: 		underline;
	border-right:			#666666 solid 1px;
	border-bottom:			#666666 solid 1px;
	color: 					#333333;
}

#footer p {
	
	text-align:				center;
}

.index_links {
	border:				black solid 1px;
	width:				696px;
	height:				20px;
	padding:			4px 2px 4px 2px;
	background-color:	white;
	text-align:			center;
	margin-top:			0px;
	margin-left:		auto;
	margin-right:		auto;
}
.link_boxes {
	border-right:			#ccccff solid 1px;
	border-bottom:			#ccccff solid 1px;
	background-color:		white;
	font-family: 			Arial, Helvetica, sans-serif;
	padding:				1px 10px 1px 10px;
	margin-left:			1px;
	margin-right:			1px;
}

.link_boxes:hover {
	background-color:			#cccccc;
}
.link_boxes:active {
	border:					#5e7682 inset 4px;
	background-color:		#99999;
}

a {
	font-size: 					120%;
	color: 						#3366FF;
}
a:link {
	text-decoration: 		none;
}
a:visited {
	text-decoration: 			none;
	color: 						#3366FF;
}
a:hover {
	text-decoration: 		underline;
	border:					#666666 solid 1px;
	color: 					#000066;
}
a:active {
	text-decoration: 			none;
	color: 						#99999;

}












