body {
	margin: 0;
	padding: 0;
	background-image: url(../jpg/main_bg.jpg)
}

body, span, div, input, table, td, th, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
}

a, a:link, a:active, a:visited {
	font-size: 11px;
	color: #836045;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #836045;
	font-weight: bold;
	text-decoration: underline;
}

a.small, a.small:link, a.small:active, a.small:visited {
	font-size: 10px;
	color: #71562e;
	font-weight: normal;
	text-decoration: none;
}

a.small:hover {
	font-size: 10px;
	color: #d1b888;
	font-weight: normal;
	text-decoration: underline;
}

.header {
height: 115px;
}

.footer {
	padding-top: 2px;
	height: 60px;
	font-size: 10px;
	color: #71562e;
	font-weight: normal;
	text-decoration: none;
}


