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

html {
	height: 100%;
}


body {
	background-image: url(../images/headerbg.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: 14px;
	line-height: 20px;
}


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


#menu {
	margin: 64px 438px 0px 95px;
	width: 437px;
	padding: 0px;
}

#header {
	margin: 0px;
	width: 873px;
	height:36px;
	padding-top: 18px;
	padding-right: 97px;
	background-color:#d1d2d6;
	font-family: "News Gothic MT", "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#17274b;
	font-size: 26px;
	text-align:right;
}

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



#gallery {
	text-align: left;
	margin: 0px;
	width: 970px;
	padding: 25px 0px 0 0px;
}



#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;
}








.header	{
font-family: "trebuchet MS", verdana, arial, sans serif;
font-size:20px;
font-weight:bold;
color:#c38855;
}

.caption	{
	font-size: 10px;
	font-style: italic;
}

.copyright	{
	color: ##382c20;
	text-align: center;
	font-family: "trebuchet MS", verdana, arial, sans serif;
	font-size: 10px;
	font-style: italic;
}

.top	{
	text-align: right;
	font-size: 10px;
}

