@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	background-color: #334b43;
}
#container {
	width: 700px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}
#header {
	width: 700px;
	border-top: 1px #000000 solid;
	margin: 10px 0 0 0;
}
#header img {
	margin: 0;
	border-bottom: 1px #000000 solid;
}
#sidebar {
	float: left;
	width: 180px;
	font-size: 11px;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}
#content {
	width: 480px;
	margin: 0 0 0 190px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	text-align: justify;
}
#footer {
	margin: 0 auto;
	width: 700px;
	background-color: #ffffff;
	font-size: 8px;
	text-align: center;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
.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;
	padding: none;
}
a, a:visited, a:active {
	color : #334b43;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color : #334b43;
}
h1 { /* uppercase georgia with link color */
	margin: 0px 0px 5px 0px;
	font: 13px Georgia;
	font-weight: bold;
	color: #c5be8c;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;
}
h2 { /* uppercase georgia black 12px */
	margin: 5px 0px 5px 0px;
	font: 12px Georgia;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
	color: #000000;
	border-bottom: 1px #000000 solid;
}
h3 { /*uppercase tahoma light gray 11px italics */
	font: 11px Tahoma;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
	color: #999999;
}
p.skin {
	/* this contains the style you wish for the paragraph tags */
	text-align: left;
	text-indent: 0px;
}
img.skin {
	/* this contains the style you wish for the image tags */
	width: 40px;
	height: 40px;
	border-width: 0px;
}
