body{
	font-family: Trebuchet, Verdana, serif;
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
}

img{
	border: none;
}

#header{
	text-align: center;
}

#menu{
	font-family: Trebuchet, Verdana, serif;
	background-color: #FFFFFF;
	background: url("images/lines.png") repeat-x;
	font-size: 3em;
	margin: auto;
}

#menu ul li {
	display : inline;
	padding : 0 0.5em;
}

#menu ul{
	background: url("images/key.png") no-repeat;
	height : 152px;
	margin-left: 16%;
}

#menu li{
	margin-left: 20px;
}

#menu a{
	color: #cc0000;
	text-decoration: none;
	vertical-align: middle;
}

#menu a:hover{
	color: #0099cc;
}

#main{
	width: 980px;
	margin: auto;
}


#main h1{
	color: #0099cc;
	font-size: 1.5em;
}

.news{
	padding: 1%;
	border: 1px outset #cccccc;
}

.news h1{
	display: inline;
}

.author{
	font-style: italic;
	font-size: 1.1em;
	float: right;
}

.news p{
text-align: center;
}

.presentation{
	margin-top: 60px;
}

.presentation img{
	float: left;
}

.presentation .info{
	font-style: italic;
	font-weight: bold;
}
