/* CSS Document */

body {
	background-color: #9DC9EF;
	font-size: 11px; 
	font-family: verdana, arial, sans-serif; 
}

#container {
	width: 496px;
	top: 0px;
	left: 132px;
	position: absolute;
}

#left-shadow {
	width: 13px;
	background-image: url("080208left.jpg");
	background-repeat: repeat-y;
	float: left;
	height: 830px;
}

#center {
	width: 470px;
	float: left;
}

#center-text {
	height: 380px;
	overflow: auto;
	border-left: 1px solid #4082D6;
	border-right: 1px solid #4082D6;
	background-color: #4789D5;
	padding-left: 3px;
}

#right-shadow {
	width: 13px;
	background-image: url("080208right.jpg");
	background-repeat: repeat-y;
	float: right;
	height: 830px;
}

#bottomtext  {
	position: relative;
	height: 150px;
	width: 295px;
	background-image: url("080208bottom.jpg");
	padding-left: 175px;
}

a {
	color: #9DC9EF;
	text-transform: uppercase;
	text-decoration: none;
}

blockquote {
	width: 350px;
	border-left: 10px solid #6FA2E4;
	background-color: #A8D3FD;
	padding-left: 3px;

}

blockquote a {
	color: #6FA2E4;
}

blockquote a:hover {
	color: #4789D5;
}

blockquote b {
	color: #4789D5;
}

h1 {
	font-size: 19px;
	color: #9DC9EF;
	font-family: Georgia, "Times New Roman", Times, serif;
}