/* CSS Document */

#topMenuBar {
	margin-left: 50px;
	height: 50px;
	width: 850px;
	position: relative;
	display: block;
	z-index: 100;
	top: 120px;
}

body {
	background: url(back.png);
}

#bodyMain {
	width: 900px;
	min-height: 700px;
	margin: 0 auto;
	background: #FFF;
	display: block;
	float: none;
	position: relative;
}

#masthead {
	float: left;
	width: 900px;
	height: 147px;
	display: block;
	position: relative;
	clear: both;
}

#topMenuBarMain {
	margin-left: 50px;
	height: 25px;
	width: 850px;
	position: relative;
	display: block;
	z-index: 100;
	margin-top: -28px;
}

#masthead h1 {
	font-size: 18px;
	margin-top: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width: 900px;
	height: 38px;
	position: relative;
	display: block;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	clear: both;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}
	
#letterMain {
	width: 850px;
	height: 140px;
	position: relative;
	display: block;
	margin: 5px auto 5px 25px;
	float: left;
	clear: both;
}
hr {
	clear: both;
	float: none;
	display: block;
	position: relative;
	margin-bottom: 0px;
}


#contentMain {
	width: 900px;
	height: auto;
	display: block;
	position: relative;
	float: left;
	margin-top: 30px;
	clear: both;
	background-color: #FFF;
}

#letterImage {
	width: 100px;
	height: 128px;
	float: left;
	display: block;
	position: relative;
	clear: both;
	margin: 5px;
	border: 1px outset #000;
}

#letterText {
	width: 722px;
	height: 128px;
	margin: 6px;
	float: right;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#letterText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#mainContentMain {
	width: 850px;
	height: auto;
	position: relative;
	display: block;
	margin: 5px auto 5px 25px;
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

#mainContentMain h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#mainContentMain .sub {
	font-size: 9px;
}

#mainContentMain h1 {
	font-size: 18px;
	margin-top: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
