* {
	padding: 0;
	margin: 0;
}

body {
	background: url("../images/bg.gif");
	text-align: center;
	padding: 24px 0;
	color: #939598;
	font: 62.5% "Courier New", Courier, monospace;
	letter-spacing: 0px;
}

h1 {
	background: url("../images/logo_fresh.png") no-repeat 0 1px;
	width: 446px;
	height: 114px;
	position: relative;
	float: right;
	margin: 0 38px 0 0;
}

h1 span {
	position: absolute;
	top: -10000px;
}

img {
	vertical-align: middle;
	border: none;
}

div#wrapper {
	width: 798px;
	margin: 0 auto;
}

div#content {
	background: #FFF;
	clear: both;
	border: 7px solid #FFF;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#innerContent {
	border: 2px solid #CDDF71;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 65px 0 30px;
}

div#content img.association {
	float: right;
	margin: 10px 32px 0 0;
}

p {
	clear: both;
	margin: 25px 100px;
	font-size: 1.6em;
}

em {
	color: #BED73B;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

a {
	color: #939598;
}

a.blog {
	position: relative;
	left: -80px;
}

a.applicationForm {
	position: relative;
	right: -80px;
}