@charset "utf-8";
/* CSS Document */

fieldset{margin:0;padding:0;border:0;}
		label{width:250px; display:block;}
		.txt_input{width:250px; display:block;}
		textarea{height:80px; width:250px;}
		input{display:block;}
		.req{color:#f00;font-size:90%;}
		#form_errors{color:#f00; display:none;}
		#form_thanks{color:#000; display:none;}


body{
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color:#CCC;
	font-family: "Myriad Pro";
}

li{
	margin:0px;
	padding:0px;
	text-indent:inherit;
	font-size: 10pt;
	
}
p{
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h1{
	text-align: center;
	font-weight: bold;
	font-size:18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2{
}
h3{
	margin-top:0px;
	margin-right:15px;
	margin-bottom:0px;
	text-align:right;
	font-size: 14px;
}
a{
	border:0;
}

.a{
	border:0;
}
img{
	border:0;
}
.container{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/Containerback.png);
	position: relative;
}
.header{
	background-image:url(../images/Gosen%20logo.png);
	background-repeat:no-repeat;
	background-position:left;
	height:110px;
	width: 800px;
	position: relative;
}
.mainlinks{
	height:25px;
	width: 780px;
	margin-left: 10px;
	position: relative;
}

.main{
	height:420px;
	margin-top: 10px;
	position: relative;
}
.footer{
	height:25px;
	text-align:center;
	float: inherit;
	position: relative;
}
.Images{
	padding:10px;
}
.contact {
	margin-left: 50px;
}
