*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
}

body{
	background-image:url(../img/bg.gif);
	font-family: arial;
	color: #3b413e;
	font-size: .7em;
	text-align: justify;
}

#container{
	width: 980px;
	margin: 50px auto;
}

/*UNDER CONSTRUCTION*/

#construction{
	background-image:url(../img/temp.png) ;
	width: 140px;
	height: 140px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

/*HEADER*/

#header h1{
	text-indent: -9999px;
	background-image:url(../img/logo.png) ;
	height: 75px;
	width: 301px;
	float: left;

}

#header p{
	width: 500px;
	float: right;
	margin: 10px 30px 10px 0;
	font-style: italic;
	font-size: 12px;
	
}

#header h3{
float: right;
margin: 0 30px 0 0;


}

#header{
	height: 100px;
}


/*FEATURE*/

#feature{
	background-image:url(../img/feature.png) ;
	width: 980px;
	height: 366px;
	margin: 0px 0 0 -16px;
	padding: 76px 0 0 25px;
	clear: both;

}

/*CONTENT*/

.box{
	width: 300px;
	float: left;
	margin: 0 25px 0 0;
}


/*TEXT*/

.box h2{
	color: #4b98b1;
	text-transform: uppercase;
	border-bottom: thin dashed #888;
	margin: 0 0 10px 0;
	height: 25px;
}

em{
	color: #ad464b;
	font-style: normal;
}

.featuretext{
	position: absolute;
	z-index: 999;
	bottom: 10px;
	left: 5px;
	width: 200px;
}

.featuretext h3{
	background-color: #e7e8e1;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	margin: 5px 0 0px 0;
}

.featuretext h4{
	background-color: #ad464a;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	margin: 5px 0 -5px 0;
	text-align: center;
	color: #eee;
}


.featuretext h4 a{
	color:#e7e8e2 ;

}

/*CONTACT*/
a{
	color:#ad464a ;
	text-decoration: none;
}

.contact strong {
	margin: 0 0 0 0;
	float: left;
}

.contact p span{
	float: right;
	text-align: right;
}

.contact p {
	clear: both;
	height: 10px;
}

/*FORM*/

label{
	float: left;
	margin: 10px 0 0 0;
	clear: both;
}

input, textarea{
	float: right;
	margin: 10px 0 0 0;
	width: 220px;
	border: thin #999 solid;
	background-color: #f2f2f2;
}

textarea{
	height: 100px;
}

.submit{
	background-image:url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position:  right;
	width: 70px;
	border: none;
	color: #4b98b1;
	background-color: transparent;
	font-weight: bold;
	clear: both;
	
}

fieldset{
	border: none;
}
