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

body	{
margin:0;
padding:0;
}
div#wrap	{
width:1024px;
margin:0 auto 25px auto;
padding:0 0 5px 0;
font-family:arial, verdana, sans-serif;
border:1px dotted #000000;
}
div#header	{
width:1024px;
height:162px;
margin:0;
background-image:url(img/header.jpg);
}
div#left	{
width:297px;
float:left;
}
div#content	{
width:460px;
float:left;
}
div#right	{
width:266px;
float:right;
}

