/*****************************************
 * Project: Kristen Gilmartin
 * Author: Barbara Brust
 * Company: Lucille Design
 * Created: May 2010
 * Last Modified: 
 *
 */

html {
	height: 100%;
}


body {
	background-image: url(../images/homepagebg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#17274b;
	font-family: "News Gothic MT", "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#d1d2d6;
	margin: 0px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}


/* CONTAINERS -------------------------- */
#wrapper {
	margin: 0px auto 0px auto;
	width: 970px;
	height:600px; 
	min-height: 100%;
	padding: 0px;
}

#menucontainer {
	position:relative;
	margin: 64px 438px 435px 95px;
	width: 437px;
	padding: 0px;
}

#container {
	text-align: left;
	margin: 0px;
	width: 778px;
	padding-left: 95px;
	padding-right: 97px;
}

#copyright {
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
	line-height: 14px;
}




a:link {
color:#edcc91;
text-decoration:none;
}

a:visited {
color:#edcc91;
text-decoration:none;
}

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