*{
margin: 0;
padding: 0;
}

body{
font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
font-size: 70%;
text-align: center;
color: #333;
background: #84ac91;
background-image: url(images/backgroundline.jpg);
background-position: center;
background-repeat: repeat-y;


}

#wrapper{
margin-left: auto;
margin-right: auto;
align:relative;

text-align: left;
width: 750px;
background: #fff;
background-image: url(images/background.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#header, #navigation, #content, #right, #footer {
overflow:hidden;
display:inline-block;
}


#header{
position: relative;
height: 130px;
width: 100%;
}

#navigation{
position: relative;
margin-top: 50px;
float: left;
margin-right: 20px;
margin-left: 13px;
line-height: 200%;
width: 13%;
}


#navigation ul{
list-style: none;
}

#navigation ul li{
display: block;
}

#navigation ul li a{
text-decoration: none;
font-weight: bold;
color: #333;
}

#navigation ul li a:hover{
font-weight: normal;
color: #f03c25;
}

ul#LM_level_2{
margin-left: 20px;
}

#content{
position: relative;
margin-top: 50px;
line-height: 150%;
width: 80%;
}

#content img{
margin-top: 20px;
margin-bottom: 20px;
}

#content p{
margin-bottom: 20px;
}

table, td, tr, th, img{
border:none;
}

#footer{
width: 100%;
clear: both;
height: 50px;
}

a{color: #333;}
a:hover{color: #f03c25;}