body{
	background: #660000 url(../images/white-background.gif) center repeat-y; /* #4D0000; #800000, #660000 */
	color: #333;
	font-size: 1.15em;
}

.container_12
{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff /* url(img/12_col.gif) repeat-y */;
}

.header{
	margin-bottom: 3em;
}

	#navigation{
		float: right;
		margin-right: 20px;
		/* 	background: #d9c9c9; */
		border-bottom: 3px solid #800000;
	}
	
		#navigation a{
			color: #000;
			background:url(../images/navigation-background.jpg) repeat -20px 35px;
			text-decoration: none;
			padding: 10px 10px 4px 10px;
		}
	
			#navigation a:hover{
				color: #fff;
			}


p, h1, h2, h3, h4, ol, ul, form{
	font-family: Georgia;
	margin-left: 20px;
	margin-right: 20px;
	}

	h1{
		margin-top: 2em;
		margin-bottom: 0.2em;

	}
	
	ol{
		list-style-type: upper-roman;
	}

a{
	text-decoration: none;
	color: #000000;
	background: #E0E0E0;
	padding: 0 4px;
}

	a:hover{
		background: #995454;
	}

	a.logo {
		float: left;
		background: none;
	}

	
.centered-image{
	display: block;
	margin:0 auto;
}

.big{
	font-family: Times;
	font-size: 2.2em;
	line-height: 1em;
	text-align: center;
	margin-top: 2.5em;
}

.less-big{
	font-family: Times;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
}

	.less-bigger{
	font-family: Times;
	font-size: 1.7em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 4em;
	
	}

.hassle{
	margin-bottom: -10px;
}

.error{					/* for error messages in subscription form */
	color: #fff;
	background: #b30000;
	padding: 5px;
	margin-left: 15px;
}

.float-left{float: left;}
.float-right{float: right;}

