body{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#021422;
	font-family:tahoma;
	color:white;
	padding:0px;
	margin:0px;
}

#menu{
	width:941px;
	height:61px;
	background-repeat:no-repeat;
	background-image:url(../images/menu.gif);
}

div.title{
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

#content {
	padding: 10px 20px;
}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: "Museo 700", Arial;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

a {
	outline: none;	
}

a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 5px 5px 5px 0;
	vertical-align: top;
}

ul {
	margin: -7px 0 24px 0;
}

