	body {
		margin:20px 20px 20px 20px;
		font-size:1em;
	}

	body a:hover {
		color: white;
		background-color: #ee2225;
	}

	#frame {
		border:1px solid #000; 
		background: url("images/fade.jpg") #ccccff repeat-x top;
	}

	#content {
		padding-left: 10px;
		padding-right: 10px;
		text-align: justify;
	}

	#importantdates {
		margin: 0px 0px 0px 0px;
		float: right;
		padding-left:0px;
		padding-right:0px;
		background: #ee2225;
		color: white;
	}

	#newsbox {
		margin: 0px 200px 0px 200px;
		float: center;
		padding-left:0px;
		padding-right:0px;
		background: #ee2225;
		color: white;
	}

	#sponsors {
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}

	#wrapper {
		width:100%;
		height:100%;
		background: #ffffff;
		/*padding:10px 10px 10px 10px;*/
	}
	
	#fadeout {
		background: url("images/fade.jpg") #ccccff repeat-x bottom;
	}
	
	.label {
		font-style: none;
		font-weight: normal;
		font-size: 1.1em;
		color: white;
	}
	.date {
		font-style: none;
		font-weight: normal;
		font-size: 1.1em;
		color: white;
	}

	#nav {
		padding-left: 0px;
	}

	#menu {
		border:1px solid #000; 
		float:right;
		width:280px;
		background: white;
		margin:0px 0px 10px 10px;
		padding-top:10px;
	}
	
	#menu p,h1,h2,h3,h4 {
		margin:0px 10px 10px 10px;
	}

	#menu ul a {
		margin: 8px 10px 10px 0px;
		padding-left: 13px;
		font-weight: bold;
		font-size: 0.95em;
		background: url("images/redarrow.gif") top left no-repeat;
		background-position: 0px 4px;
		text-decoration: none;
	}

	#menu ul a:visited {
		color: blue;
	}

	#menu ul a:link {
		color: blue;
	}
		
	#menu ul a:hover {
		color: #ee2225;
		background-position: 0 -15px;
	}
	
	a img {
		border: none;
		margin: 10px 10px 10px 10px;
	}
	
	a img:hover {
		border: 1px solid #EEEEEE;
		margin: 9px 9px 9px 9px;
	}

	img.bottom {vertical-align:text-bottom}

