body {
	background:#ff0060;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%
}

a {
	color:#ff0060;
	text-decoration:underline;
}

p {
	font-size:1.2em;
}

h3 {

}

h4 {
	color:#ff0060;
	font-weight:bold;
	font-size:1.4em;
}

form {
	font-size:1.2em;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:800px; 
	background:url(/images/page_bg.gif) repeat-y; 
	margin:0px auto;
	height:100%;
}

#column-left {
	padding-bottom:30px;
	width:162px;
	float:left;
}

#column-right {
	background:url(/images/header-logo.gif) no-repeat top #000; 
	width:638px;
	float:left;
	padding-top:100px;
}

#content {
	padding:10px;
}

#content .block, #content .event-block {
	padding:10px;
}

#content .event-block {
	border-bottom: 1px #ff0060 dotted;
}

#content h1 {
	font-size:;
	border-bottom:2px solid #ff0060;
}

form#contact em {
	color:red;
}

form#contact span {
	color:red;
	font-size:1em;
	font-weight:bold;
	padding:0 2px;
	display:block;
}

#footer {
	clear:both;
	height:30px;
	background:transparent;
}



