/* first for Internet Explorer < 9 */ 
@font-face { 
	font-family: FFDIN; 
	src: url("../fonts/DINWeb.eot");
	font-weight: normal;
} 
/* then for WOFF-capable browsers */ 
@font-face { 
	font-family: FFDIN; 
	src: url("../fonts/DINWeb.woff") format("woff");
	font-weight: normal;
} 

body {
	margin: 0;
	background:#dadada;
	font-family: 'FFDIN';
	font-weight: normal;
}

#wrap {
	background:#dadada;
	background-image: url('../img/bg2.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-top: 25px;
	width: 960px;
	height:400px;
}

.cite {
	text-align: center;
	padding-bottom: 50px;
}

h1 {
	font-family: 'FFDIN';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 5em;
	color:#303030;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	margin-bottom: -30px;
}

h2 {
	letter-spacing: 3px; 
	word-spacing: 17px;
	font-family: 'FFDIN';
	font-weight: normal;
	font-size: 1.3em;
	color:#303030;
}

a {
	text-decoration: none;
	font-family: 'FFDIN';
	color:#2e6f1d;
}
a:hover {
	color:#3c8f27;
}

.end {
	margin: 0 auto;
	width: 960px;
	height: 284px;
	background-image: url('../img/bgend.png');
	background-repeat: none;
}

#footer {
	width: 100%;
	
	background-color: grey;
   /* position: absolute;*/
	bottom: 0px;
	min-height: 181px; 	/*181px*/
	clear:both;
	border-top: 1px solid white;
	margin-top: 320px;
}

#footer a {
	text-decoration: none;
	color: lightgrey;
}

#footer a:hover {
	color: white;
}

#footerInner {
	font-size: 10px;
	margin: 0 auto;
	width: 960px;
	padding: 39px 9px 0px;
}

#footer1, #footer2, #footer3 {
	font-size: 14px;
	text-align: center;
	height: 141px;
	float: left;
	width:274px;
	padding: 0px 18px;
}

#footer1 {
	padding: 0px 24px;
}

#footer3 {
	
}

#container h3 	{
	margin-bottom: 70px;
}

#content	{
	max-width:80%;
	margin: 0 auto;
}

input	{
	font-size: 24px;
	text-align: center;
}

	

