body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #373a3b;
}
h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}
#logo {
	height: 111px;
	background-repeat: no-repeat;
}
#slogan {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 253px;
	padding-top: 17px;
	color: #210963;
}
#wrapper {
	width: 761px;
	margin: 0 auto;
}
#content {
}
#content h1 {
	background-image: url(../images/h1_back.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 34px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h2 {
	color: #ac1210;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}
#content p {
	margin-bottom: 10px;
}
#contentLeft {
	width: 253px;
	height: 436px;
	border-bottom: 1px solid #a2aeb3;
	background-image: url(../images/back_left_earth.gif);
	background-repeat: no-repeat;
	float: left;
}
#contentLeft #navigator {
	background-image: url(../images/navigator_back.gif);
	background-position: 243px 0px;
	background-repeat: no-repeat;
	height: 28px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	color: #373a3b;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer {
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
	color: #726f68;
}
#cpr {
	color: #bbb5a6;
	font-size: 9px;
	text-align: right;
}
#cpr a {
	color: #bbb5a6;
	text-decoration: none;
}
#cpr a:hover {
	color: #7e7a70;
	text-decoration: none;
}