body {
	margin: 49px 0 0 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background-color: #FDE1FF;
	font: 76% "Trebuchet MS", Arial;
	color: #111;
}

div#banner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 5px 0;
	background-color: #eee;
	border-bottom: 2px solid #CB1135;
	border-top: 1px solid #CB1135;
}
	
div.main-wrapper {
	position: relative;
	width: 606px;
	margin: 0 auto;
	text-align: left;
	background-image: url("../images/main_bg.png");
	height: 100%;
}

div.logo {
	position: absolute;
	top: 32px;
	left: 39px;
}

form.contactForm label {
	clear: both;
	float: left;
	width: 60px;
	margin-left: 30px;
}

form.contactForm input,
form.contactForm textarea {
	float: left;
	width: 175px;
	margin-bottom: 10px;
}

form.contactForm textarea {
	height: 75px;
}

h1 {
    padding: 175px 0 0 0;
	margin: 0;
    overflow: hidden;
    background-repeat: no-repeat;
	background-position: 16px 0;
    height: 0px !important;
    height /**/:175px;
}

ul.navbar {
	margin: 0 16px 0 30px;;
	padding: 10px 0 0 0;
	background-position: top right;
	background-repeat: no-repeat;
	height: 240px;
}

ul.navbar li {
	list-style-type: none;
	line-height: 25px;
	text-transform: capitalize;
}

div.main-content {
	background-image: url("../images/content_bg.gif");
	background-position: 16px 100%;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

h2 {
	margin: 10px 0 0 30px;
	font-size: 1.6em;
	color: #cb1135;
}

h3 {
	margin: 0 30px;
	font-size: 1.1em;
	color: #cb1135;
}

p {
	margin: 10px 30px;
}

p.footer-address {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CA3900;
	margin-top: 40px;
}

p.footer-copyright {
	text-align: center;
	font-size: .9em;
	color: #CA3900;
	margin-bottom: 0;
}

a {
	color: #BC3451;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
