body{
background: #fff;
padding: 0px;
margin: 10px 0px 0px 0px;
}

/*#wrapper{
border-right: 1px solid black;
background: #fff;
width: 682px;
}*/

#wrap1{
background: url(images/layout/bg.gif) repeat top left;
width: 682px;
}

#wrap2{
}

#wrap3{
margin-right: 162px;
}

#main{
margin: 10px;
font-family: arial, sans serif;
font-size: 12px;
color: black;
}

#right{
float: right;
width: 162px;
}

#top{
width: 682px;
}

#bottom{
width: 682px;
}

.legal{
font-family: arial, sans serif;
font-size: 9px;
color: black;
}

p{
font-family: arial, sans serif;
font-size: 12px;
color: black;
}

a:link{
color: black;
text-decoration: underline;
}

a:hover{
color: red;
text-decoration: underline;
}

a:active{
color: red;
text-decoration: underline;
}

a:visited{
color: #999;
text-decoration: underline;
}

hr{
color: #fff;
background-color: #fff;
height: 2px;
border-top: 1px dotted #ccc;
border-bottom: none;
border-right: none;
border-left: none;
}

h1{
font-family: arial, sans serif;
font-size: 14px;
color: red;
font-weight:bold;
}

h2{
font-family: arial, sans serif;
font-size: 12px;
color:#666666;
font-weight:bold;
}