html
{
	width: 100%;
	background-color: white;
}

body
{
	width: 700px;
	margin: 0;
	
	vertical-align: top; 
	text-align:left;
	
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 13px;
}

div.header
{
	width: 571px;
	height: 298px;

	background-image: url(images/header.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
div.menu
{
	width: 252px;
	height: 271px;
	
	margin-right: 10px;
	
	float: left;

	background-image: url(images/menu.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
div.content
{
	width: 100%;
	height: 300px;
	
	margin: 10px;
}

div.menu div.head
{
	width: 252px;
	height: 99px;
}
div.menu div.perustietoa
{
	width: 252px;
	height: 20px;
}
div.menu div.varustevaatimukset
{
	width: 252px;
	height: 19px;
}
div.menu div.alue
{
	width: 252px;
	height: 19px;
}
div.menu div.keskustelu
{
	width: 252px;
	height: 20px;
}
div.menu div.ilmoittautuminen
{
	width: 252px;
	height: 20px;
}

h3
{
	font-size: 16px;
}
h2
{
	font-size: 20px;
}
h1
{
	font-size: 26px;
}

a:link
{
	color: #3A5169;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #3A5169;
}
a:hover
{
	text-decoration: underline;
	color: #CC6600;
}
a:active
{
	text-decoration: none;
	color: #3A5169;
}
