* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url(../img/bg.gif) repeat-x;
	color: #6b6b6e;
	text-align: center;
	}
	

img {
	border: none;
	}
	
a:link, a:active, a:visited, a:focus {
	color: #6b6b6e;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a.red:link, a.red:active, a.red:visited, a.red:focus {
	color: #e41028;
	text-decoration: underline;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
	
a.red:hover {
	text-decoration: none;
	}
	

#wrapper {
	width: 600px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 130%;
	padding-top: 60px;
	}

#footer {
	/*background: #f2f2f2;*/
	width: 100%;
	text-align: center;
	/*border-top: 1px solid #d2d2d2;*/
	padding: 5px 0;
	margin: 0;
	}

.logo {
	padding-bottom: 50px;
	}
	

h1 {
	margin-bottom: 30px;
	}

h2 {
	margin-bottom: 30px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	width: 100%;
	text-align: left;
	}
	
p {
	margin-bottom: 10px;
	text-align: left;
	}

p.justify_m {
	width: 100%;
	text-align: center;
	}
	
p.text {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	}
	
div.float_l {
	float: left;
	width: 45%;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: left;
}

div.float_r {
	float: left;
	width: 45%;
	text-align: left;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}
