/** Reset styles */
* { margin: 0; padding: 0;}

a, a img { text-decoration: none; border: 0;}

/** Look & Structure */
body {
	background: #06060b;
	color: #aaa;
	font-family: Verdana, Arial, serif;
	font-size: 11px;
}
#world {
	background: #06060b url('../images/world.jpg') no-repeat top left; 
	width: 900px;
	margin: 0 auto;
}

#top { position: relative; top: 150px; height: 300px;}

#logo {
	position: relative;
	bottom: -32px;
	left: 50px;
}

#menu {
	position: relative;
	float: right;
	font-family: "Century Gothic", "Tahoma", Arial, serif;
	font-size: 13px;
	color: #fff;
}

#menu a,
#menu a:active,
#menu a:link {
	color: #fff;
}

#menu a:hover {
	border-bottom: 1px dotted #ccc;
}

#content {
	width: 550px;
	padding: 10px 30px 10px 50px;
}

#content p {
	padding-right: 30px;
	margin: 5px;
}

#content p.img {
	text-align: center;
	margin-top: 15px;
}


.separ {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #555;
}

/** Misc */

h1 { 
	font-family: "Century Gothic", "Tahoma", Arial, serif;
	font-weight: normal;
	color: #fdfdfd;
	margin: 15px 5px 10px 5px;
}

h1 small {
	color: #777;
}
