/* CSS Document */
body
{
background-color:#000000;
margin: 0px;
}


.prices
{
margin:auto auto auto 110px;
float:left
}

.rightprices
{
margin:auto 270px auto auto;
float:right
}

.active
{
color:#767676;
}

p.navigation
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin: 3px auto 10px 72px;
}

a:link	{color:#a87f03; text-decoration:none}
a:visited {color: #a87f03; text-decoration:none}
a:hover	{color:#a87f03; text-decoration:underline}

#main
{
position:relative;
width:928px;
height: 800px;
margin: 10px auto 0px auto;
background-color:#000000;
clear:both
}

#header
{
width: 928px;
height: 239px;
background-image:url(main_images/logo_left.gif);
background-repeat:no-repeat;
background-position:left;
}

#subheader
{
width: 927px;
height: 55px;
background-image:url(main_images/main_shape_bottom.gif);
background-repeat:no-repeat;
background-position:left;
}


#middle
{
width:927px;
height:57px;
background-image:url(main_images/blue_ornament.gif);
background-repeat:no-repeat;
background position:left;
}
#menu
{
float:left;
width: 198px;
height: 355px;
margin-left: 23px;
}

#about
{
float:right;
width: 706px;
height: 105px;
margin-bottom:40px;
margin-right: 1px;
background-image:url(main_images/contact_us_bottom.gif);
background-repeat:no-repeat;
background-position:right;
}

#created
{
float:right;
width: 706px;
height: 189px;
margin-right: 1px;
background-image:url(main_images/created_by.gif);
background-repeat:no-repeat;
background-position:right;
}
