@charset "UTF-8";
/* CSS Document */
/*Body Style*/
body {
	  background-color: #CCC;
	  margin: 0px;
}
/*Wrapper Style*/
#wrapper {
	width: 960px;
	height: 100%;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#CCC;
}
/*Time Heading Style*/
#head {
	width: 960px;
	height: 48px;
	margin: 0px;
	background-image: url(picts/head_top.png)
}
/*Content Area Style*/
#content_area {
	width: 960px;
	height: 252px;
	margin: 0px;
	background-image: url(picts/background.png);
	background-repeat: no-repeat;
	background-position: center;	
}
#construction {	
}
/*Font For Construct Using Font Face*/
@font-face {
	font-family: "Gill Sans";
	src: url (fonts/GillSans_Regular.ttf);
}
@font-face {
	font-family: "Gill Sans Light";
	src: url (fonts/GillSans_Light.tff);
}
@font-face {
	font-family: "Gill Sans Light Italic";
	src: url (fonts/GillSans_LightItalic.ttf);
}
p#construct {
	font-family: "Gill Sans", "Gill Sans Light";
	margin-top: 75px;
	margin-left: 19%;
	margin-right: auto;
	color: #444343;
	height: 100px;
	font-size: 70px;
	text-shadow: 0px -2px 2px #666;
}
#def {
	width: 316px;
	height: 62px;
	position: absolute;
	top: 192px;
	left: 263px;
	padding: 0px;
}
p#definition {
	color: #fff;
	font-family: "Gill Sans Light";
	font-size: 11px;
	font-style: italic;
	text-align:justify;
}
#ackn {
	font-family: "Gill Sans Light";
	font-size: 15px;
            font-style: italic;
	margin-left: 150px;
	position: absolute;
	left: 30px;
}
#footer {
	width: 960px;
	height: 100%;
	background-image: url (picts/footer.png);
	background-position: center;
	background-repeat: repeat-y;
}
