/* Website designed by Starfish Graphics */
/* www.StarfishGraphics.biz */
/*	
	outline:	 		1px solid red;  
	*/

* {
    margin: 			0 auto;
	padding: 			0;
	outline: 			none;
	border: 			none;
}

body {
	font-family: 		"Trebuchet-MS", Arial, Helvetica, sans-serif;
	font-size: 			62.5%;
    background-image: 	url("images/imagedoc-greynoise.png");
    color: #eee;
}

div#wrapper {
	position: 			relative;
    margin: 			0 auto;
    width: 				970px;
    background: 		white;
}

div#nav {
	position: 			absolute;
	top:				-1px;
	height: 			6em;
	line-height: 		6em;
	margin:				0px 0px 0px 70px;
}
div#nav ul {
	list-style-type: 	none;
	font-size: 			1.9em;
	font-weight:		bold;
	margin: 			0px 90px;
}
div#nav ul li {
	float: 				left;
}
div#nav ul li a { 
	color: 				white;
	padding: 			0 1em;
}
div#nav ul li a:link, 
div#nav ul li a:visited {
	text-decoration: 	none;	 
}
div#nav ul li a:hover {
	color: 				#ffa30a;
}
div#nav ul li a:active {
	color: 				#ffa30a;
}

div#header {
	position: 			relative;
	width:				566px;
	height: 			246px;
	margin: 			20px 202px 0px 202px;
	background: 		url("images/header.png");
}
div#header h1 {
	text-indent: 		-3000em;
}
.header-strip {
    background: 		url("images/top-header-bg.png") repeat-x scroll;
	width:				970px;
    height: 			72px;
}

div#date {
	position: 			relative;
	width:				527px;
	height: 			62px;
	margin: 			20px 220px 0px 220px;
	background: 		url("images/date.png");
}
div#date p {
	font-size: 			4em;
	line-height:		1.3em;
	font-weight:		bold;
	text-align: 		center;
	color:				white;
}
/* holder-1----------------------------------------------------------------------------------------------------- */
div#holder-1 {
	z-index:			99;
	position: 			relative;
	width:				303px;
	height: 			370px;
	margin: 			20px 0px 0px 30px;
	background: 		url("images/holder-1.png") left top no-repeat;
	float:				left;
}
div#holder-1 p {
	font-size: 			2.2em;
	line-height:		1.1em;
	font-weight:		bold;
	text-align: 		center;
	color:				black;
	padding: 			65px 0px 0px 0px;
}
/* holder-2----------------------------------------------------------------------------------------------------- */
div#holder-2 {
	z-index:			89;
	position: 			relative;
	width:				307px;
	height: 			370px;
	margin: 			20px 0px 0px 0px;
	background: 		url("images/holder-2.png") left top no-repeat;
	float:				left;
}
div#holder-2 p {
	font-size: 			2.2em;
	line-height:		1.1em;
	font-weight:		bold;
	text-align: 		center;
	color:				black;
	padding: 			85px 0px 0px 0px;
}
/* holder-3----------------------------------------------------------------------------------------------------- */
div#holder-3 {
	z-index:			79;
	position: 			relative;
	width:				301px;
	height: 			370px;
	margin: 			20px 0px 20px 0px;
	background: 		url("images/holder-3.png") left top no-repeat;
	float:				left;
}
div#holder-3 p {
	font-size: 			2.2em;
	line-height:		1.1em;
	font-weight:		bold;
	text-align: 		center;
	color:				black;
	padding: 			85px 0px 0px 0px;
}

/* admission----------------------------------------------------------------------------------------------------- */
div#admission {
	position: 			relative;
	width:				970px;
}
div#admission p {
	font-size: 			2.3em;
	line-height:		1.1em;
	font-weight:		bold;
	text-align: 		center;
	color:				black;
}

/* planning----------------------------------------------------------------------------------------------------- */
div#planning {
	position: 			relative;
	width:				970px;
	margin: 			10px 0px 0px 0px;
}
div#planning p {
	font-size: 			2.3em;
	font-weight:		bold;
	text-align: 		center;
	color:				black;
}

/* footer----------------------------------------------------------------------------------------------------- */
div#footer {
	position: 			relative;
	width:				970px;
    background: 		url("images/top-header-bg.png") repeat-x scroll;
    height: 			72px;
	margin: 			20px 0px 20px 0px;
}
div#footer p {
	font-size: 			2.2em;
	line-height:		2.5em;
	font-weight:		bold;
	text-align: 		center;
	color:				white;
}

/* credits----------------------------------------------------------------------------------------------------- */
div#credits{
	position: 			relative;
	margin: 			0px 70px;
	font-size: 			1.2em;
	line-height: 		1.5em;
	text-align: 		center;
	color: 				#9f9999;
	clear:				both;
}

div#credits{
	position: 			relative;
	margin: 			0px 70px;
	font-size: 			1.2em;
	line-height: 		1.5em;
	text-align: 		center;
	color: 				#9f9999;
	clear:				both;
}

/* links */
a:link {
	color: 				#796e6e;
	text-decoration:	none;
}
a:visited {
	color: 				#796e6e;
	text-decoration: 	none;
}
a:hover {
	color: 				#ffa30a;
	text-decoration: 	none;
}
a:active {
	text-decoration: 	none;
}
.dots	{
	font-size: 			1.5em;
	font-weight:		bold;
	line-height: 		1em;
	text-align: 		center;
	color: 				black;
}
.white-dots	{
	color: 				white;
}
.small {
	font-size: 			16px;
	line-height: 		50%;
}


	