body{
	font-family:georgia;
	font-size:13px;
	cursor:default;
	color:#000000;
	background-color:#0099cc;
}

#wrapper {
position:relative;
top:50px; 	
width:800px;
margin:0px auto;
}

#header {
position:absolute;
top:0px;
left:0px;
height:149px;
width:800px;
background-image:url(images/header_01.jpg);
}

#headerText {
position:absolute;
top:95px;
left:0px;
width:800px;
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
}

#main {
position:absolute;
top:149px;
left: 0px;
width:800px;
height:450px;
background-image:url(images/body_01.gif);
background-repeat:repeat-y;
}

#text {
	position:absolute;
	top:5px;
	left:34px;
	width:735px;
	color:#FFFFFF;
}

#list {
position:absolute;
top:5px;
left:20px;
width:760px;
color:#FFFFFF;
font-size:11px;
vertical-align:text-top;
}

#footer {
position:absolute;
width:800px;
top:598px;
height:35px;
background-image:url(images/footer_01.gif);
}

#text a:link {
text-decoration:none;
color:#151515;
}
#text a:hover {
text-decoration:none;
color:#151515;
}
#text a:visited {
text-decoration:none;
color:#151515;
}
#navigation {
position:absolute;
top:99px;
left:-2px;
width:800px;
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
}
#navigation a:link{
color:#FFFFFF;
text-decoration:none;
}
#navigation a:hover {
color:#FFFFFF;
text-decoration:none;
}
#navigation a:visited {
color:#FFFFFF;
text-decoration:none;
}

#space {
position:absolute;
top:635px;
height:40px;
/* CSS Document */

