body
{
margin: auto;
padding: 0px;
background-color: #000000;
color: #7F7F7F;
}

div#site
{
width: 100%;
height: 100%;
margin: 0px;
font-family: arial;
font-size: 12px;
}

/*** site ***/
div#header
{
width: 970px;
height: 49px;
margin: 0px;
text-align: right;
}

div#menu
{
width: 970px;
height: 30px;
margin: 0px;
background-color: #000000;
text-align: left;
}

div#content
{
width: 970px;
height: auto;
margin: 10px;
background-color: #000000;
text-align: left;
}

div#gallery
{
width: 100%;
height: 100%;
margin: 0px;
background-color: #000000;
text-align: left;
}

div.line
{
width: 100%;
height: 1px;
margin: 0px;
background-color: #ffffff;
}

div.col
{
float: left;
margin-left: 20px;
padding-right: 20px;
width: 280px;
height: auto;
text-align: justify;
background-repeat: repeat-y;
}

.clear
{
clear: left;
}

span.adot 
{
color: #ffffff;
}

span.disclaimer 
{
font-size: 9px;
}

span.footertext 
{
font-size: 9px;
color: #aaaaaa;
}

p.price 
{
font-family: arial, sans-serif;
margin:0px;
padding:0px;
text-align: right;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

h1 
{
font-family: arial, sans-serif;
margin:0px;
padding:0px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

/*** under website title ***/
h2 
{
font-family: arial, sans-serif;
margin:0px;
padding:0px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

/*** content headings ***/
h3
{
color: #555555;
font-family: arial, sans-serif;
margin-bottom:10px;
padding-left:5px;
font-size: 12px;
font-weight: bold;
border-bottom: solid 1px #990000;
}

/*** text headings ***/
h4
{
color: #555555;
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: bold;
}

/*** footer ***/
h5
{
color: #000000;
font-family: arial, sans-serif;
text-align:center;
font-size: 12px;
font-weight: normal;
margin-top:0px;
}


input
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
border-color: #888888;
border-width: 1px;
}

input.button
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
background-color: mediumvioletred;
border-color: black;
color: white;
border-width: 1px;
}

textarea
{
font-family: arial, sans-serif;
margin-bottom:0px;
margin-top:0px;
font-size: 12px;
font-weight: normal;
border-style: solid;
border-color: #888888;
border-width: 1px;
}


/*** Links ***/
a:link    	{ color:#ffffff; text-decoration:underline; }
a:visited 	{ color:#ffffff; text-decoration:underline; }
a:hover   	{ color:#7f7f7f; text-decoration:underline; font-weight: normal; }
a:active  	{ color:#7f7f7f; text-decoration:underline; font-weight: normal; }

