@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	height: auto;
	width: auto;
	background-color: #199CD0;
	background-image: url(images/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container-home {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 825px;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
}
#container-footer {
	width: 900px;
	height: 20px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	margin-top: 55px;
	margin-left: 35px;
	margin-right: 625px;
}
#nav {
	float: left;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
	margin-top: 60px;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav     ul {
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	padding-left: 3px;
}
#nav      li    ul  {
	margin: 0;
}
#nav      li  {
	margin: 0;
}
#nav     li     a  {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	text-decoration: none;
}
#nav      li      a:hover  {
	color: #FFEF03;
	text-decoration: underline;
}
.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;
}
