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

/* ##################################################
#	GENERAL
###################################################*/
* {
/*
	margin: 0px;
	padding: 0px;
*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
div.cleaner { clear: both; }
a:link, a:visited, a:hover, a:visited {
	text-decoration: none;
}
a {
	outline: none;
}
a img {
	border: none;
}
.s1 { font-size: 9px !important; }
.s2 { font-size: 12px !important; }
.marg5l {
margin-left:5px;
}
.marg10t {
margin-top:10px;
}
.marg10b {
margin-bottom:10px;
}
.marg5t {
margin-top:5px;
}
.marg5b {
margin-bottom:5px;
}
.marg15t {
margin-top:15px;
}
.marg15b {
margin-bottom:15px;
}
.alignCenter {
	text-align: center;
}

/* ##################################################
#	WRAPPER
###################################################*/
div#contact-wrapper {
	position: relative;
	width: 440px;
	text-align: left;
	margin: 5px auto;
}

div#content {
	background-color: #fff7ef;
	width: 756px;
	border: 2px solid #999999;
	margin-top: 5px;
}
div#content-header {
	text-align: center;
}
div#content-footer {
	height: 10px;
}


