body { background-image: url(../images/bg.jpg); 
background-attachment: fixed;
scrollbar-track-color: #434031;
scrollbar-face-color: #221E13;
scrollbar-highlight-color: #221E13;
scrollbar-3dlight-color: #221E13;
scrollbar-darkshadow-color: 463E29;
scrollbar-shadow-color: #463E29;
scrollbar-arrow-color: #463E29;
}

body,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }
p { margin-top:0px; margin-bottom:5px; line-height:14px; }
h2 { font-size: 11px; font-weight: 700; margin-top: 0px; margin-bottom: 3px; }



.logo {
	position: absolute;
	left: 430px;
	top: 15px;
}

.nav {
	position: absolute;
	left: 15px;
	top: 50px;
}

.nav img { margin-right: 10px; }

.cnt_lft {
	position: absolute;
	left: 12px;
	top: 105px;
	width: 260px;
}

.cnt_lft img {
	float: right;
}

.cnt_rgt {
	position: absolute;
	left: 312px;
	top: 101px;
	width: 305px;
}

a:link    { text-decoration: none; color: #B4A369; }
a:visited { text-decoration: none; color: #B4A369; }
a:hover   { text-decoration: underline; color: #B4A369; }
a:active  { text-decoration: none; color: #B4A369; }

