body {
	font-family: times;
	margin: 0;
	padding: 0;
}

h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #771100;
	font-size: 20px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}
hr {
	background-color: #771100;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper {
	width: 800px;
}
#header {
	padding-bottom: 10px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#content {
	margin-top: 0;
	padding-top: 0;
}

#menu {
	float: left;
	width: 135px;
	background-image: url(../images/menu_background.png);
	background-repeat: repeat-y;
	text-align: right;
	font-family: Arial;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 120px;
	postition: relative;
}

#menu a {
	color: white;
	font-size: 14px;
	display: block;
	margin-bottom: 19px;
}

#address {
	margin-top: 50px;
	width: 125px;
	text-align: center;
	font-size: 12px;
	font-family: arial, sans-serif;
}
#main {
	margin-left: 165px;
	padding-bottom: 0;
	padding-top: 10px;
	color: black;
	font-family: verdana, sans-serif;
	postition: relative;
}

#main a {
	color: black;
	text-decoration: none;
}
#content {
	background-image: url(../images/main_background.png);
	background-repeat: repeat-y;
	postition: relative;
}

#footer {
	clear: both;
	margin-top: -10px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	font-family: verdana, sans-serif;
	postition: relative;
}

#footer a {
	color: white;
}

.button {
	font-size: 10px;
	padding-left: 8px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	text-align: center;
}

.button_big {
	font-size: 10px;
	padding-left: -3px;
	padding-right: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../images/button_big.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 110px;
	color: white;
}

.stupid {
	font-size: 10px;
	padding-left: -3px;
	padding-right: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../images/button_big.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 110px;
	_margin-left: 113px;
	color: white;
}

.button a {
	color: white;
}

#button_big a {
	color: white;
}