body	{
	margin: 0px;
	background: #E4D9D7;
	font-family: Tahoma;
	font-size: 11px;
	color: #8B667A;
	text-align: justify;
	line-height: 17px;
	cursor: default;
	}

h1	{
	font-family: Tahoma;
	font-size: 11px;
	color: #470026;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: dotted 1px #470026;
	}

a	{
	color: #000000;
	text-decoration: none;
	}

a:hover	{
	color: #FFFFFF;
	}

.menu	{
	position: absolute;
	left: 80px;
	top: 370px;
	width: 150px;
	}

.main	{
	position: absolute;
	left: 240px;
	top: 425px;
	width: 310px;
	}