body {
	background:url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:85.5%; 
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

img.absmiddle {
	vertical-align:middle;
}

p {
	margin-bottom:1em;
	}
	
ul, ol {
	margin: 10px 15px;
	padding: 0 15px;
	color: #333;
	}

a {
	text-decoration:none;
	color:#0000FF;
	}
a:hover {
	text-decoration:none;
	color:#000;
	}

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:180px;
	}
#headerfull {
	height:400px;
	}	
#content {
	min-height: 350px;
  height: auto !important;
  height: 350px;
	}
	

#content_text {
padding:5px 10px;
	}

.vertical {
width:700px;
float:left;
}
	
/* Entries */

#calendar-entry {
	text-align:justify;
	line-height:1.75em;
	}
#calendar-entry-title {
	font-size:2.50em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:5px;
	}
#calendar-date {
	font-size:1.9em;
	color:#bbb;
	letter-spacing:1px;
	margin-bottom:5px;
	}
.date {margin-bottom:5px; }	

/* Footer */

#footer {
	clear:both;
	height:20px;
	background:#7f9555;
	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:#aaaaaa;
	font-style:italic;
	}


