body
{
    background-size: 500px;
  	background-repeat: no-repeat;
  	background-position: top 0 right 0;
	background-color: #deece2;
	background-image: url(Resources/Images/Background.jpeg);
	font-family: Consolas,monaco,monospace;
}
#main
{
	position: fixed;
	background-color: rgba(222,236,226,0.9);
	width: 500px;
	height: 100%;
	left:0;
	top:0;
}
#navi
{
	text-align: right;
	width: 75px;
	position: fixed;
	left: 5px;
	top: 20px;
}
#content
{
	width: 400px;
	position: relative;
	left: 90px;
}
#part
{
	position: relative;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width:1px;
	padding-bottom: 6px;
}
a:link
{ 
	color: #14882d;
	text-decoration : underline; 
	
}
a:visited
{
	color: #14882d;
	text-decoration : none; 
}
a:hover
{
	color: #002508;
	text-decoration : underline; 
}
a:active
{
	color: #002508;
	text-decoration : underline; 
}
h1
{
	border-bottom-style: double;
	border-width: 2px;
}
h2
{
	border-bottom-style: dotted;
	border-width: 2px;
}

#homebutton
{
    background-image:url('/Resources/Images/Home.jpeg');
    height: 64px;
    width: 64px;
    float: right;
}
#homebutton:hover
{
    background-image:url('/Resources/Images/HomeActive.jpeg');
    height: 64px;
    width: 64px;
}


