@charset "utf-8";
/* CSS Document */

/* general styles */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0 auto;
	padding: 0;
	width: 745px;
	color: #fff;
	background: #000 url(../images/landing_bg.jpg) no-repeat top center;
	font-family: 'Vollkorn','Georgia', serif;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}


/* mainContainer */
	
#mainContainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 745px;
	height: 660px !important;
	min-height: 660px;
}

.title {
	margin-top: 60px;
	height: 64px;
	background: transparent url(../images/title.gif) no-repeat center;
	overflow: hidden;
	line-height: 400px;
	}


.illustration  {
	position: absolute;
	top: 2em;
	right:2em;
	margin: 0;
	padding: 0;
	width: 213px;
}

	

/* navigation */
	
#mainNav {
	width: 400px;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	padding: 5px 20px;
}

#mainNav  li{
	padding: 0 0 25px 0;
	margin: 0 auto;
}

h2 {
font-size: 1.6em;
font-weight: normal;
margin: 0;
padding: 10px 0 8px 0;

}



/* links styling */

a {	
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #ccffff;
	}

	

/* footer */

#footer {
   margin: 0 auto;
   width:100%;
   height:2.5em;   /* Height of the footer */
}

#footer p {
   padding: 1.5em;
   font-size: .7em;
   text-align: center;
   font-family: "Verdana", sans-serif;
   color: #ccc;
}
