@charset "utf-8";
/* CSS Document */

body {
background: url(../images/bg.jpg) repeat-x;
color: #eee;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;}

a {
color: #000099;
text-decoration: none;}

a:hover {
border-bottom: 1px dotted;
color: #0000CC;}

h1 {
margin: 0px;
padding: 0px;}

img {
padding: 6px;
position: relative;}

.hidden {
display: none;}

.italics {
font-style: italic;}

#container {
background: #8284ba;
border: 2px #333 solid;
margin: 45px auto;
position: relative;
width: 780px;}

#header {
background: url(../images/header_image.jpg) no-repeat;
border-bottom: 3px #666 solid;
height: 80px;
width: 780px;}

#header_links {
top: 58px;;
float: right;
height: 20px;
position: relative;
width:450px;}

#header_links ul {
margin: 0px;
padding: 0px;}

#header_links ul li {
display: inline;
margin-left: 17px;
margin-top: 0px;}

#text {
line-height: 150%;
padding: 10px;}

#footer {
clear: both;
padding: 15px;
width: 750px;}