@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ff6e02;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

input, select, table{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

#div_main{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:1000px;
	background-color:#eee;
}

#div_top{
	background-color:#999;
	height:75px;
}

#div_top #div_logo{
	float:left;
	width:450px;
	height:75px;
}

#div_top #div_events_navigation{
	margin-top:50px;
	margin-right:15px;
	text-align:right;
	float:right;
	width:435px;
	height:25px;
}

#div_contents{
	background-color:#999;
	margin-top:15px;
	width:900px;
}

#left_contents{
	background-color:#EEE;
	float:left;
	width:200px;
}

td.header{
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
}

tr.body{
	background-color:#CCC;
}

#right_contents{
	float:left;
	width:700px;
}

/*ANNOUNCEMENTS*/
#announcement_top_box{
	padding:5px;
	background-color:#CCC;
}

