html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Arial;
	font-size: 11px;
	text-align: center;
	background-image: url(images/bg-flowers.gif);
	}
input {
	font-size: 11px;
	margin-left: 5px;
}
	
a	{
	text-decoration:none;
	color: #605275;
	}

td	{
	color: #605275;
	font-family:Arial;
	font-size: 11px;
	}
	
#main {
	margin: 0 auto;
	width: 818px;
	position: relative;
	height: 100%;
	min-height: 100%;
	
	}

#header {
	position: relative;
	background-image: url('images/header_back.jpg');
	width: 818px;
	height: 108px;
	background-color: #ffffff;
	left: 0px;
	margin-top: 12px;
	}

#topmenu {
	position: relative;
	text-align: left;
	left: 0px;
	margin-top: 12px;
	width: 100%;
	height: 22px;
	color: #605275;
	font-weight: bold;
	border-top: solid 1px #61546e;
	border-bottom: solid 1px #61546e;
}

#footer { 
	position: relative;
	left: 0px;
	margin-top: 12px;
	width: 100%;
	height: 50px;
	border-top: solid 17px #605275;
	color: #605275;
	font-size: 12px;
	line-height: 30px; 
}

#middlewrapper {
	position: relative;
	left: 0px;
	margin-top: 12px;
	width: 816px;
}

#middle	 {
	position: relative;
	width: 100%;
	height: 100%;
}


#sidemenu	{
	position: absolute;
	left: 0px;
	height: 100%;
	width: 157px;
	border: solid 1px #eae4e6;
	color: #605275;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px; 
}

#sample1	{
	position: absolute;
	width: 424px;
	height: 340px; 
	top: 0px;
	left: 157px;
	border: solid 1px #eae4e6;
	}

#eventsholder	{
	position: absolute;
	width: 216px;
	height: 400px;
	right: 0px;
	top: 0px;
	border: solid 1px #eae4e6;
	color: #605275;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px; 
	}

#bottomholder	{
	position: relative;
	background-image: url('images/bottom_back.jpg');
	width: 816px;
	height: 78px;
	left: 0px;
	margin-top: 14px;
	border: solid 1px #eae4e6;
	color: #605275;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	}

#topmenuspan	{
	text-align: center;
	width: 132px;
	height: 20px;
	}