body {
	background-color: #000;
	margin: 0px;
}
#container {
	background-color: #000;
	background-image: url(images/flagbg.jpg);
	background-repeat: no-repeat;
	background-position: -80px top;
	width: 1033px;
	left: 160px;
	position: absolute;
}
#header {
	height: 165px;
	width: 880px;
	background-image: url(images/HeaderHome.jpg);
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav {
	height: 40px;
	width: 889px;
	color: #FFF;
	margin: auto;
	padding: 0px;
	background-image: url(images/NavBgHome.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	margin: auto;
	width: 880px;
	padding: 0px;
}
#footer {
	margin: auto;
	height: 188px;
	width: 880px;
	background-image: url(images/FooterHome.jpg);
	background-repeat: no-repeat;
}
#blowFooter {
	margin: auto;
	height: 20px;
	width: 880px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: right;
	color: #FFF;
}
/* navagation */
.navtype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	text-align: center;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#nav ul li {
	display: inline;
}
	
	
#nav li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-decoration:none;
	line-height:3em;
	margin-right:0.2em;

}

#nav li a:Hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
	text-decoration:none;
	line-height:3em;
	margin-right:0.2em;
}
#flashcontent2{
	margin: auto;
	padding: 0px;
	height: 330px;
	width: 880px;
}
