body 
{
margin:0px 0px 0px 0px;
color:#666;
font:normal normal 500 11px Trebuchet MS, Verdana;
text-align: center;
line-height: 22px;
z-index:-2;
}

#wrapper 
{
/*//border: solid 1px #0f0;*/
width: 594px;
background-color: #fff;
text-align: left;
margin-top: 30px;
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
background-image:url('../img/loop.jpg');
background-attachment:scroll;
background-position:0px 0px;
background-repeat:repeat-y;
overflow: hidden;
}

#top
{
/*//border: solid 1px #f00;*/
width: 594px;
height: 285px;
background-image:url('../img/top.jpg');
background-attachment:scroll;
background-position:0px 0px;
background-repeat:no-repeat;

}

#left
{
/*//border: solid 1px #f60;*/
width:207px;
height: 100%;
float: left;
}

#right
{
/*//border: solid 1px #f06;*/
width: 380px;
float: right;
}

#menu
{
/*//border: solid 1px #0ff;*/
position: relative;
top: -168px;
width: 102px;
height:310px;
}

#content
{
/*//border: solid 1px #00f;*/
width: 296px;
}

#footer
{
/*//border: solid 1px #f0f;*/
vertical-align: bottom;
width: 207px;
height: 160px;
background-image:url('../img/footer.jpg');
background-attachment:scroll;
background-position:0px 0px;
background-repeat:no-repeat;
}
	



h1
{
color: #999;
font-weight: bold;
font-size: 16px;
}

em
{
font-style: italc;
font-weight: bold;
}

hr
{
border-top: 1px solid #0066b3;
border-left: none;
border-right: none;
border-bottom: none;
height: 1px;
}

li
{
padding-bottom: 22px;
}

a
{
text-decoration: none;
color: #0066b3;
}

a:hover
{
text-decoration: underline;
color: #0066b3;
}

