html {
	width: 100%;
	height: 100%;
	
	
}

body {
	width: 100%;
	height: 100%;
	
	color: #000000;
	background-color: #B7B7B7;
	
	font-family: Verdana, Tahoma, MS Sans Serif;
	font-size: 11px;
	
	margin: auto;
}

h1 {
	font-size:14px;
	margin:14px 0px 8px 0px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td {
	padding: 0px;
	font-family: Verdana, Tahoma, MS Sans Serif;
	font-size: 11px;
}

p {
	margin-top: 0px;
}

.top {
	height: 216px;
	
	background-image: url(../img/page_top.jpg);
	background-repeat: no-repeat;
}

.nav {
	text-align:justify;
	line-height:18px;

	vertical-align: top;
	
	padding: 16px;
	padding-left: 24px;
	padding-right: 8px;
	
	background-color: transparent;
	background-image: url(../img/page_content.jpg);
	background-position: top left;

	font-family: Verdana, Tahoma, MS Sans Serif;
	font-size: 11px;
}

.line {
	background-color: #EBEBEB;
	background-image: url(../img/page_line.jpg);
	background-repeat: no-repeat;
}

.content {
	text-align:justify;
	line-height:18px;

	vertical-align: top;
	
	padding: 16px;
	padding-right: 24px;
	
	background-color: transparent;
	background-image: url(../img/page_content.jpg);
	background-position: top right;
	
	font-family: Verdana, Tahoma, MS Sans Serif;
	font-size: 11px;
}

.bottom {
	background-image: url(../img/page_bottom.jpg);
	background-repeat: no-repeat;
	
	font-family: Verdana, Tahoma, MS Sans Serif;
	font-size: 9px;
	
	text-align: right;
	vertical-align: middle;
}

.copyright {
	margin-right: 20px;
	margin-bottom: 16px;
	
	color: #666666;
}
