body {
	background:#000000;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; 
	color:#ffffff;
	}



img {
	border:0;
	}

img.absmiddle {
	vertical-align:middle;
}

p {
	margin-bottom:1em;
	}
	
ul, ol {
	margin: 10px 15px;
	padding: 0 15px;
	color: #ffffff;
	}

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

#wrapper {
	margin:0 auto;
	width:700px;
	background:#000000;
	font-size:1.20em;
	color:#ffffff;   

	}
#header {
	height:180px;
	}
#headerfull {
	height:400px;
	}	
#content {
	min-height: 350px;
  height: auto !important;
  height: 350px;
	}
	

#content_text {
padding:5px 10px;
	}

.vertical {
width:500px;
float:left;
}
	
/* Entries */

#calendar-entry {
	text-align:justify;
	line-height:1.75em;
	}
#calendar-entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:5px;
	}
#calendar-date {
	font-size:0.9em;
	color:#bbb;
	letter-spacing:1px;
	margin-bottom:5px;
	}
.date {margin-bottom:5px; }	

/* Footer */

#footer {
	clear:both;
	height:20px;
	background:#de1b06;
	padding-top:5px;
	padding-left:10px;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#ffffff;
	font-style:italic;
	}


