a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:hover{
	color: #C4CFE1;
	text-decoration: underline;
}

blockquote{
	color: #CCCCCC;
	border-left: #999999 10px solid;
	padding-left: 25px;
}

body{
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 1.5em;
	background: #111111;
	color: #FFFFFF;
}

#buttons{
	font-size: 75%;
	margin: 50px 0 0 0;
	padding: 0;
}

#buttons li{
	float: left;
	border: #333333 10px solid;
	width: 200px;
	list-style-type: none;
	margin-right: 25px;
}

#buttons li img{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: #333333 10px solid;
}

#buttons li p{
	margin: 0;
	padding: 5px;
}

#container{
	width: 800px;
	margin: 0 auto;
	background: #000000 url("../images/water_drop.jpg") top left no-repeat;
	padding-top: 300px;
}

#footer{
	text-align: center;
	padding: 25px;
	background: url("../images/gradient1.jpg") bottom left repeat-x;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#header{
	background: url("../images/gradient1.jpg") center left repeat-x;
}

#header ol{
	margin: 0;
	padding: 10px;
}

#header ol a:link, #header ol a:visited{
	color: #CCCCCC;
	text-decoration: none;
	padding: 6px;
}

#header ol a:hover, #header ol a:active{
	color: #CCCCCC;
	text-decoration: none;
	background: #000000;
	border: #999999 1px solid;
	padding: 5px;
}

#header ol h1{
	display: inline;
	font-size: 100%;
}

#header ol h1 a:link, #header ol h1 a:visited, #header ol h1 a:active, #header ol h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	padding: 6px;
	background: none;
}

#header ol li{
	list-style-type: none;
	display: inline;
	margin-right: 25px;
}

#main{
	padding: 25px;
	text-align: justify;
}

#main ul{
	line-height: 150%;
}

.references{
	font-size: 75%;
	line-height: 150%;
}

.spacer{
	clear: both;
}