/* CSS Document */
body, td
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

a
{
text-decoration:none;
color:#333333;
font-size:12px;
}

a:hover
{
text-decoration:underline;
}

.header
{
text-align:center;
background-image:url(../images/fill.gif);
background-repeat:repeat-x;
}

a.link
{
text-decoration:none;
font-variant:small-caps;
font-size:12px;
font-weight:600;
color:#6e6202;
}

a.link:hover
{
display:block;
background-color:#f9df06;
text-decoration:underline;
}

#left
{
background-image:url(../images/left.gif);
background-repeat:no-repeat;
}

#right
{
background-image:url(../images/left.gif);
background-repeat:no-repeat;
}

.line
{
background-image:url(../images/line.gif);
background-repeat:no-repeat;
}

#footer
{
background-image:url(../images/bottom.gif);
background-repeat:no-repeat;
height:20px;
}

.foot_link
{
display:inline;
}

.foot_a
{
color:#6e6202;
font-size:12px;
font-weight:600;
text-decoration:none;
}

.foot_a:hover
{
text-decoration:underline;
}

.foot_ul
{
height:12px;
margin-top:2px;
}

#btn
{
border:#6e6202 2px outset;
font-variant:small-caps;
font-size:14px;
font-weight:600;
background-color:#fdf084;
color:#6e6202;
padding-left:10px;
padding-top:3px;
padding-bottom:3px;
padding-right:10px;
cursor:ne-resize;
}


img.floatLeft 
{ 
float: left; 
margin: 4px; 
margin-right:10px;
}

img.floatRight
{ 
float: right; 
margin: 4px; 
margin-right:10px;
}

#deal_fld
{
width:600px;

border:#6e6202 4px double;
}
#deal
{
margin-top:120px;
background-image:url(../images/deals.gif);
background-repeat:no-repeat;
height:200px;
width:600px;
}