body {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 9pt;
	line-height: 13pt;
	color: #FFF;
	background-color: #1b242c;
	width: 1105px;
	height: 740px;
}

#wrapper {
	padding: 20px;
	margin: 25px 25px 0 25px; 
	background: url("images/page-bg-01.png") no-repeat;
	height: 680px;
}

#innerWrapper {
	position: relative;
	margin: 0;
	padding: 0;
	height:440px;
}

#header{
	margin:0;
	background: url("images/title-bg-01.png") no-repeat; 
	padding: 0;
	height: 84px;
	margin-bottom: 20px;
}

#footer {

	padding-top: 27px;
	height: 90px;
	background: url("images/menu-bg-01.png") no-repeat;
}



#footer ul li {
	text-decoration:none; 
	display: inline;
	margin-right: 43px;
}

#footer a {
	text-decoration: none;
}

#footer img {
	border: 0;
}



#leftContent{
	background: url("images/2box-left-bg-01.png") no-repeat;
	float: left;
	clear: right;
	height: 423px;
	width: 527px;
	margin-right: 10px;
	padding: 15px 0 0 5px;
	overflow:auto;
}

#rightContent{
	background: url("images/2box-right-bg-01.png") no-repeat;
	float:left;
	clear: right;
	height: 423px;
	width: 417px;
	padding: 15px 0 0 5px
	overflow:auto;
}

.contentHeader {
	width: 30%;
	margin: 5px 5px 0 25px;
	color: #8fa8b9;
}

#rightContent .contentHeader{
	width: 40%;
}

.contentHeader h1 {
	border-bottom: 1px solid #FFF;
	padding:0px 0px 3px 0px;
}

div.content {
	margin:10px 25px 0pt;
}

#ThreeColLeftContent{
	background: url("images/3box-bg-01.png") no-repeat;
	float: left;
	height: 423px;
	width: 308px;
	margin-right: 20px;
	padding-top: 15px;
	overflow:auto;
}



#ThreeColCenterContent{
	background: url("images/3box-bg-01.png") no-repeat;
	float: left;
	margin-right: 20px;
	height: 423px;
	width: 308px;
	padding-top: 15px;
	overflow:auto;
}

#ThreeColRightContent{
	background: url("images/3box-bg-01.png") no-repeat;
	float: left;
	height: 423px;
	width: 308px;
	padding-top: 15px;
	overflow:auto;
}



h1 {
	font-size: 11pt;
	line-height: 10pt;
}



a {
	color: #8fa8b9;
}

a:hover {
	color: #FFF;
}

a:visited {
	color: #8fa8b9;
}

