body {
  background-attachment: fixed;
  background-color: #18376d;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  color: #0062A8;
  font-family: Verdana;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 800px;
}

#container {
  text-align:center;
	width: 800px;
}

#header {
  background-color:Transparent;
  background-image:url(images/header_bg.gif);
  background-repeat:no-repeat;
  font-size:24px;
  font-weight:bold;
  height:40px;
	text-align:left;
}

#navbar {
  background-color:Silver;
  background-image:url(images/navbar_bg.gif);
  background-repeat:no-repeat;
  color:#0062A8;
  font-size:11px;
}

#content {
	background-color:White;
  text-align:left;
}

#content-left {
	padding:20px;
	text-align:left;
  width:35%;
}

#content-right {
	padding:20px;
	text-align:left;
  width:45%;
}

#footer {
  background-image:url(images/footer_bg.gif);
  color:#555555;
  font-size:10px;
  height:20px;
  text-align:center;
  vertical-align:bottom;
}

a {
  text-decoration:none;
}

a:link { color:#0062A8; }
a:visited { color:#0062A8; }
a:hover { color:#555555; }
a:active { color:#555555; }