body {
	background-color: #CCCCCC;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 870px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
}
#links {
	background-color: #ADD35A;
	width: 160px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/links-background.jpg);
	background-position: center;
	height: 850px;
	letter-spacing: 1px;
	position: absolute;
}
#links ul {
	list-style-type: none;
	text-align: center;
	margin-top: 170px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#links li {
	margin-top: 30px;
}

#links a:link, #links a:visited {
	color: #000000;
	text-decoration: none;
}
#links a:hover, #links a:active {
	font-style: italic;
	color: #FFFFFF;
}



#header {
	height: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	width: 740px;
	position: absolute;
	left: 160px;
}
#header h1 {
	display: none;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #9CAA9C;
	background-position: center center;
	height: 25px;
	text-decoration: none;
	color: #000000;
	line-height: 25px;
	letter-spacing: 1px;
	width: 740px;
	position: absolute;
	left: 160px;
	top: 166px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#navigation li {
	display: inline;
	padding-right: 26px;
	padding-left: 26px;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #9CAA9C;
}
#navigation a:hover, #navigation a:active {
	font-style: italic;
	color: #FFFFFF;
}




#rightcoloumn {
	width: 160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9CAA9C;
	height: 659px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	background-color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
}



#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 659px;
	overflow: auto;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	width: 580px;
	padding-top: 0px;
	padding-right: 160px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 160px;
	top: 191px;
}
#main p {
	line-height: 17px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main h2 {
	letter-spacing: 1px;
	margin-left: 6px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	letter-spacing: 1px;
	height: 20px;
	width: 900px;
	position: absolute;
	top: 850px;
	text-align: center;
	padding-top: 2.5px;
	padding-bottom: 0px;
}
