#wrapper
{
margin: 0px auto;
width: 760px;
}

#header
{
width: 760px;
height: 200px;
border: 1px solid #E9E9E9;
border-bottom: 0px;
}

#headmenu
{
width: 740px;
padding: 5px 10px;
/*border-top: 2px solid #E9E9E9;*/
margin-bottom: 10px;
letter-spacing: 4px;
text-align: center;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

#contentwrapper
{
border: 1px solid #E9E9E9;
border-top: 0px;
border-bottom: 2px solid #E9E9E9;
}

#scroll
{
overflow: auto;
width: 760px;
height: 300px;
}

#scrollright
{
overflow: auto;
float: right;
width: 335px;
height: 275px;
}

#contentpad
{
padding: 1px 10px;
}

#fullcontent
{
width: 685px;
height: 255px;
padding: 5px;
text-align: left;
align: center;
margin-bottom: 10px;
}

#leftcontent
{
float: left;
width: 335px;
height: 255px;
padding: 10px;
text-align: left;
margin-bottom: 10px;
}

#leftcontentimg
{
float: left;
width: 335px;
height: 255px;
padding: 10px;
text-align: left;
margin-bottom: 10px;
background-image: url('imgs/ro.jpg');
background-repeat: no-repeat;
background-position: top;
background-attachment: fixed;
}

#rightcontent
{
float: right;
width: 335px;
height: 255px;
padding: 10px;
text-align: left;
margin-bottom: 10px;
}

#footer
{
width: 740px;
padding: 5px 10px;
margin-top: 10px;
text-align: right;
font-size: 80%;
letter-spacing: 4px;
}

