body {
	font-family: "Arial Narrow", Arial;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 120px;
	background-color: #00625a;
	font-size: 13px;
	color: #dfdfdf;
	text-align: center;

}
#content-left {
	width: 350px;
	float:left;
	text-align: right;
	vertical-align: top;
	height: 100%;
}
#logo {
	height: 61px;
	width: 280px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#title {
	margin-top: 12px;
	line-height: 8px;
}
.hi-title {
	letter-spacing: 1px;
}


#content-right {
	width: 350px;
	margin-left: 400px;
	text-align: left;
	height: 100%;
}

#content-container {
	width: 750px;
	height: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/dot.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}

.data {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 30px;
	font-weight: bold;
}

#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer {
	width: 100%;
	background-color: #dfdfdf;
	padding-top: 5px;
}

#header {
	background-image: url(images/header-back.png);
	background-repeat: repeat-x;
	height: 140px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 750px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
