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

html  {
	padding: 0px;
	}
body  {
	background: url(../images/background.png) top center no-repeat #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
img  {
	border: none;
	}
#Content {
	width: 1024px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	position:relative;
	}
#logo {
	position:absolute;
	width:200px;
	height:126px;
	z-index:1;
	left: 262px;
	}
#navside {
	position:absolute;
	float:left;
	width:235px;
	height:263px;
	z-index:3;
	top: 215px;
	left:40px;
	}
#navglow {
	position:absolute;
	float:left;
	width:247px;
	height:307px;
	z-index:2;
	top: 200px;
	left:40px;
	}
#title {
	position:absolute;
	width:319px;
	height:51px;
	z-index:4;
	top: 215px;
	left: 285px;
	font-weight:bold;
	font-size: 42px;
	}
#voluntales {
	position:absolute;
	width:690px;
	height:465px;
	z-index:5;
	color:#FFF;
	top: 270px;
	left: 285px;
	}
.summary {
	padding: 20px;
	background:#000;
	border:#FFF solid;
	border-width: 15px;
	}
a:link  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
a:active  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
a:hover  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
a:visited  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
