/* CSS Document */

/* this is navigation */

.menuitems
{
	font-family:gill sans mt;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	color:#566d15;
	text-decoration:none;
}

.menuitems a:link
{
	font-family:gill sans mt;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	color:#566d15;
	text-decoration:none;
}

.menuitems a:visited
{
	font-family:gill sans mt;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	color:#566d15;
	text-decoration:none;
}

.menuitems a:hover
{
	font-family:gill sans mt;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	color:#c5f545;
	text-decoration:none;
}

#logo
{
	background:url('../images/logo.png');
	height:68px;
	width:443px;
	background-position:justify;
	background-repeat:no-repeat;
	}

/* this is content */

#head
{
	background:url('../images/head.jpg');
	height:464px;
	width:954px;
	background-position:center;
	background-repeat:no-repeat;
}

.text
{
	font-family:Tw Cen Mt Condensed;
	font-size:17px;
	font-weight:normal;
	text-align:justify;
	color:#e0f3ac;
	text-decoration:none;
}

.subtext
{
	font-family:Tw Cen Mt Condensed;
	font-size:20px;
	font-weight:normal;
	text-align:justify;
	color:#e0f3ac;
	text-decoration:none;
}

#heading
{
	font-family:gill sans mt;
	font-size:26px;
	font-weight:normal;
	text-align:justify;
	color:#e0f3ac;
	text-decoration:none;
}

#content
{
	background:url('../images/content.jpg');
	height:463px;
	width:954px;
	background-position:center;
	background-repeat:no-repeat;
	}


/* this is footer */


#footer
{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#e0f3ac;
	text-decoration:none;
	line-height:18px;
}

#footer a:link
{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#e0f3ac;
	text-decoration:none;
}

#footer a:visited
{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#e0f3ac;
	text-decoration:none;
}

#footer a:hover
{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}

