@charset "UTF-8";

html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #FFFFFF;
	
}

a {
	color: #6d0707;
	text-decoration: none;
}

a:hover {
	color: #6d0707;
	text-decoration: underline;
}


h1 {
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 60px;
}



									/* CONTAINER */
#outer-container {
	width: 1200px;
	height: 800px;
	background-image: url(media/holding-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin: 0 auto;
}


#container {
	width:850px;
	position: relative;
	padding-top: 115px;
	margin-left: 175px;
	/*height:auto !important;
	height:100%;	
	min-height:100%;*/
}


									/* HEADER */
#header {
	margin-top: 5px;
	margin-left: 150px;
	text-align:left;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-style: italic;
	font-weight: normal;
	
}

									/* CONTENT */
#content {
	text-align:center;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6d0707;
	font-style: normal;
	margin-top: 20px!important;
	margin-top: 23px;
}


									/* NAVIGATION*/
#navigation {
	background-color: #000000;
	width:780px;
	height:30px;
	text-align:center;
	font-size: 18px;
}
#navigation a {
	color: #7574b6;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#navigation a:hover {
	color: #A198C2;
}


									/* FOOTER*/
#footer {
	text-align:center;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-style: italic;
	margin-top: 177px !important;
	margin-top: 185px;
	font-weight: normal;
}


