/* Generic CSS */

body{background: white; font: 70% arial,sans-serif}



a {	color: black;
	font-size:  12px;;
	text-decoration: none;
}


p  {	color: black;
	font-size:  12px;;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	background:#EECC00;
	color: black;
}


div#wrapper{
	
	width: 800px;
	height: 705px;
	background: white;
	border-width:1px;
	border-color: #999999;
	border-style: none dashed;
	padding-left:3px;
	padding-right:3px;
 	margin:0 auto
}

div#toplogo{
	width: 800px;
	height: 90px;
	margin-top:3px;
	
}

div#navbar{
	width:565px;
	height: 48px;
	color: #ffffff;	
	background: #999999;
	margin-top:3px;
	border-width:1px;
	border-color:black;
	
	
	padding-left: 235px;
	padding-bottom: 4px;
}

div#events {
	line-height:1.5;

	height: 520px;
	width:220px;

	background:#ffffff;
	

	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 6px;

	float:left;
	margin-top:6px


	}

div#blog {
	
	line-height:1.4;

	height: 480px;
 	width:370px;

	background:#ffffff; 

	border-width: 1px;
	border-color: #999999;

	padding-left: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 6px;


	float:left;
	margin-left:4px;
	margin-top:6px
}



div#subscribe {
	height: 25px;
	width:365px;

	background:#ffffff;

	padding-top: 10px;
	padding-right: 5px;

	margin-top:2px
	
	}


div#release {
	line-height:1.4;

	height: 520px;
	width:175px;

	background:#ffffff; 
	

	padding-right: 4px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 6px;

	float:right;
	margin-top:6px;

	
}

div#footer{
	width:798px;
	height:12px;
	color: #ffffff;
	text-align: center;
	background: #999999;
	margin-top:535px;
	
	padding-top: 4px;	
	padding-left: 2px;
	padding-bottom: 4px;
}


