@charset "UTF-8";

body {
    background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}

.clear {
	clear:both;
}

div#outer {
    width: 1065px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#header {
    padding: 40px;
    margin-left: 30px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
    text-align: center;
}

div#navbar {
	margin-left: 170px;
	padding: 12px;
	height: 35px;
	background-image:url(images/navbar_5_button.png);
	background-repeat:no-repeat;
	text
}


#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation {
	font-weight: bold;
	font-size:12px;
}

#navigation li {
	float: left;
}

#navigation li a {
   display: block;
   background: white;
   width: 140px;
   height: 22px;
   padding-top: 8px;
   padding-bottom: 2px;
   text-align: center;
   vertical-align: center;
   color: black;
   text-decoration: none;
}

#navigation li a:hover {
   background: #99cccc;
   color: #ffffff;
}

div#main {
    margin-top: 5px;
    padding: 10px;
    padding-left: 20px;
    background-image: url(images/body.png);
	background-repeat:no-repeat;
}

div#leftcolumn {
	float:left;
	padding:10px;
	margin-top:10px;
	margin-right:10px;
	width: 250px;
	background-color:#B2C4C9;
}

div#rightcolumn {
	float:right;
	padding:10px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	width: 250px;
	background-color:#B2C4C9;
	width: 250px;
}

div#centercolumn {
	float:none;
	margin:15px;
	padding-top:10px;
	width:auto;
	margin:15px;
}

div#footer {
    text-align: center;
	padding-top: 25px;
    margin-ottom: 20px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
}


