.right.smallmargins {margin-left: 7px;}
.left.smallmargins {margin-right: 10px;}
.smallsolo {margin-bottom: 10px;}

#background-red {
	background-color: #9C0707;
}

#background-red img {
	width: 900px;
	height: 100%;
	position: absolute;
	margin: 0 auto;	
	left: 0;
	right: 0;	
	top: 0px;
	z-index: 0;
}

#content {
	position:relative;	
	z-index: 2;
	background: #9C0707 url( ../images/backgrounds/background-meetdraw.png ) 0 0 no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0;
	color: white;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px #999;
	border-top-left-radius: 0;
	border-top-right-radius: 0;	
	border-top: 0;
	border-right: 1px solid #a10e06;
	border-bottom: 1px solid #a10e06;
	border-left: 1px solid #a10e06;
}

h1 { 
	padding: 5px 10px 5px 5px;
	background-color: #CE1808;
	display: inline;
}

#content .first {
	padding-top: 320px;
}

p.first:first-letter {
	color: white;
}

.pic p, .caption {
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
} 

#contact-bar {
	background-color: white;
	color: #9C0707;
	position:relative;	
	z-index: 1;	
}

#contact-bar a {
	color: #9C0707;	
}

#contact-bar a:hover {
	color: gray;	
}

#navigation ul {
	border-bottom: 1px solid #9C0707;
}

#navigation a {
	color: white;
	background-color: #CE1808;
}

#navigation a:hover {
	background-color: #9C0707;
}

#navigation a.here  {
	background-color: #9C0707;
}

#footer {
	border-right: none;
	border-left: none;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 0;
}

#footer a {
	color: black;
}


#footer .end {
	padding-top: 30px;
}

#footer .end a {
	color: #CC3300;
	text-decoration: none;
}

#footer .end a:hover {
	color: #FF6600;
}