body {
	text-align: center;
	background:url(img/bg.gif) repeat-x #FDFDA8;
}

body,tr,td,th,div,font {
	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 {
	clear:both;
	width:652px;
	height:1300px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background:url(img/bg_main.gif) repeat-y #FFFFFF;
}

.content {
	float:left;
	margin:16px 10px 16px 16px;
	width:458px;
	display: block;
	background-color: #FFFFFF;
}

.menu {
	float:right;
	text-align: left;
	margin:16px 36px 16px 0px;
	width:128px;
	background-color: #D7F9FF;
}

.menu ul {
	margin: 0px;
	line-height: 160%;
}
ul {
	line-height: 140%;
}

ol {
	line-height: 140%;
}

.footer {
	clear:both;
	width:652px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 92%;
}
