body
{
margin-top:50px;
font:normal 10pt arial, sans-serif;
background: url(../images/title_bg.gif);
color:rgb(110,80,53);
}

table
{
font:normal 10pt arial, sans-serif;
}

#header
{
width:950px;
}

#header td
{
width:100%;
padding:5px;
}

#navigation
{
width:950px;
/*background: rgb(70,40,13);*/
margin-bottom:10px;
}

#navigation td.left
{
width:590px;
padding:5px;
}
#navigation td.right
{
width:360px;;
padding:5px;
}

#content
{
width:950px;
height:300px;
}

td.content_full
{
width:100%;
padding:10px;
background:rgb(255,255,255);
border:2px solid rgb(100,75,55);
color:rgb(110,80,53);
}

td.content_left
{
width:300px;
padding:0px;
color:rgb(110,80,53);
}

td.content_center
{
width:10px;
color:rgb(110,80,53);
}

td.content_right
{
width:640px;
background:rgb(255,255,255);
border:2px solid rgb(100,75,55);
padding:10px;
color:rgb(110,80,53);
}

span.hlt
{
font-weight:bold;
color:rgb(206,101,0);
}

span.red
{
font-weight:bold;
color:rgb(255,0,0);
}

#footer
{
margin-top:10px;
width:950px;
font:normal 9pt arial, sans-serif;
/*background: rgb(70,40,13);*/
}

#footer td
{
color:black;
padding:5px 3px 5px 3px;
width:100%;
text-align:center;
}

#footer a
{
color:rgb(70,40,13);
text-decoration:none;
font-weight:bold;
}

#footer a:hover
{
color:rgb(70,40,13);
text-decoration:underline;
font-weight:bold;
}

a:link
{
color:rgb(70,40,13);
text-decoration:none;
font-weight:bold;
}

a:visited
{
color:rgb(70,40,13);
text-decoration:none;
font-weight:bold;
}

a:hover
{
color:rgb(70,40,13);
text-decoration:underline;
font-weight:bold;
}

div.cib
{
margin-top:3px;
margin-bottom:10px;
}

input.prnxbutton
{
width:40px;
border:1px solid rgb(200,200,200);
color:rgb(106,106,106);
font: bold 8pt verdana, arial;
background:url(../images/silverbutton.gif);
}

textarea.contactform, input.contactform
{
border:1px solid rgb(170,140,113);
font: 11px verdana, arial;
background:rgb(230,230,200);
}

input.contactformbutton
{
height:30px;
border:1px solid rgb(200,200,200);
color:rgb(106,106,106);
font: bold 12px verdana, arial;
background:url(../images/silverbutton.gif);
}

h1, h2, h3, h4, h5 ,h6
{
color:rgb(110,80,53);
}

h1 a:link , h2 a:link , h3 a:link, h4 a:link, h5 a:link, h6 a:link 
{
color:rgb(110,80,53);
}

h1 a:visited , h2 a:visited , h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited 
{
color:rgb(110,80,53);
}

h1 a:hover , h2 a:hover , h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover 
{
color:rgb(140,110,83);
}
/*** Navigation ***/

#vmenu ul
{
margin: 0px;
padding: 0px;
float: left;
font: bold 100% arial, sans-serif;
width: 100%;
}

* html #vmenu ul{ 
width: 99%;
}

#vmenu ul li{
display: inline;
}

#vmenu ul li a{
float: right;
color: rgb(70,40,13);
padding: 2px 12px;
text-decoration: none;
background:url(../images/flower2.gif) no-repeat;
padding:10px 15px 0px 25px;
}

#vmenu ul li a:visited{
color: rgb(70,40,13);
}

#vmenu ul li a:hover{
color: rgb(70,40,13);
text-decoration: underline;
}

