@CHARSET "UTF-8";

body {
  background: #dedbdb;
  margin: 0px 0px 0px 0px;
  font-family: Trebuchet MS;
  font-size: 11px;
  color: #4d4d4d;
}

h1 {
  font-family: Trebuchet MS;
	display: inline;
	float: left;
	margin: 40px 0px 0px 10px;
  font-size: 2.6em;
  color: #2c2193;
}

h1 a {
  text-decoration: none;
}

h2 {
  margin: 0px;
  padding: 20px 20px 0px 20px;
  font-size: 1.4em;
  width: 700px;
  color: #d01515;
}
  
.info {
  font-size: 11px;
  margin: 0px 0px 0px 10px;
}

#wrapper{
	width:auto;
	margin: 0px 0px 0px 0px;
}

#header {
	width: auto;
  height: 90px;
  margin-bottom:10px;
  background: #fdfdfd;
  background-image: url('/img/header_tile.gif');
}

#header-container {
  width:1048px;
  margin-left:auto;
  margin-right:auto;
  height:90px;
}

#header-links {
	display: inline;
	float: right;
	margin: 56px 10px 0px 0px;
}

#header-links a {
  text-decoration: none;
  color: #333333;
}

#nav {
  width: auto;
  margin-bottom: 0px;
}

#nav-container {
  width:1048px;
  margin-left:auto;
  margin-right:auto;
  height:38px;
  background: #f3f3f3;
  background-image: url('/img/nav_bg.gif');
}

#nav-container ul {
	display: inline;
	float: left;
	color: #f2f2f2;
	font-size: 1.4em;
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  list-style-type: disc;
}

#nav-container li {
  display: inline;
  float: left;
  padding: 0px 12px 0px 12px;
  margin: 0px 0px 0px 0px;
}

#nav-container li a {
  text-decoration: none;
  color: #f3f3f3;
}

#content {
  width: auto;
  height: 500px;
}

#content-container {
  width:1048px;
  margin-left:auto;
  margin-right:auto;
  height: 500px;
  background: #f3f3f3;
  background-image: url('/img/content_tile.gif');
}

#content-container p {
  margin: 0px;
  padding: 20px;
  font-size: 1.2em;
  width: 700px;
}

#commerce {
  width: auto;
  height: 300px;
}

#commerce-container {
  width:1048px;
  margin-left:auto;
  margin-right:auto;
  height: 300px;
  background: #f3f3f3;
  background-image: url('/img/content_tile.gif');
}

#commerce-container p {
	margin: 0px;
	padding: 20px;
  font-size: 1.4em;
  width: 700px;
}

#footer {
	width: auto;
  height: 100px;
}

#footer-container {
  width:1048px;
  margin-left:auto;
  margin-right:auto;
  height: 100px;
  background: #f3f3f3;
  background-image: url('/img/footer_tile.gif');
}

#footer-container p {
	text-align: center;
  margin: 0px;
  color: gold;
  padding: 20px;
}

#footer-container p a{
  color: gold;
}
