/* CSS Document */
body
{
background-color:#000000;
margin: 0px;
}

p
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:300;
color:#000000;
line-height:150%;
margin: 15px 150px 0px 90px;
}

p.opening
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:400;
color:#000000;
line-height:150%;
margin: 15px 150px 0px 130px;
}

.capson
{
font-weight:bold;
text-decoration:underline;
padding-right:15px
}

.active
{
color:#767676;
}

p.navigation
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin: 10px auto 5px 72px;
}

a:link	{color:#a87f03; text-decoration:none}
a:visited {color: #a87f03; text-decoration:none}
a:hover	{color:#a87f03; text-decoration:underline}

a.link
{
color:#000000;
text-decoration:underline
}

#main
{
position:relative;
width:928px;
height: 800px;
margin: 10px auto 0px auto;
background-color:#000000;
}

#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(other_images/contacts_top_left.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: auto;
margin-left: 23px;
}

#text
{
float:right;
width:706px;
height:355px;
margin-right: 1px;
background-image:url(main_images/index_main_shape.gif);
background-repeat:no-repeat;
background-position:right;
}

#about
{
float:right;
width: 706px;
height: 105px;
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;
}

#text-contacts
{
float:left;
width:460px;
height:255px;
margin: 5px auto 3px 45px;
padding:1px;
}

<!-- E-mail form -->



input.verify
{
background-color:#775501;
color:#000000;
font-size:13px;
border: 1px solid #6D4E01;
margin-right:5px
}

input.textfields
{
background-color:#A88B02;
color:#000000;
font-size:13px;
border: 1px solid #99700B;
margin-right:5px;
}

textarea
{
background-color:#A88B02;
color:#000000;
font-size:13px;
border: 1px solid #99700B;
margin-right:5px;
}

form
{
margin:0;
padding: 1px
}

div.row 
{
  clear: both
}

div.row span.label 
{
  float: left;
  width: 100px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;;
  margin-top:15px;
  color:#000000;
  text-align: right
}

div.row span.formw 
{
  float: right;
  width: 300px;
  margin-top:10px;
  text-align: left
}