html, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3b5284;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}


h1 img {
	display: block;
}
img {
	border: 0;
}

a {
	color: #ffffff; text-decoration:none
}
a:hover {
	color: #AEAA97; text-decoration:underline
}
a:active {color:#FFFF99}


p {font:tahoma, "Times New Roman", georgia, serif; padding-bottom:5px; padding-left:5px; padding-right:5px; padding-top:5px; margin-left:2px; margin-right:2px; color:#000000; font-size:13px}

h2 {font:tahoma, "Times New Roman", georgia, serif; padding-bottom:1px; padding-left:5px; padding-right:5px; padding-top:0px; color:#666666; font-size:16px;   border-bottom: 1px solid #959595; letter-spacing:0.15em
}


.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}



/** layout **/
#wrapper {
	position: relative;
    width: 830px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #3b5284;
	margin: 3px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	margin: auto;
	float: none;
	height: 108px;
	width: auto;	
	text-align: left
}
#left {
  float: left;
  width: 200px;
  background:#3b5284; background-repeat:repeat;
  padding: 0px 50; /* top and bottom padding create visual space within this div */}
  
#nav {
  background-color:#3b5284 repeat;

  padding-bottom: 3px;
}


#contactinfo {
  background-color:#3b5284; background-repeat:repeat;
}

#contactinfo ul {
  margin-top:10px;
  margin-right: 5px;
  padding-bottom: 29px;
  padding-left:7px;
  font-size:12px;
  color:#FFFFFF;
  font-family:Tahoma, "Times New Roman", Times, serif;
    letter-spacing:0.15em

}

#contactinfo li {
  list-style: none;
  font: 12px tahoma, arial, sans-serif; 
  border-top: 1px solid #959595;
  padding: 5px 2px 2px 15px;
  color:#FFFFFF;
  text-align:right
}


#nav ul {
  margin-top:30px;
  margin-right: 5px;
  padding-bottom: 29px;
  padding-left:7px;
  font-size:12px;
  color:#FFFFFF
  font-family:Tahoma, "Times New Roman", Times, serif;
    letter-spacing:0.15em

}

#nav li {
  list-style: none;
  font: 11px tahoma, arial, sans-serif; 
  border-top: 1px solid #959595;
  padding: 5px 2px 2px 15px;
  color:#FFFFFF;
  text-align:right
}


#composer {font:14px bold tahoma, arial, sans-serif;
color:#ffffff; background-color:#990000; width="200px"; padding-top:10px; padding-bottom:10px; padding-right:12px; letter-spacing:0.15em;}




#right {
  float: right;
  width: 610px;
  padding-right: 5px;
  padding-top: 15px;
  background:#ffffff;
}

#right a {
	color: #990000; text-decoration:underline}
#right a:hover {
	color: #AEAA97; text-decoration:underline}
#right a:active {color:#FFFF99}

#featured {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}


#spacer {
  height: 2em;
}

#bottomtext {
  background-color:#990000;
}
#copyright {
  text-align: center;
  padding: 15px 2px 20px 00px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 200;
  letter-spacing:0.10em
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

<!--










#footer {
	background-color:#990000;
	float: none;
	height: 2px;
	width: auto;	
	text-align: left;
	padding: 0 10px;
}

	




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
-->
