/* Basics  */

body {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #fff url(images/back.jpg) repeat-x scroll center 0;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 180%;
	font-size: 75.01%;
	min-height: 101%;
	position: relative;
	text-align: left;
}


* {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0;
}

#wrap {
	position: relative;
	margin: auto;
	position: relative;
	text-align: center;
	width: 536px;
	margin-top: 18%;
}


/* Header  */


/* Typo */

a {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent none repeat scroll 0 0;
	color: #222;
	text-decoration: none;
}

a:visited, a:active, a:focus, a:hover{
	color: #222;
	text-decoration: none;
}

a:focus, a:hover {
	color: #777;
	text-decoration: none;
}


/* Listen  */

dt {
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 40px;
	color: #3a6a7a;
}

dd {
	margin: 0 0 0 40px;
	color: #3a6a7a;
}


/* Navigation */

#navigation {
	background: url(images/navi_example.png) no-repeat;	
	width: 656px;
	height: 157px;
	top: 100px;
	left: 205px;
	position: relative;
}

#contact {
	margin-top: 28%;	
}

