 /* ====== FONTS ===== */
body, div, span, td, input, select, optgroup, font, textarea{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
}
pre, code{
	font-size: 11px;
}
body{ 
	margin: 0px;
	background: white; 
}

.small { font-size: 10px; }

/* ====== LINKS ===== */
a { color: #472214; background: none; }
a:hover{ color: #880000; }
/* ------------------- */

div {overflow: hidden; }
img {border: 0px; }

#h, #menu a { float: left; display: inline; }

/* ===== COLUMNS ===== */
#d1{ width: 740px; height: 137px; background: url(images/d1.jpg) no-repeat top; }
#d2{ width: 740px; height: 74px; background: url(images/d2.jpg) no-repeat top; clear: both; }
#d3{ width: 740px; height: 28px; background: url(images/d3.jpg) no-repeat top; clear: both; }
#d4{ width: 740px; height: 216px; background: url(images/d4.jpg) no-repeat top; }
#d5{ width: 630px; background: url(images/d5.jpg) repeat-y; }
/* ------------------- */
#swf1{position: absolute; top: 68px; left: 575px;}
#swf2{position: absolute; top: 261px; left: 622px;}
#swf3{position: absolute; top: 367px; left: 552px;}

#h{
	width: 0px;
	height: 500px;
}

#main{
	width: 580px;
	overflow: hidden;
	margin: 0px 10px 10px 35px;
}

#bc{
	margin: 15px 0px 0px 50px;
	font-size: 10px;
}
#bc a{
	text-decoration: none;
}

#copyright{
	width: 630px; 
	height: 50px;
	line-height: 50px;
	background: url(images/d5.jpg) repeat-y; 
	text-align: center; 
	font-size: 10px
}

/* ======= MENU ====== */
#menu{
	margin: 2px 0px 0px 20px;
	text-align: center;
}

#menu a{
	display: block;
	color: #9A847C;
	width: 50px;
	height: 25px; 
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	background: url(images/menu.gif) no-repeat 0px 8px;
}
#menu a:hover{
	color: white;
}

#menu a.sel{
	width: 93px;
	color: white;
	margin-right: 5px;
	background: url(images/menu_sel.jpg) no-repeat;	
}

#submenu{
	margin-top: 7px;
	height: 200px;
}
#submenu a{ 
	display: block;
	color: white;
	width: 200px;
	height: 27px; 
	line-height: 27px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 41px;
	background: url(images/arrow.gif) no-repeat 18px 7px;
}
#submenu a:hover, #submenu a.sel{ background: url(images/arrow_sel.gif) no-repeat 18px 7px;}
/* ------------------- */

input.button{
	background: url(images/button.gif);
	text-transform: uppercase;
	color: white;
	font-size: 11px !important;
	font-weight: bold;
}

input, textarea{
	border: 1px solid black;
}