a{
	color:#f68f1e;
}
a:hover{
	text-decoration:none;
}
p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1{
	margin-top:5;
	color:#f68f1e;
	font-size:20px;	
}
h2{
	color:#684f40;
	margin-bottom:0px;
	font-size:13px;
	margin-top:0px;
	text-transform: uppercase;	
}
hr{
	border-top:1px solid #f68f1e;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
html, body{
	background-image:url(../images/bg_website.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-color:#2a1810;
	font-family: "Helvetica", Arial;
	height:100%;
}

td{
	font-size:12px;
}

form{
	margin:0;
	padding:0;
}

#header {
	background-repeat:no-repeat;
	background-position:top left;
	height: 210px;
	background-color:#FFFFFF;
	position:relative;
}
#headerTaalSelect{
	position:absolute; 
	width:195px; 
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	left:18px;
	top:190px;
}
#headerTaalSelect a{
	color:#f68f1e;
}
.headerMarquee{
	position:absolute; 
	width:850px; 
	height:25px;
	color:#FFFFFF;
	font-size:12px;
	right:10px;
	top:190px;
	font-weight:700;
}
.headerMarquee a{
	color:#FFF;
	text-decoration:none;
}
.headerMarquee a:hover{
	text-decoration:underline;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#content {
	line-height:18px;
	margin:15px 20px 25px 25px;
	color:#666666;
}

#footer {
	width:980px;
	text-align:center;
	height:30px;
	color:#FFFFFF;
	font-size:11px;
	line-height:26px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

input[type="text"]{
	border:1px solid #f68f1e;
	width:230px;
}

textarea{
	border:1px solid #f68f1e;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainNav {
	background-color:#666666; 
	height:25px; 
	margin-bottom:6px;
	background-image:url(../images/bg_navbalk.jpg);
}

#subnav {
	text-align:right;
	width:175px;
}
#subnav div{
	border-bottom:1px dashed #FFFFFF;
	text-align:right;
	width:175px;
}
#subnav a{
	line-height:30px;
	color:#f68f1e;
	font-weight:bold;
	font-size:13px;
	text-align:right;
	margin-right:15px;
	text-decoration:none;
	width:165px;
	display:block;
}
#subnav a:hover{
	color:#FFFFFF;
}

