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


html, body {
	background: url(../images/bg_strip.gif) repeat-x #344d68;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrapper {
	width: 975px;
	margin: 0 auto 0 auto;
}

.topmain {
	height: 99px;
}

.main {
	height: 319px;
}

.mainbottom {
	background:url(../images/mainphoto_bottom.gif) no-repeat top;
	height: 70px;
}

.footer {
	background: url(../images/bg-bottom.jpg) no-repeat top;
	height: 91px;
}

a.footer:link {
	color:#FFFFFF;
	background:none;
}

a.footer:visited {
	color:#FFFFFF;
	background:none;
}

a.footer:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:none;
}

a.footer:active {
	color:#FFFFFF;
	background:none;
}

.fontdarkgrey {
	color:#333333;
}

a.fontdarkgrey:link {
	color:#333333;
}

a.fontdarkgrey:visited {
	color:#333333;
}

a.fontdarkgrey:hover {
	color:#333333;
	text-decoration:none;
}

a.fontdarkgrey:active {
	color:#333333;
}

.positionnothankyou {
color:#333333;
padding: 0px auto 0px auto;
}

.nomargin {
margin: auto auto 0px auto;
}