* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  height: 180px;
  background-image: url(images/mainAnimation.gif);
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
#main {
  position: relative;
  width: 100%;
  background-image: url(images/main-bg.gif); 
  background-repeat: repeat-y;
}

#nav {
	float: left;
	width: 180px;
	margin-right: 10px;
  background-color: #000066;
}
#extras {
	float: left;
	width: 180px;
}
#content {
	float: right;
	width: 380px;
}

#content a:link, #content a:visited {
text-decoration: none;
color: #2d2d83;
}

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

#content ul {
  list-style: square;
}
#content li {
  font-size: 80%;
  width: 380px;
  margin-left: 25px;
  padding-bottom: 0.4em;
  line-height: 1.3em;
}

#footer {
  border-top: 2px solid #cc9933;
  background-color: #000066;
  font-size: 80%;
  padding: 0.2em 10px 0.2em 0;
  text-align: right;
}
#footer h3 {
color: #d1d1d1;
font-family: arial, helvetica, sans-serif;
font-size: 90%;
}
#footer a:link, #footer a:visited {
text-decoration: none;
color: #d1d1d1;
}
#footer a:hover {
text-decoration: underline;
color: #5b5baa;
}

.clear {
	clear:both;
}
h1 {
  font-size: 150%;
  font-weight: normal;
  padding-bottom: 0.4em;
  color: #040438; 
}
h4 {
  font-size: 110%;
  font-weight: normal;
  padding-bottom: 0.1em;
  color: #040438; 
}

p {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 1em;
} 

#nav ul {
  list-style: none;
}
#nav li {
  font-size: 80%;
  width: 180px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  /*color: #5a3811;*/
  color: #d1d1d1;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #3e3eaa;
}
#nav a:hover {
  border-bottom: 4px solid #5b5baa;
}
#extras .box {
  padding: 0 10px 2em 0;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
}
