/* Valid CSS Stylesheet

    ______      __       _____       _     __         
   / ____/___ _/ /_     / ___/____  (_)___/ /__  _____
  / /_  / __ `/ __ \    \__ \/ __ \/ / __  / _ \/ ___/
 / __/ / /_/ / /_/ /   ___/ / /_/ / / /_/ /  __/ /    
/_/    \__,_/_.___/   /____/ .___/_/\__,_/\___/_/     
                          /_/                         

*/

body {
	background-color: #ffffff;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	border: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565656;
	margin: 0 auto;
	text-align: center;
	background-color: #D1A132;
}




/* ------------------------------------------------------------------------------------ Banner - */
#banner {
	position:absolute;
	background-image: url(../../images/banner.jpg);
	background-repeat: no-repeat;
	margin-left: 50%;
	left:-369px;
	width: 738px;
	height: 256px;
	margin-top: 0px;
}

#nav {
	position:relative;
	height: 24px;
	width: 208px;
	float:right;
	margin-top: 96px;
}

/* ------------------------------------------------------------------------------------ Banner - */





/* ------------------------------------------------------------------------------------ Content - */
#main {
	width: 738px;
	height: 650px;
	position: absolute;
	margin-left: 50%;
	left: -369px;
	margin-top: 256px;
}

#contentLeft {
	background-image: url(../../images/content_left_bg.jpg);
	background-repeat: repeat-y;
	width: 407px;
	height: 100%;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

#contentRight {
	background-image: url(../../images/content_right_bg.jpg);
	background-repeat: repeat-y;
	width: 271px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	background-position: right;
	height: 100%;
	text-align: left;
}
/* ------------------------------------------------------------------------------------ Content - */




/* ------------------------------------------------------------------------------------ Footer -- */

#footer {
	position:absolute;
	background-image:url(../../images/footer.jpg);
	background-repeat:no-repeat;
	width: 738px;
	height: 38px;
	margin-left: 50%;
	left: -369px;
	bottom: 0px;
}

/* ------------------------------------------------------------------------------------ Footer -- */







/* ------------------------------------------------------------------------------------ Text --- */

p {line-height: 20px;}
li {line-height: 20px;}

h1 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #D1A132;
	font-size: 16px;
}

h2 {
	height: 14px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D1A132;
}

h3 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eb8e0b;
}
h4 {
	color: #F79331;
	font-size: 13px;
}


a:link  {
color: #ffffff;
font-weight: bold;
text-decoration: none;
outline: none;
}

a:hover {
background-color: #ffb700;
font-weight: bold;
text-decoration: none;
outline: none;
}

a:active {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
outline: none;
}

a:visited  {
color: #ffffff;
font-weight: bold;
text-decoration: none;
outline: none;
}

.border {
border: #D1A132 solid 3px;
/* ------------------------------------------------------------------------------------ Text --- */
