* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	background: #FFFFFF;
}

html { overflow: -moz-scrollbars-vertical; }
html, body { height: 100%; }

body{
	text-align: center;
}

h1 {
	font-family: Century Gothic, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	color: #FF0000;
	margin-top: 30px;
}

p {
	font-family: Georgia, Serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #FF0000;
}

#outer-container {
	min-height: 100%;
	height:auto !important;
	height: 100%;
	width: 100%;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 100px;
	background-color: #FFFFFF;

}

#inner-container {
	margin: 0px auto;
	width: 779px;
	text-align: left;
	background: transparent;
}

#header {
	height: 20px;
	background: #FFFFFF
}
#body {
	min-height: 100%;
	height:auto !important;
	height: 100%;
	margin-top: 120px;

}
#footer {
/*	background: #F10000 url('images/bottom-bg.gif') repeat-x 0 0;*/
	height:auto !important;
	width: 100%;

	margin-bottom: 0px;
	position: relative;
	float: left;
}

p.ingress {
	color: #222222;
	margin-bottom: 15px;
}

.pbild {
	float: left;
	width: 300px;
	height: 225px;
	margin: 5px 15px 15px 0px;
}

.border {
	border-top: 1px dotted #CCCCCC;
}