body{
	margin: 0;
	padding: 0;
	background: #333 url(http://ffept.org/images/body.png);
	color: #000;
	font-family: Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
	font-size: 75%;
}

h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
	background: transparent;
}

h2 {
	color: #000000;
}

#page{
	background: #FFF;
	color: inherit;
	width: 800px;
	margin: 0 auto;
	line-height: 1.6em;
}

/* */
#header{
	background: #FFA300 url(http://ffept.org/images/FFEPT.jpg) no-repeat left top;
	height: 130px;
	width: 800px;
}

#header h1{
	margin: 0;
	font-size: 0px;
}

#header h1 a{
	text-decoration: none;
	display: block;
	height: 130px;
	width: 260px;
}

#menu ul { 
background: url(http://ffept.org/images/top_nav_bg.jpg) #DFDFDF repeat-x; 
border-bottom: 1px solid #ABABAB; 
color: #000000; font: 13px "Trebuchet MS", Verdana, sans-serif; 
height: 21px; 
margin: 0; 
padding: 0; 
width: 100%; 
}

#menu ul li { 
display: inline; 
}

#menu ul li a { 
border-right: 1px solid #DFDFDF; 
color: #000000; float: left; 
line-height: 21px; 
padding: 0px 10px 0px 10px; 
text-decoration: none; 
}

#menu ul li a:hover { 
background: url(http://ffept.org/images/top_nav_bg_hot.jpg) #FFFFFF repeat-x; 
color: #FFFFFF; 
}

/* */
#highlight{
	margin: 20px;
	height: 180px;
	background: transparent url(http://ffept.org/images/highlight.jpg) no-repeat center center;
}

#highlight dl{
	padding: 70px 0 0 400px;
}

#highlight dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
} 

#highlight dd{
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #000;
}

/* */
#info, #actu{
	width: 360px;
	margin: 24px 0;
	background: #f5f5f5;
	border: 1px solid #eee;
}

#general{
	margin: 24px 0;
	background: #f5f5f5;
	border: 1px solid #eee;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 20px;
}

#info{
	margin-left: 20px;
	margin-top: 0;
	float: left;
}

#actu{
	margin-left: 420px;
}

.column h2, .column h3, column h4, column h5, column h6, .column p{
	margin: 10px;
}

h2 {
	text-align: right;
}
.column p{
	text-align: justify;
}

#footer{
	clear: both;
	padding: 20px 0;
	margin: 20px;
	color: #666;
	border-top: 1px dotted #CCC;
}

a {
	color: #000;
}
a:hover {
	color: #666666;
}