@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html {
	height: 100%;
}

body{
	margin: 0;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color: #16296E;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */	
}

#header{
	height: 400px;
	background-image:url(images/clouds.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0 auto;
}

#top{
	height: 400px;
	width: 861px;
	margin: 0 auto;
	position:relative;
	text-align: center;
}

   #carousel{
        width:861px;
		text-align:center;
		margin: 0 auto;
		position: 0px;
 }
 
 #circle{

	 margin: 0px
 }
	
#homeLogo{
	width: 861px;
	height: 69px;
	margin: 0 auto;
	text-align: center;
}

#content{
	width: 861px;
	margin: 0 auto;	
}


.footer {
	height: 20px; /* .push must be the same height as .footer */
	width: 861px;
	margin: 0 auto;
}

.push {
	height: 20px; /* .push must be the same height as .footer */
}

#menu{
margin: 0 0 0 120px;
	color: #FFFFFF;

}