body, div, td, input, textarea, select, span { font:12px Tahoma; }
body { margin:0px; padding:10px 0px 10px 0px; background:#C67E2A; }

a { color:#7E735D; }

.commons { width:700px; }

.header { height:130px; background:#553B1A; border-bottom:10px solid #36210C; }
.header td { color:#FFAA33; font-size:22px; }

.content { background:#DCC194; }
.banner { padding:0px; }

.menu-row { 
	height:40px; 
	background:url(../template_images/menu_bg.jpg) repeat-x; 
	border-top:1px solid #36210C; 
	border-bottom:1px solid #36210C; 
}

.menu-row td { text-align:center; font-weight:bold; color:#74481B; }
.menu-row td a { display:block; height:28px; color:#74481B; text-decoration:none; padding-top:12px; }
.menu-row td a:hover { background:#EFAE63; color:#553B1A; }
.seperator { width:2px; background:url(../template_images/menu_seperator.jpg) no-repeat; }
.menu-row .languages { width:385px; text-align:right; padding-right:15px; }
.menu-row .languages a { padding:0px; display:inline; }

.languages img { border:1px solid #553B1A; }
.languages a img:hover { 
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.text { padding:10px; background:#EFE7D4; color:#7E735D; }
.title { font-weight:bold; font-size:16px; color:#7E735D; }

.fieldsets { border:1px solid #553B1A; padding:10px; }

.footer { background:#553B1A; border-top:2px solid #36210C; }
.footer td { text-align:center; color:#FFAA33; font-size:11px; padding:10px 20px 10px 20px; }
.footer td a { color:#FFAA33; text-decoration:none; }
.footer td a:hover { text-decoration:underline; }

.container { width:710px; border:5px solid #FFFFFF; }

.gallery { width:100%; }
.gallery td { padding:10px 0px 0px 0px; }
.gallery img { border:1px solid #C67E2A; padding:1px; }

.gallery a img:hover { 
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.contact td { padding:1px; }
.contact input, textarea { width:250px; border:1px solid #C4BF87; } 
