body {
	background: url(/img/bkg_body.jpg) left top ;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:0;
}

h4 {
        padding: 0 0 0 0;
        margin: 0 0 0 9px;
        font-size:18px;
        font-weight: normal;
}

h3 {
        padding:0;
        margin: 0;
        font-size:19px;
        font-weight: normal;
}

h1 {
        padding:0;
        margin: 0;
        font-size:25px;
        font-weight: normal;
}

h2 {
        padding:0;
        margin: 0;
        font-size:20px;
        font-weight: normal;
}


.header {
	background:url(/img/bkg_header.jpg) center bottom no-repeat;
	height:257px;
	padding:0 40px 12px 0;
	color:#ffffff;
}

.menu {
	background:url(/img/bkg_menu.jpg) center top no-repeat;
	height:144px;
}

.content {
        font-size:14px;
	background:url(/img/bkg_content.jpg) center top repeat-y;
	padding:20px 60px 40px 60px;
}

.content td{
        font-size:14px;
}

.content a{
        color:#000000;
}

.content a:hover{
        text-decoration:none;
}

.footer {
	background:url(/img/bkg_footer.jpg) center bottom no-repeat;
	height:112px;
}

.footer td{
	font-size:13px;
}

.footer a{
	color:#b56300;
}

.footer a:hover{
	text-decoration:none;
}


