* {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/flag-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#wrap {

	padding: 0px;
	margin: 0px;

}

#page {
	margin: 0 auto;
	width: 949px;
	text-align: left;
	padding-top: 0px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #3D4B11;
	text-decoration: none;
	}
a:hover, a:active {
	color: #3D4B11;
	text-decoration: underline;
}

h1 {
	margin-bottom: 0px;
	padding: 25px 0 8px 20px;
	font: arial;
	color: #E6BC43;
	font-size: 24px;
	font-weight: bold;
}
h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}
h2 {
	margin-bottom: 0px;
	padding: 10px 0px 5px 0px;
	font: arial;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

#header {
	height: 227px;
	background-image: url(../images/logo.png);
	background-repeat: repeat-y;
}
#header ul {
	padding-top: 10px;
	padding-right: 15px;
	text-align: right;
	list-style: none;
	padding-left: 20px;
	font-size: 8px;
}
#header li {
	display: inline;
	margin: 0;
	color: #333333;
}
#header li a {
	line-height: 1em;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 9px;
}
#header li a:hover {
	color: #F56600;
}

.clear {
	clear: both;
}

#logo {
	float:left;
	}
#address {
	text-align:right;
	padding-top:15px;
	color: #CCC;
	font-size:15px;
	}

#lowerThirds {
	width:949px;
	padding-top:10px;
	padding-bottom: 10px;
	}
#leftThird {
	float:left; 
	width:400px;
	}
#leftThirdBox {
	
	height:400px; 
	margin-top:10px;
	}
#leftThirdBox p{
	padding:140px 20px 0px 20px; 
	line-height:25px; 
	color:#666666; 
	font-size:15px;
	}
#midThird {
	float:left;
	background-image: url(../images/text-bg.png);
	margin: 0px 20px 0px 20px;
	width: 228px;
	
	}
#midThirdImage {
	padding-top:14px;
	text-align:center;
	}
#midThirdBox {
	background-image:url(../images/text-bg.png);
	padding: 10px 15px;
	}
#midThirdBox ul{
	padding:0px 20px 8px 20px;
	}
#midThirdBox ul li{
	line-height:25px;
	color:#FFF;
	font-size:17px;
	}
#midRightThrid {
	float:left;
	width: 281px;
	}
	
#midRightThrid p{
	padding:15px 20px 0px 20px; 
	line-height:25px; 
	color:#666666;
	font-size:15px;
	}
	

	
