/* Reset Styles */
html, body {
	padding: 0;
	margin: 0;
	height:100%;
	}
html {
	font-size: 1em;
	}
body {
	font-size: 100%;
	}
a img, :link img, :visited img {
	border: 0;
	}
/* Reset Styles */

body  {
	font-family:arial;
	background: #E6E6E6 url(images/page_bg.png) repeat-y center top;
	text-align:center;
}

img {
	border:none;
}

#wrapper { 
	width: 820px;  
	margin: 0 auto;
	border: 2px solid #000000;
	text-align: left;
	margin-top:25px;
	margin-bottom:25px;
} 
#header { 
	text-align:center;
	margin-top:20px;
	height:155px;
	margin-bottom:20px;
} 

#images {
	float: right;
	width: 175px;
	height:540px;
	display:inline;
	margin:0 30px 0 0;
	font-size:0.9em;
	text-align:center;
	margin-bottom:20px;
	border-left:#A9C132 dotted 2px;
	padding-left:10px;
}
#images p {
	margin-top:0;
	font-size:0.9em;
}

h2 {
	font-size:1.6em;
	text-align:center;
	margin-top:0;
}

h1 {
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
}

span.pink {
	color:#FF00FF;
}

#text { 
	float: left;
	display:inline;
	width:555px; 
	height:580px;
	margin-left:30px;
	text-align:justify;
	margin-bottom:30px;
}

#list {
	width:300px;
	margin:0 auto;
	font-size:12px;
	text-align:center;
	padding: 10px;
	background-color:#F4F2F4;
}
#text p {
	text-align:justify;
	font-size:12px;
}
#text ul{
	font-size:12px;
	margin-top:0;
	text-align:center;
	list-style-type:none;
	display:block;
	margin-bottom:0;
	padding:0;
}
#text li {
	margin:0;
	padding:0;
	margin:5px 0 5px 0;
	font-weight:bold;
}

.events {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	color:#F0F;
	margin-bottom:10px;
}

#footer {
	clear:both;
	padding: 20px 10px 20px 20px;
	width:760px;
	margin: 0 auto;
	text-align:center;
	font-size:0.5em;
	border-top:#A9C132 dotted 2px;
} 

h3 {
	font-size:2em;
}
#footer p {
	margin: 0; 
	padding: 10px 0;
}

