body {
	width:100%;
	margin: 2% 2% 2% 2%;
	padding: 0 0 0 0;
	background: #000000 url(images/flag_background.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}
h1, h2,h3,h4,  h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #7FFF00;
}




p, ul, ol, blockquote {
	margin-top: 0;
	
}
a {
	text-decoration: none;
	color: FF0000;
}
a:hover {
	text-decoration: underline;
}
/* Header */
#header {
	width: 100%;
	height: auto%;
	margin-left:10%;
	margin-top:2%;
	
	}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}




/* Menu */
#menu {
	width: auto;
	height: 55px;
	margin-left: 17%;
	
        
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #7FFF00;
}
#menu a:hover, #menu .active a {
	background-image: url(images/img4.gif);
	color: #FF0000;
}
/* Content */
















content {
	width: 100%;
	margin-left:10%;
	background-color:#FFFFFF;
}
#colOne {
	
	float: left;
	width: auto;
	margin-left:5%;
	margin-top:1%;


	
}
#colTwo {
	
	float: left;
	width: auto;
	margin: 1% 1% 1% 1%;
	background-color:#D8D8D8;
	padding:10 10 10 10;







}
#colThree {
	
	float: left;
	width: auto;
	







}








/* Content Elements */
#content h2 {
	
	margin-bottom: 20px;
	
		
	letter-spacing: normal;
	font-size: .9em;
}
#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}
/* Footer */
#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/flam.gif) repeat-x;
}
#footer * {
	color: #ffffff;
}
#footer p {
	text-align: center;
	font-size: smaller;
}