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

* { padding: 0; margin: 0; }
body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
}
h1 {
	background-image: url(../images/h1_bg.jpg);
	height: 150px;
	text-indent: -9999px;
}
h2 {
	color: #1A77CC;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	color: #000000;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1A77CC;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 15px;
}
a {
	color: #1A77CC;
}
a:hover {
	text-decoration: none;
}




#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}
#mainContent {
	margin-top: 250px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 15px;
}
#mainLeft {
	float: left;
	width: 410px;
}
#mainRight {
	width: 410px;
	float: left;
	margin-left: 40px;
}
#opening {
	float: left;
	width: 410px;
	margin-left: 40px;
}
#contact {
	float: left;
	width: 410px;
	margin-left: 40px;
}
#footer {
	clear: both;
	margin-bottom: 12px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1A77CC;
	margin-top: 12px;
	font-size: 0.9em;
}


.black {
	font-weight: bold;
	color: #000000;
}
.clearer {
	clear: both;
}


.ra {
	float: left;
	padding-left: 0px;
}
.copy {
	float: right;
	padding-right: 0px;
}.blue {
	color: #1A77CC;
	margin-bottom: 2px;
}
