/* CSS stylesheet for Magnus project website */

body
{
 color: 82b521;
 text-align: center;
 margin: 0 auto;
 background-image: url(gradient.png);
 background-repeat: repeat-x;
 font-family: sans-serif, arial, helvetica, verdana;
}

a, a:visited, a:hover
{
 text-decoration: none;
 color: 82b521;
}

a:hover
{
 text-decoration: underline;
}

h1,h2,h3,h4,h5,h6
{
 margin: 0px;
}

div.outer
{
 width: 800px;
 text-align: left;
 margin: 0 auto;
}

div.title
{
 width: 400px; 
 float: left;
}

div.aboutme
{
 width: 400px;
 text-align: right;
 float:	right;
}

div.main
{
 width: 100%;
 clear: both;
 background-color: white;
 border-color: 82b521;
 border-style: solid none solid none;
 border-width: 1px;
 color: 384e0e;
}

div.main #floor
{
 clear: both;
}

div.menu
{
 width: 200px;
 float: left;
 margin: 0px;
}

div.menu ul
{
 width: 130px;
 margin: 0px;
 margin-left: 10px;
 margin-top: 10px;
 padding: 0px;
 font-size: 16px;
 font-weight: 700;
 list-style-type: none;
}

div.menu li
{
}

div.menu a, div.menu a:visited
{
 color: 678f1a;
 text-decoration: none;
}

div.menu a:hover, div.menu a:active
{
 color: 3b520f;
}

div.menu li:hover
{
 background-color: e8ffbc;
}

div.content
{
 border-color: 82b521;
 border-style: none none none solid;
 border-width: 1px;
 margin-left: 200px;
 padding: 10px;
}

div.content h1,h2,h3,h4,h5,h6
{
 color: 82b521;
 margin-top: 14px; 
 margin-bottom: 2px;
}
