h2{
	color:#B3B3B2;
	font-size:1.5em;
	border-bottom:0 none;
	margin-bottom: 0;
}
h3 {
	font-size:1.2em;
	height: 50px;
	margin-bottom: 1em;
}
h3 img {
	border:0 none;
	width:50px;
	height: 50px;
	margin-right:20px;
	vertical-align: top;
}
h3 a {
	text-decoration: none;
	color:#000;
	padding-top:.5em
}
h3 a:hover, h3 a:focus {
	color:#FFED00;
}
#left_column{
	vertical-align: top;
	width:148px;
	height:500px;
	text-align: center;
}
#left_column ul{
	margin-top:2em;
}
#left_column li {
	color:#706F6F;
	font-family:Arial,sans-serif;
	font-size:.7em;
	font-weight: bold;
	margin-bottom:15px;
}
#left_column a {
	display:block;
	width:139px;
	background-color:#706F6F;
	-moz-border-radius:12px 0 0 12px;
	-webkit-border-radius:12px 0 0 12px;
	border-radius:12px 0 0 12px;
	text-align:center;
	color:#fff;
	text-decoration: none;
	margin-bottom:5px;
	padding:5px 0 4px;
}
#left_column a:hover, #left_column a:focus, #left_column a.selected {
	background-color:#FFED00;
	color:#000;
}
#left_column span{
	display:block;
	margin-bottom:5px;
}
#central{
	width:667px;
	margin-left:-10px;
}

#introduction h2 {
	text-align: left;
}
#introduction p {
	font-family:Arial, sans-serif;
	font-size:.8em;
	text-align: justify;
}
.poster{
	vertical-align: top;
	text-align: center;
	width:200px;
}
.content, #partner_logo {
	vertical-align: top;
	width:442px;
	margin-left:20px;
}
#partner_logo {
	margin-top:1em;
	text-align:center;
}
.content h2 {
	border-bottom:2px solid yellow;
	color:#000;
	font-size:1.8em;
	text-align: right;
}

#central p {
	font-family:Arial, sans-serif;
	font-size:.8em;
	text-align: justify;
	margin:1em 0 0;
}
#central .content p {
	margin:1em 0 0;
}
#address {
	margin-top:1em;
	width:200px;
}
#address h3 {
	color:red;
	font-size:.8em;
	margin:1em 0 .25em;
	height: auto;
}
#address p {
	margin:0;
	text-align: left;
}

.spacer{
	background:url('../img/layout/bg-spacer.gif') repeat-x 0 center;
	margin:30px 0;
}
.spacer h2, .spacer h3 {
	background-color:transparent;
}
.spacer h3 {
	color:#B3B3B2;
	font-size:1.5em;
	height: auto;
	margin-bottom: 0
}
.spacer span {
	background-color:#fff;
	padding-right:10px;
}
#error_message p, #success_message p {width:auto;text-align: center;font-family:Verdana,sans-serif;}