/* //////// SPLASH PAGE CSS */
/* //////// SITE DESIGN BY JUSTINCHRISTIE.CA */


body {
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#333;
	padding:0px;
	margin:0px;
}

a {
	border-bottom: 1px solid #707070;
	text-decoration: none;
	color: #555;
}

a:hover {
	color: #000;
	border-bottom: 1px dotted #707070;
}

#inhalt {
	position: absolute;
	height: 430px;
	width: 700px;
	margin:-215px 0px 0px -350px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: auto;
}

#flash {
width: 300px;
height: auto;
float: left;
}

#content {
float: left;
width:380px;
height: 375px;
background-color: #CCC;

}

p {
margin: 0px;
padding: 20px 20px 0px 20px;
}

h2 {
	font-size: 24px;
	margin: 0px;
	padding: 20px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

#footer {
float: left;
width: 700px;
padding: 10px 0px 0px 0px;

}
