*{
padding:0px;
margin:0px;
}

body{
background-image:url("../images/bg.gif");
background-repeat:repeat-x;
font-family:arial;
color:#666;

  scrollbar-face-color:#999;
  scrollbar-arrow-color:#fff;
  scrollbar-track-color:#fff;
  scrollbar-shadow-color:#ccc;
  scrollbar-highlight-color:#ccc;
  scrollbar-3dlight-color:#999;
  scrollbar-darkshadow-Color:#ccc;

}

img{
border:0px;
}

h1{
font-size:18px;
font-weight:lighter;
text-align:left;
}

hr{
color:#999;
width:100%;
height:1px;
margin-bottom:10px;
}

p{
font-size:12px;
padding-bottom:14px;
text-align:left;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

.content{
background-color:#fff;
width:528px;
}

.page{
padding:10px;
height: 560px;
overflow: auto;
margin-right:6px;
}


