@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat;
}

img   {
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#container  {
	width: 780px;
	text-align: center;
	background-repeat: repeat;
	background-position: center;
	background-color: #685447;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_swatch_br.gif);
	} 
#container  a:link, #container a:visited {
	color: #E3E09D;
	text-decoration: none;
}
#container a:hover {
	color: #234B49;
	background-color: #E3E09D;
}
#container  h3  {
	border: 1px solid #999999;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #442920;
	padding: 0;
	margin-top: 10px;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	color: #E3E09D;
	padding: 0;
	background-color: #234B49;
	height: 400px;
	font-size: 1em;
	border: 1px solid #35597E;
	margin: 0;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	background-color: #234B49;
	font-size: 1em;
	color: #e3e09d;
	margin: 0;
	height: 400px;
	border: 1px solid #35597E;
	padding: 0px;
}
#sidebar2 img {
	padding-top: 40px;
}

#mainContent  {
	background-color: #E3E09D;
	width: 340px;
	margin-right: 205px;
	margin-left: 205px;
	color: #234b49;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: left;
	font-size: 1em;
	margin-bottom: 5px;
} 
#mainContent img {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #news        {
	text-align: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding: 0px;

}
#mainContent     #news li   {
	line-height: 1.5em;
	text-align: left;
	list-style-image: url(../images/bullet_round.gif);
	color: #234B49;
	list-style-type: inherit;
	margin: 0px;
	padding: 0px;
}
#mainContent      #news     a,  #mainContent  #news   a:link, #mainContent #news:visited   {
	color: #234B49;
	margin-left: 10px;
}
#mainContent #news a:hover {
	color: #E3E09D;
	background-color: #234B49;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
	line-height: 0px;
}
