img {vertical-align: top;}

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	color: #273e50;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 988px;
}

#main #header {
	background-image: url('../images/header.jpg');
	background-position: right top;
	height: 181px;
}

#main #left {
	background-image: url('../images/left-rep.gif');
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #d9e3e5;
	width: 200px;
	vertical-align: top;
}

#main #content {
	vertical-align: top;
}

#main #content h1 {
	background-image: url('../images/h1.gif');
	font-size: 12pt;
	height: 26px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 0 0 20px;

}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	margin: 20px 10px 10px 10px;
        display:inline;
	font-size: 12pt;
        margin-bottom:0px;
        margin-top:0px;
}



#main #content p {
	margin: 10px;
}

#main #content a {
	color: #efb046;
	font-weight: bold;
}

#table {
	width: 400px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: top;
}

#main #right {
	background-image: url('../images/navi-rep.gif');
	background-repeat: repeat-y;
	width: 225px;
	vertical-align: top;
}

#main #right .menu {
	list-style-type:  none;
	margin: 12px 12px 12px 15px;
}

#main #right .menu li {
	display: inline;
}

#main #right .menu li a {
	display: block;
	border-bottom: 1px dashed;
	text-decoration: none;
	color: #273e50;
	font-weight: normal;
	padding: 6px 6px 2px 6px;
}

#main #right .menu ul {
	list-style-type: none;
	border-bottom: 1px dashed;
	padding: 5px 15px 5px 15px;
}

#main #right .menu ul li a {
	border: 0;
	padding: 0;
}

#main #right .menu li a:hover {
	font-weight: bold;
}


#main #footer {
	background-image: url('../images/footer.gif');
	background-position: right top;
	height: 85px;
}