.background {
	background-image: url(../images/bg.gif);
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	background-image: url(../images/header_bg.gif);
	height: 133px;
	width: 800px;
}
body {
	float: left;
	padding: 0px;
	margin-left: 50px;
	text-align:center;
}
.content {
	background-image: url(../images/content_bg.gif);
	width: 596px;
	height: 400;
	float: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 40px;
	text-align:left;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	height: 297px;
	text-align:left;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	word-spacing: normal;
	margin-top: 32px;
	margin-right: 32px;
	margin-left: 10px;
}
.contact a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.navtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	text-align: right;
	margin-right: 37px;
	margin-left: 0px;
}
.navtext a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}

.navtitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #BD1A5C;
	
	font-weight: bold;
margin-top: 15px;
	padding-right: 37px;
	text-decoration: none;
	text-align: right;
}
.navtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #BD1A5C;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 25px;
}

.nav {
	background-image: url(../images/nav_bg.gif);
	width: 200px;
	float: left;
	text-align: right;
	height: 400px;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	height: 53px;
	width: 800px;
	float: left;
}
