/* CSS Document */
/* These are the default styles for the site. */
#container {
	width: 771px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 92px;
	background-image: url(../images/common/header_background_03.gif);
}
#footer {
	width: 100%;
	height: 25px;
	background-color: #CCCCCC;
	padding-top: 10px;
	clear: both;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #000000;
	background-image: url(../images/common/background_01.jpg);
	margin: 0px;
	background-repeat: repeat-x;
}
a:link {
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 550px;
	height: auto;
	color: black;
	position: relative;
	top: 70px;
	left: 215px;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	margin: 0 16px;
}
#navigation a:link, a:visited, a:active {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #000000;
}
.floatleft {
	float: left;
	margin-left: 10px;	
}
.floatright {
	float: right;
	margin-right: 10px;
	vertical-align: middle;	
}
.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;
}
