* {
	margin:0;
	padding:0;
}

html, body {
	background-color: #051121;
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 14pt;
	font-weight: bold;
}

h1 {
	font-size:120%;
}

h2 {
	font-size:120%;
}

#container {
	margin:0 auto;
	padding:0;
	width:954px;
}

#header {
	height:200px;
	width:100%;
	background: url('../images/thinMetalStrip.png') repeat-x bottom;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#fff;
}

#header h1 {
	padding: 60px 0 0 50px;
	color:#fff;
	clear:both;
}

#header img {
	border:none;
}

#header #logo {
	float:left; 
	padding:10px 10px 0 50px;
}

#header ul li {
	list-style: none;
	display: inline;
}

#header a {
	color: #fff;
	text-decoration: none;
}

	#menu{
		position: relative;
		left:150px;
		top:70px;
		font-size:85%;
		float:left;
	}

#header #menu a {
	padding-left:20px;
	padding-right:20px;
}

	#languages{
		font-size: 65%;
		float:right;
		position: relative;
		top:75px;
		right: 20px;		
	}

#header #languages a {
	padding-left:5px;
	padding-right:5px;
}


#header #languages a:hover{
	text-decoration: underline;
}

#desc a {
	text-decoration:underline;
}

#content {
	clear:both;
	width:960px;
	background: url('../images/whitebg.gif') no-repeat bottom center;
	border:none;
}

#content-2{
	padding: 30px 45px;
}

#content-2 p {
	font-size:80%;
	line-height:18pt;
	padding:10px 10px;
}
.hide {
display:none;
}
