/*  DEFAULTS  */
body
{
	margin: 50px;
	padding: 0px;
	background: #58604B;
}
td
{
	vertical-align: top;
	font: 11px verdana;
}


/*  TABLE BIG  */
td.big
{
	text-align: center;
}


/*   TABLE CENTER  */
table.center
{
	width: 792px;
}

  /*  HEADER  */
td.top
{
	height: 70px;
	background-image: url(images/bg_top.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
td.header
{
	height: 165px;
	border: solid #000;
	border-width: 0px 1px 0px 1px;
}
td.menu
{
	width: 169px;
	background-image: url(images/bg_menu.gif);
	vertical-align: middle;
	text-align: right;
}
td.m_link
{
	height: 22px;
	text-align: left;
	vertical-align: middle;
	font: 11px verdana;
	background-image: url(images/bg_menu_link.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 35px;
}
	/*  CONTENT  */
td.content
{
	height: 500px;
	border: solid #000;
	border-width: 1px;
	background: #FFF;
	padding: 30px 20px 40px 20px;
}
td.wood_top
{
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}
td.wood_l
{
	width: 45px;
	background-image: url(images/bg_wood_l.jpg);
	background-repeat: repeat-y;
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}
td.wood_r
{
	width: 45px;
	background-image: url(images/bg_wood_r.jpg);
	background-repeat: repeat-y;
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}
td.data_l
{
	text-align: justify;
	padding: 0px 10px 0px 0px;
}
td.data_r
{
	text-align: justify;
	padding: 0px 0px 0px 10px;
}
	/*  FOOTER  */
td.footer
{
	text-align: right;
	padding: 2px;
	font: 11px arial;
	height: 50px;
	color: #FFF;
}



/*  GALLERY */
td.gal_cat_img
{
	width: 230px;
	height: 155px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/bg_gal_cat.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
td.gal_cat_data
{
	width: 300px;
	padding: 0px 0px 0px 0px;
}
td.gal_thumb
{
	width: 220px;
	text-align: center;
}
img.gal_cat
{
	border: solid 1px #000;
}
span.pages
{
	font: italic bold 12px arial;
}



/*  LIST  */
table.list
{
	border: 1px solid #C2C2C2;
}

td.list_rh, td.list_ch, td.list_lh
{
	font: bold 12px arial;
	background: #EEEDED;
	border: solid #C2C2C2;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}
td.list_r, td.list_c, td.list_l
{
	font: 12px verdana;
	background: #F4F4F4;
	padding: 3px;
	line-height: 20px;
}
td.list_l, td.list_lh
{
	text-align: right;
}
td.list_c, td.list_ch
{
	text-align: center;
}


/*  HEADINGS  */
h1
{
	font: italic bold 28px "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
h2
{
	font: bold 22px arial;
	padding: 0px;
	margin: 0px;
}
h3
{
	font: italic bold 17px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
h4
{
	font: bold 15px arial;
	padding: 0px;
	margin: 0px;
	border: solid #58604B;
	border-width: 0px 0px 1px 0px;
}



/*  FORMS  */
td.form_r, td.form_c, td.form_l
{
	font: 12px verdana;
	line-height: 19px;
	padding: 2px;
}
td.form_l
{
	text-align: right;
}
td.form_c
{
	text-align: center;
}


table.cform
{
	border: 1px solid #C2C2C2;
}
td.cform_r, td.cform_l
{
	font: 11px verdana;
	line-height: 19px;
	background: #F4F4F4;
	padding: 5px;
	vertical-align: top;
}
td.cform_l
{
	text-align: right;
}



input
{
	font: 11px verdana;
	height: 17px;
}

select
{
	font: 11px verdana;
}

textarea
{
	font: 11px verdana;
}

input.btn
{
	font: 10px verdana;
	height: 25px;
}


/*  SPANS  */	
span.sent
{
	font: italic bold 14px arial;
}


/*  COLOR SPANS  */
span.green
{
	color: #090;
}
span.red
{
	color: #F00;
}
span.blue
{
	color: #03F;
}
span.orange
{
	color: #F90;
}




/**  COLOR LINKS  */
a.blue:link 
{color: #0033FF; text-decoration:none;}
a.blue:visited 
{color: #0033FF; text-decoration:none;}
a.blue:hover 
{color: #7B7B7B; text-decoration:none;}

a.red:link 
{color: #FF0000; text-decoration:none;}
a.red:visited 
{color: #FF0000; text-decoration:none;}
a.red:hover 
{color: #7B7B7B; text-decoration:none;} 

a.orange:link 
{color: #FF9900; text-decoration:none;}
a.orange:visited 
{color: #FF9900; text-decoration:none;}
a.orange:hover 
{color: #7B7B7B; text-decoration:none;}     

a.green:link 
{color: #009900; text-decoration:none;}
a.green:visited 
{color: #009900; text-decoration:none;}
a.green:hover 
{color: #7B7B7B; text-decoration:none;}    

a.white:link 
{color: #FFF; text-decoration:none;}
a.white:visited 
{color: #FFF; text-decoration:none;}
a.white:hover 
{color: #F4EDD0; text-decoration:none;}    

/*  DEFAULT LINK  */      
a:link 
{color: #C30; text-decoration:underline}
a:visited 
{color: #C30; text-decoration:underline}
a:hover 
{color: #7B7B7B  ; text-decoration:none; }     

/* MENU LINK */
a.menu:link 
{color: #000; text-decoration:none}
a.menu:visited 
{color: #000; text-decoration:none;}
a.menu:hover 
{color: #090; text-decoration:none; }    





























