@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
  padding: 0;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  
}
img
{
	border: 0;
}
a
{
	border: 0;
  margin: 0;
  color: yellow;
}

#container
{
	width: 800px;
  margin: 10px auto;	

}

#header
{
  height: 340px;
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
}
#header h2
{
	color:#660000;
}

#headline
{
	width: 470px;
  padding-top: 130px;
  margin-bottom: -140px;
  padding-left: 40px;
	text-align: left;
  line-height: 1em;
}

#nav
{
	background-color: #003366;
  height: 35px;

}

#main_content
{
  background-color:#DFEFFF;
	border-left: solid thin black;
  border-right: solid thin black;
}

#column
{
	width: 300px;
  float: left;
  margin-left: 8px;
	text-align: left;
  padding-top: 0px;

}
div#column li
{
	line-height: 1.5em;
}

#wide_column
{

	width: 450px;
  float: left;
  margin-left: 12px;
  border-right: solid thin black;
}

div#wide_column li
{
	line-height: 1.5em;
}

#footer
{
	background-color: #003366;
  color: white;
  text-align: center;
  padding: 5px;
}
.clear { clear: both; }
.float_rt { float: right;}

.round
{
  -moz-border-radius-bottomleft:  10px;  /* Firefox */
  -webkit-border-bottom-left-radius: 10px;  /* Safari/WebKit */
    border-bottom-left-radius: 10px;  /* future browsers with CSS3 support */
  -moz-border-radius-bottomright:  10px;  /* Firefox */
  -webkit-border-bottom-right-radius: 10px;  /* Safari/WebKit */
    border-bottom-right-radius: 10px;  /* future browsers with CSS3 support */
  -moz-border-radius-topleft:  10px;  /* Firefox */
  -webkit-border-top-left-radius: 10px;  /* Safari/WebKit */
    border-top-left-radius: 10px;  /* future browsers with CSS3 support */
  -moz-border-radius-topright:  10px;  /* Firefox */
  -webkit-border-top-right-radius: 10px;  /* Safari/WebKit */
    border-top-right-radius: 10px;  /* future browsers with CSS3 support */
}

#other_products
{
	color: white;	
}
div#other_products a
{
	color: white;
}