body {
	text-align: center;
	background-color: #FDFDA8;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

body,tr,td,th,div,font {
	f1ont-family: Ariel;
	font-size: 96%;
	line-height: 120%;
	color:#646464;
}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

a:link    { color:#FF5F75; }
a:visited { color:#FF5F75; }
a:active  { color:#FF5F75; }
a:hover   { color:#FFFFFF; text-decoration:none; background:#FF5F75; }

.mainpage {
	width:652px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-image: url(img/bg_main.gif);
}

.content {
	fl1oat:left;
	margin:16px 10px 16px 16px;
	width:458px;
	display: block;
}

.menu {
	flo1at:right;
	text1-align: left;
	margin:16px 16px 16px 0px;
	wid1th:128px;
	bac1kground-color: red;
}

.menu ul {
	margin: 0px;
	line-height: 160%;
}
ul {
	line-height: 140%;
}

ol {
	line-height: 140%;
}

.footer {
	width:652px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 92%;
}