/*--------- CSS Styles -----------*/

body
{
margin:0px;
padding:0px;
background-color:#fff;
}

.header
{
float:left;
width:100%;
height:80px;
}

.header_top
{
float:left;
width:100%;
height:60px;
}

.header_bottom
{
float:left;
width:100%;
height:20px;
}

.left_margin
{
float:left;
border:1px solid #333;
width:50px;
height:200px;
}

.content_area
{
width:auto;
height:auto;
float:left;
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:10px;
color:#333;
margin-left:35px;
}

.tile
{
margin:10px 15px 10px 0px;
float:left;
width:75px;
height:120px;
text-align:center;
}

.heading
{
margin:30px 0px 15px 0px;
font-size:12px;
font-weight:bold;
color:#000;
}

img.art
{
margin-bottom:10px;
border:1px solid #999;
cursor:pointer;
_cursor:hand;
}

img.art:hover
{
border:1px solid #333;
}

.desc
{
margin-bottom:10px;
width:700px;
line-height:14px;
}

.warning
{
width:auto;
height:auto;
border:1px solid #990000;
background-color:#FF9999;
margin-top:20px;
padding:10px;
color:#990000;
font-weight:bold;
}

.note
{
width:auto;
height:auto;
border:1px solid #009900;
background-color:#CCFFCC;
margin:5px;
padding:10px;
color:#009900;
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:10px;
font-weight:bold;
}

.fullsize
{
margin:5px;
}

.dir_link
{
text-decoration:none;
color:#000;
}

.dir_link:hover{text-decoration:underline;}
