body{
	color: #555555;
	font-size: 14px;
	line-height: 22px;
	 }
#container{
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/frame_m.jpg);
	background-repeat: repeat;
}
#content{
	width: 800px;
	height: 100%
	margin:0;
	padding:0;
}
#header{
	width: 800px;
	margin: 0 auto;
}
#fotter{
	width: 800px;
	margin: 0 auto;
}
a:link {
	color: #FC2797;
	text-decoration: none;
}
a:visited {
	color: #D81170;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.red {
	color: #D81170;
	font-size: 14px;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
.smallest {
	font-size: 10px;
	line-height: 11.5px;
}
.td_pur {
	background-color: #3A1360;
}
.purple {
	color: #3C1160;
}
.blue {
	color: #000033;
}
.big {
	font-size: 16px;
	line-height: 25px;
}
.smallgrey {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
