body { 
margin : 0; 
padding : 0; 
background : url(img/bg.jpg) left top; 
} 
.bg { 
background : url(img/bg2.jpg) repeat-x left top; 
} 
img
{
 border:none;
}
.main_width { 
width : 1000px; 
} 
.toplinkgap { 
height : 32px; 
width : 1000px; 
background : url(img/top_nav.jpg) repeat-y left top; 
} 
.middal { 
background : url(img/bg_color.jpg) repeat-y left top; 
} 
.footer_color { 
background : url(img/footer_color.jpg) repeat-y left top; 
width : 1000px; 
} 
/*.text1 { 
font-family :  Arial; 
font-size : 14px; 
color : #c6a785; 
} */

.text1{
font-family: Arial, Helvetica, sans-serif;
color:#c6a785;
font-size:14px;


}
.text2 { 
font-family :  Arial; 
font-size : 13px; 
color : #ffdcaa; 
} 
.text3 { 
font-family :  Arial; 
font-size : 13px; 
color : #a38b62; 
} 
a:link { 
text-decoration : none; 
color : #f3e0a8; 
} 
a:visited { 
text-decoration : none; 
color : #f3e0a8; 
} 
a:hover { 
text-decoration : underline; 
color : #ffbe00; 
} 
a:active { 
text-decoration : none; 
color : #f3e0a8; 
}
.pagetitle
{
font-family:Helvetica Light Condensed, Arial, sans-serif;;
font-style:normal;
font-size:16px;
font-weight:bold;
color:#f3e0a8;
height:40px;
vertical-align:top;
}