@charset "utf-8";



#Address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	font-weight: bold;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	line-height: 19px;
	text-transform: uppercase;
}

#Wrapper {
	width: 800px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	margin-bottom: 50px;
	border: 5px solid #63A3E2;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/background/wrapper-background.jpg);
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
}


#Logo {
	padding-right: 10px;
	padding-bottom: 20px;
	border-bottom-color: #CCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 20px;
}
#Slogan {
	text-align: right;
	float: right;
	font-weight: bold;
	font-size: 22px;
	margin-top: 165px;
	color: #408DDD;
}


#Footer {
	margin: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding: 20px;
	text-align: right;
	font-size: 11px;
	background-image: url(../images/logos/footer-logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#PageContent {
	margin: 5px;
	padding: 5px;
	color: #333333;
}
h1 {
	color: #408DDD;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 23px;
}
h2 {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 20px;
	margin: 0px;
	color: #408DDD;
}
blockquote {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

