@charset "UTF-8";
/* CSS Document */

body {
background-color:#E2E1D5;
font-size:13px;
font-family:  "Avenir 55 Roman", Helvetica, Arial, sans-serif;
}

a:link {text-decoration: none; color:#339999}
a:visited {text-decoration: none; color:#606}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color:#DDCC68;}

#whitebox{
background-color:#FFF;
width:755px; height:770px;
position: absolute;
left: 100px; top: 100px;

}

#topbanner{
position: absolute;
left: 58px; top: 40px;
}

#lColumn{
position: absolute;
top:70px;
left:20px;
width:420px;
padding:10px;
}

#rColumn{
position: absolute;
top:70px; left:460px;
width:270px;
}

#vertribbon{
position: absolute;
left: 830px; top: 0px;
}

#about{
padding-top:10px;
padding-bottom:10px;
width:390px;
line-height: 130%;
}

#categories{
padding-top:10px;
padding-bottom:10px;
width:280px;
font-size:15px;
font-family: "Avenir 55 Roman", Helvetica, Arial, sans-serif;
}

#copyrightDiv{
font-size:10px;
font-family:  "Avenir 55 Roman", Helvetica, Arial, sans-serif;
color: #999;
position: absolute; bottom: 0px;
width: 740px;
padding-bottom: 10px; padding-left: 30px;
}