﻿*
{
        margin: 0;
    padding: 0;
}

body 
{

font-weight:normal;
font-size: 12px;
font-family:Arial,Helvetica,sans-serif;
background: url(../images/bg.png)  no-repeat;
}



  
  


#Header img
{
    float: left;
}


#Header h1
{
    color: #fff;
    
}

#Header a.Links
{
    float: right;
    margin: 5px 5px 5px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

#Footer
{
    color:#fff;
    font-size: 12px;
}

#Footer a
{
    color: #fff;
}

#Footer .left
{
	float:left;
}

#Footer .right
{
	float:right;
}

#Main h1
{
    display: block;
    font-size: 18px;
    background: #000;
    color: #dc3ea6;
    padding:2px 2px 2px 5px;
  
}


#Main h2
{
    display: block;
    font-size: 14px;
    background: #000;
    color: #dc3ea6;
    padding:2px 2px 2px 5px;
  
}

#Main p
{
    color: #666;
    font-size: 12px;
    margin: 5px;
}

#Main li
{
	color: #666;
    font-size: 12px;
    margin: 5px;
    list-style-position:inside;
    padding:0px 0px 0px 15px;
}



#item img, #itemfancy img
{
    width: 180px;
    height: 180px;
    border: 0 solid transparent;
}

#item p
{
    font-size: 9px;
    font-weight: normal;
    color: white;
}

#itemfancy p
{
    font-family:Monotype Corsiva;
    text-align:center;
    font-size:16px;
    color:White;
}

.Clear
{
    clear: both;
}

Fieldset
{
    width:  650px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

legend
{
    color: #dc3ea6;
    font-size: 14px;
    font-weight: bold;
}

.form label
{
    clear: both;
    color: #666;
    font-size: 12px;
    float: left;
}

.form input
{
    float: right;
    width: 300px;
    font-size: 12px;
    color: #666;
}

.form select
{
	float: right;
    width: 304px;
    font-size: 12px;
    color: #666;
}

.form textarea
{
    float: right;
    color: #666;
    width: 300px;
    height:100px;
    font-size: 12px;
}

.form button
{
    float: right;
 
    
}