	@charset "utf-8";
/* CSS Document */
/* Pilayre, Millicent Jane F. */

*{
	margin: 0 auto;
	padding: 0;
	behavior: url('iepngfix.htc');
}

h1, h2{ font-weight: bold; }

a{
	font-weight: bold;
	font-size: 13px;
	color: #feff93;
	text-decoration: none;
}

a:hover{ color: #FFF }

h1{  font-size: 20px; color: #FFF; }
h2{ font-size: 14px; color: #FFF; font-style: italic; }
h1, h2 { font-weight: bold; }

body{
	background: url(images/body.jpg) center top repeat-x #000!important;
	font-size: 12px;
	line-height: 24px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
}


#container{
	margin: 0 auto;
	padding: 0;	
}

#wrapper, .header, .header_fade, .navigation, .content, .footer { width: 960px; margin: 0 auto; padding:0; }
#wrapper{ height: auto; }

.header{
	background: url(images/header.jpg) center top no-repeat;
	height: 400px;
}

.header_fade{ height: 400px; }

.navigation{ height: 43px; background: url(images/navigation.jpg) center top no-repeat; overflow: hidden; }
ul{ 
	background: url(images/nav.jpg) center top no-repeat; 
	padding: 20px 0 9px 121px;
}

ul li, ul li a{
	height: 43px;
	margin: 0;
	padding: 0 2px;
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
	font-family: "Century Gothic", Arial;
	font-size: 11px;
}

ul li a:hover, .active{ color: #000; }

ul li{
	display: inline;
	list-style: none;
}

.content{ height: 193px auto; background: url(images/content.jpg) center top no-repeat; }

*html .content{ height: 193px;}

.contenttext{
	width: 806px;
	padding-top: 50px;
	margin: 0 75px 0 79px!important;
	height: 193px auto;	
}

.html .contenttext{ height: 193px;	}

.footer{
	background: url(images/footer.png) center top no-repeat;
	height: 58px;
}

.footertext{
	width: 806px;
	padding-top: 5px;
	text-align: right;
	margin: 0 auto;
	font-size: 11px;
	border-top: 1px dotted #FFF;
}

input{
	width: 800px;
}

textarea{
	height: 100px;
	width: 800px;
}
