a:link, a:active, a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#BBE6FF;
	font-weight:bold;
}

body {
	background:#BBE6FF;
	font-family:Verdana, Tahoma, "Courier New", Courier;
	font-size:12px;
	text-align:justify;
	color:#000000;
	padding:0px;
	font-size:12px;
	line-height:19px;
	margin-top:0px;
	margin-bottom:0px;
}

h1
{
	font-family: "Verdana", Times, arial;
	font-size:2em;
	color: #0000CC;
	text-align:center;
}

h3
{

text-transform:uppercase;
padding-left:3px;
font-size:8pt;
color:#0000CC;
letter-spacing:3px;

}

ul 
{

list-style-type:circle;
margin-left:20px;
padding-left:10px;

}


b { 
	color:#000000;
	c
}

#wrapper {
	background: url('background.png') repeat-y;
	width:780px;
	margin-left: auto;
	margin-right:auto;
	padding:0px;
}

#header {
	border:0px solid red;
	background: url('header.png') no-repeat;
	width:780px;
	height:482px;

}

#content {
	background: none;
	width:450px;
	position:relative;
	margin-right:40px;
	margin-left:270px;
	top:-100px;
}

#navigation {
	z-index:100;
	font-family:"Verdana", Times, serif;
	font-size:10px;
	text-align:left;
	width:150px;
	height:200px;
	position:relative;
	top:410px;
	left:45px;
	line-height:11px;
}

#footer {
        background:url('footer.png');
	width:806px;
	height:173px;
        clear:both;
}
