*{
margin: 0;
padding: 0;
}



body{
background-image: url(../images/background.jpg);
background-position: top left;
background-repeat: repeat-x;
color: #333;
font-family: "trebuchet MS", arial, helvetica, sans-serif;
font-size: 90%;
padding: 0;
margin: 0;
text-align: center;
}

#all{

max-width: 1000px;
text-align: left;
margin-left: auto;
margin-right: auto;
align:relative;
margin-top: 0;
}

#left{
float: left;
width: 200px;
xmargin-top: 200px;
align:relative;
height: 3000px;
}

#right{
align:relative;
xmargin-top: 200px;
height: 3000px;
margin-left: 20px;
}


.image{
margin-left: 10px;
}




#navcontainer ul{
list-style-type: none;
text-align: left;
margin-right: 20px;
}

#navcontainer ul li{
background: #fff;

border: 1px solid #333;
margin-bottom: 3px;
padding: 3px;
}

#navcontainer ul li a{
text-align: left;
text-decoration: none;
color: #333;
font-weight: bold;
}

#navcontainer ul li a:hover{
color: #0f7472;

}

#navcontainer ul li a#current{
color: #0f7472;
}

a{
text-decoration: none;
color: #333;

}

a:hover{
color: #0f7472;

}



