body
{
	background-color: #1A464A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container
{
    width: 900px;
	height: 600px;
	border-left: 10px solid white;
	border-right: 10px solid white;
	background-color: #0A727B;
	margin: auto;
}

#top
{
    width: 100%;
	height: 150px;
	border-bottom: 3px solid white;
	float: left;
}

#meny
{
    width: 100%;
	height: 25px;
	border-bottom: 3px solid white;
	background-image: url(bottom.jpg);
	float: left;
}

#m 
{
	font-family:Corbel, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    padding-left: 20px;
    padding-top: 4px;
	color: #59B6E1;
}

#center
{
    width: 100%;
	height: 388px;
    float: left;
    padding-right: 10px;
}

#center p
{ 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#left
{
    width: 50%;
	height: 100%;
	float: left;
}

#right
{
    width: 50%;
	height: 100%;
	float: left;
}

#bottom
{
    width: 100%;
	height: 25px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	background-image: url(bottom.jpg);
    float: left;
}

a
{
	color: #59B6E1;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #59B6E1;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #59B6E1;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}


#footer 
{
	font-family:Corbel, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    padding-left: 230px;
    padding-top: 3px;
    color: #59B6E1;
}

#form
{
    margin-left: 80px;
    margin-top: 50px;
}
