body {
  background: #D8D8D8;
  margin: 0;
}

a {
  color: #073AB0;
}

img {
  border: 0;
}

h1, h2, h3 {
  color: #073AB0;
  font-family: Arial;
  margin: 0;
}

#wrapper {
  width: 1000px;
  margin: 30px 0;
  background: url('img/layout-bg.png') repeat-y;
  overflow: auto;
  position: relative;
}

#left {
  width: 300px;
  float: left;
}

#right {
  width: 700px;
  float: right;
  background: url('img/header-bg.png') repeat-x;
}

#logo {
  width: 300px;
  height: 146px;
  background: url('img/header-logo.png') no-repeat;
}

#logo a {
  display: block;
  width: 300px;
  height: 146px;
}

#menu {
  padding: 8px 0 15px 0;
  background: url('img/menu-shadow.png') repeat-x;
}

#content {
  padding: 15px 8px 15px 15px;
  background: url('img/content-shadow.png') repeat-x;
  font-family: Arial;
  font-size: 11pt;
}

#footer {
  clear: both;
  height: 37px;
  background: url('img/footer-gradient.png') repeat-x;
  color: #FFFFFF;
}

#footer-content {
  height: 37px;
  font-family: Arial;
  font-size: 9pt;
  text-align: center;
  background: url('img/footer-end.png') no-repeat right;
}

#footer-content p {
  padding: 0;
  line-height: 20pt;
  margin: 0;
}

#footer-content a:link, #footer-content a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-content a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#menu ul {
  margin: 5px 0;
  padding: 0;
}

#menu li {
  display: inline;
}

#menu a {
  height: 25px;
  display: block;
  color: #000000;
  text-decoration: none;
  font-family: Verdana, Arial;
  font-size: 10pt;
  text-transform: uppercase;
  padding: 7px 0 0 15px;
}

#menu a:hover {
  background: #3E62B4;
}

.selected {
  background: #FFFFFF;
  color: #073AB0 !important;
}

.selected:hover {
  background: #FFFFFF !important;
  color: #073AB0 !important;
}

::-moz-selection{
	background:#073AB0;
	color:#FFFFFF;
}

::selection {
	background:#073AB0;
	color:#FFFFFF;
}
