@import "general.css";

#presentation{
	overflow:auto;
	float:left;
	margin-left:5px;
	width:550px;
}
#presentation h3{margin:10px 0 5px 0;font-size:16px;}

#left{
	overflow:auto;
	float:left;
	margin:5px 10px 5px 5px;
	width:265px;
}
#right{
	overflow:auto;
	margin:5px;
	width:265px;
}
#under{
	overflow:auto;
	margin:10px 5px;
}

#news{
	overflow:auto;
	margin:10px 15px 0 10px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#e6e6e6;
}
#news div{margin-top:20px;padding-bottom:5px;border-bottom:solid 1px #cccccc}
#news .info{color:#737373;font-family:serif;font-size:14px;}
#news .title{margin:20px 0 5px 0;font-weight:bold;}

#other{
	overflow:auto;
	padding:0 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#cccccc;
}
#other a{color:#333333;text-decoration:none;}
#other a:hover{text-decoration:underline;}
#other div{margin:10px 0;}
#other .title{font-weight:bold;}
