body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0; float: none;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


html,
body{
	background:			#ffffff;
	color: 				#000000;
	font-family: 		Verdana, Arial;
	font-size: 			85%;
	margin: 			0;
	padding: 			0;
}

/* Divisions */

	#wrapper{
		margin:				0 auto 0 auto;
		width:				1000px;
	}
	
	#header{
		background:			url('../graphics/bg_header.jpg') no-repeat;
		height:				160px;
		width:				1000px;
	}
	
		.logo{
			float:				left;
			height:				80px;
			width:				622px;

		}
		
			#header .logo h1 a{
				display:			block;
				float:				left;
				height:				80px;
				width:				622px;
			}
		
				#header .logo h1 a span{
					display:			none;
				}
		
		
		.flags{
			float:				left;
			padding:			40px 0 0 0;
		}
		
		#header .navigation{
			float:					left; 
			height:					80px;
			width:					1000px;
		}	
		
			#header .navigation ul{
				float:					left;
				padding:				26px 0 0 50px;
			}
			
				#header .navigation ul li{
					float:					left;
				}
				
					#header .navigation ul li a{
						color:					#ffffff;
						font-size:				120%;
						letter-spacing:			2px;
						padding:				0 26px 0 0;
						text-align:				center;
						text-decoration:		none;				
					}

					#header .navigation ul li a:hover,
					#header .navigation ul li a.active{
						color:					#ffb826;
					}

	#content{
		padding:			0 50px 0 50px;
		min-height:			495px;
		width:				900px;
	}


		#content .container{
			background:			#dfdbce url('../graphics/bg_container.gif');
			display:			block;
			height:				192px;
			margin:				30px 0 0 0;
			padding:			15px 25px 15px 25px;
			width:				487px;
		}
		
			#content .container ul{
				list-style-type:		square;
				margin:					0 0 0 20px;
			}
			
				#content .container ul li{
					line-height:		17px;		
				}
	
	#footer{
		color:				#949494;
		margin:				50px 0 0 0;
		text-align:			center;
		width:				900px;
	}		
	
	
	.clearer{
		clear:				both;
	}	
	

a{
	color:				#000000;
	text-decoration:	none;
}

a:hover{
	text-decoration:	underline;
}

em{
	font-style:			italic;
}

strong{
	font-weight:		bold;
}							