/* CSS Document */

div#header {
	position: absolute;
	left: 100px;
	height: 125px;
	width: 750px;
	background-color: #90AABA;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
	visibility: visible;
}
div#banner {
	position: absolute;
	left: 0px;
	height: 80px;
	width: 750px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 2;
}
div#nav {
	position: absolute;
	background-color: #90AABA;
	left: 0px;
	height: 27px;
	width: 750px;
	top: 100px;
	border-top: 1px none #996699;
	border-right: 1px none #996699;
	border-bottom: 1px dotted #996699;
	border-left: 1px none #996699;




	
}	
div#bar {
	position: absolute;
	left: 30px;
	top: 0px;
	height: 25px;
	width: 600px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #996699;


}
div#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #996699;
	position: absolute;
	height: 1300px;
	width: 750px;
	left: 100px;
	top: 125px;
	background-color: #90AABA;

}
div#col1 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 700px;
	width: 300px;
	left: 10;
	top: 10px;
	padding: 5px;

}
div#col2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF89F;
	position: absolute;
	height: 500px;
	width: 300px;
	left: 400px;
	top: 10px;
	border: 1px dotted #996699;
	padding: 5px;



}
div#col3 {
	padding: 5px;
	position: absolute;
	height: 950px;
	width: 550px;
	left: 10px;
	top: 10px;
}
div#col4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93091E;
	position: absolute;
	height: 300px;
	width: 50px;
	left: 100px;
	top: 130px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;

}

