* {
	margin: 0;
	padding: 0;
	
}
body {
	background-color: #fff;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	line-height: 180%;
	color: #000000;
}

img {
	background: #ccc;
	border: 2px solid #f0f0f0;
	color: #303030;
	padding: 1px;
}

blockquote {
	padding: 10px 0 0em 20px;
	border-left: 15px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	color: #303030;
}



.left {
	float:left;
	margin: 0 10px 2px 0;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}
.innerwrapper {
	margin: 0 210px 0 0;
}
.header {
	height: 129px;
	margin: 50px 0 0 0;
	padding: 0px;
	border-bottom: 1px solid #AAA;
	background-color: #ffffff;
	text-align: left;
	line-height: 130px;
	background: url(images/borneotalklogo.jpg) no-repeat;
}
#menu {
	line-height: 30px;
	position: relative;	
	left: 540px;
	top: 99px;
	font-size: 10px;
	width: 425px;	
	
}

#menu ul
{
position: absolute;

background: #d2021c;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 2.5em 0.9em 1.25em;
color: #fff;

text-decoration: none;
}


#menu ul li a:hover
{
text-decoration: underline;

}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}








.content {
	margin: 0 0 0px 540px;
	padding: 15px;
	border-left: 0px solid #AAA;
	background-color: #fff7eb;
	height: auto;
}
.leftcolumn {
	margin: 0 0 0 0;
	float: left;
	width: 525px;
	padding-right: 15px;
        padding-top: 15px;
	border-right: 1px solid #AAA;
	background-color: #ffffff;
}
.rightcolumn {
	margin: 0 0 0 0;
	float: right;
	width: 180px;
	padding: 15px;
	border-left: 1px solid #AAA;
	background-color: #ffffff;
}
.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	border-top: 1px solid #AAA;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #191970;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #d2021c;
	margin-bottom: 5px;
	
}

h3 {
	margin: 5px 0 5px 0;
	padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia;
	border-top: 1px solid #DDD;
	line-height: 30px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
        line-height: 30px;
        color: #666;
        margin-bottom: 5px;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	
	color: #FF6600;
	margin-bottom: 5px;
}

a, a:active, a:visited {
	color: #666;
	font-size: 10px;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.header a, .header a:active, .header a:visited {
	color: #191970;
	text-decoration: none;
}
.header a:hover {
	color: #191970;
	text-decoration: none;
}
p {
	margin: 0 0 15px 0;
}

.footer {
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	
}

.footer img {
	border: none;
	padding: 0;
}

ul li {
	margin: 0 0 0 15px;
	
}
