/* This is the main style. */
body {
	background: #0099FF;

	font-family: Verdana, Nimbus Sans L;
}

#page {
	width: 1000px;
	background: #FFFFFF;

	margin-left: auto;
	margin-right: auto;


	/* Borders */
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
    	
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;

	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;

}

#top {
	width: 1000px;
	height: 100px;
	background: #FFFFFF url(data/cparty.png) no-repeat;

	/* Borders */
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
    	
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

#info {
	float: left;
	width: 100px;
	height: 100px;

	margin: 20px 0 0 400px;
}

#hits {
	padding-right: 20px;
	margin-top: 5px;

	text-align: right;
	font-size: 13px;
	font-weight: bold;

	color: #0099FF;
}

#ads {
	float: right;
	width: 500px;
	height: 100px;

	margin: 20px 0 0 0;
}

#body {
	width: 980px;
	padding: 0px 10px 10px 10px;
}

#left {
	width: 650px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#right {
	width: 330px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#twitter {
	padding-top: 25px;
}

#base {
	padding: 10px 0 5px 0;
}

#base p {
	text-align: center;
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 4px 0;

	color: #555555;
}

#base a, a:visited {
	text-decoration: none;
	color: #444444;
}

#base a:hover {
	text-decoration: none;
	color: #777777;
}

.clear {
	clear: both;
}

h2 {
	margin: -10px 0 5px 0;
	padding: 0 0 0 0;

	color: #0099FF;


}

#agenda_item {
	padding: 40px 0 0 0;
}

#menu ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 50px;
}

#menu ul li {
	float: left;
	list-style: none;
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin-right: 7px;
	
	background: #0099FF;
	
	text-decoration: none;
	color: #FFFFFF;
	
	/* Borders */
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#menu ul li a:hover {	
	background: #44CCFF;
}
