html {
    height: 100%;
}

body {
	padding: 0px;
	font: normal 14px georgia;
}

#wrapper {
	margin-right:auto;
	margin-left:auto;
	margin-top: 50px;
	width: 995px;
}

#frame {
	background-image: url('/img/frame.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 994px;
	height: 491px;
}

#navigation {
	height: 35px;
	margin: 0;
	padding: 0;
}

#navigation img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#content {
	margin: 2px 0 0 316px;
	width: 670px;
	height: 442px;
	overflow: auto;
	background-repeat: no-repeat;
}

#content_text {
	width: 380px;
	height: 302px;
	margin: 140px 0px 0 40px;
	padding: 0 10px 0 0;
	background-image: url('/img/vline.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	overflow: auto;
}

#content_title {
	font: 22px times new roman;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
