/* 
Develop By JG & H Gamage
*/

<!-- 
*{
margin:0px;
padding:0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9b671e;
	text-align:justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:11px;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #faf3e9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	float:left;
	width:700px;
	height:236px;
	border-left:#faf3e9 50px solid;
	border-right:#faf3e9 50px solid;
	background: #f1e0c6; 
	
}
.oneColFixCtrHdr #header h1 {
	color:#9b671c;
	font-size:18px;
}

.oneColFixCtrHdr #header .hertopimg{
	float:left;
	width:700px;
	height:6px;
	border:0px;
}

.oneColFixCtrHdr #header .mainlogo{
	float:left;
	width:324px;
	height:230px;
	border:0px;
}

.oneColFixCtrHdr #header .mainpic{
	float:left;
	width:376px;
	height:230px;
	border:0px;
}

.oneColFixCtrHdr #mainmenuarea {
	float:left;
	width:700px;
	height:27px;
	border-left:#faf3e9 50px solid;
	border-right:#faf3e9 50px solid;
	background: #faf3e9;
	margin-top:4px; 
	
}

.oneColFixCtrHdr #mainmenuarea a{
text-decoration:none;
color:#FFFFFF;
}

.oneColFixCtrHdr #mainmenuarea a:hover{
text-decoration:underline;
color:#FFFFFF;
}


.oneColFixCtrHdr #mainmenuarea .menuactive {
	float:left;
	width:138px;
	height:20px;
	padding-top:7px;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	background-color:#da9945;
	margin-right:2px;
}

.oneColFixCtrHdr #mainmenuarea .menuitem {
	float:left;
	width:138px;
	height:20px;
	padding-top:7px;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	background-color:#9b671e;
	margin-right:2px;
}

.oneColFixCtrHdr #mainContent {
	width:700px;
	border-left:#faf3e9 50px solid;
	border-right:# 50px solid;
	background: #faf3e9;
	height:800px;
	
}

.oneColFixCtrHdr #mainContentLeft {
	float:left;
	width:50px;
	height:475px;
	background-color:#faf3e9;
}

.oneColFixCtrHdr #mainContentLeft .pagetitle{
	float:left;
	width:50px;
	height:auto;
	margin-top:15px;
}

.oneColFixCtrHdr #mainContentCenter {
	float:left;
	width:485px;
	height:475px;
	background-color:#faf3e9;
	border-right:#faf3e9 17px solid;
	padding-left:5px;
}

.oneColFixCtrHdr #mainContentCenter a{
	text-decoration:none;
	color:#996512;
}

.oneColFixCtrHdr #mainContentCenter a:hover{
	text-decoration:underline;
	color:#996512;
}

.oneColFixCtrHdr #mainContentCenter h1{
	float:left;
	width:484px;
	font-size:20px;
	color:#da9945;
	margin-top:15px;
}

.oneColFixCtrHdr #mainContentCenter h2{
	float:left;
	width:484px;
	font-size:15px;
	color:#da9945;
	margin-top:10px;
}

.oneColFixCtrHdr #mainContentCenter p{
	float:left;
	width:484px;
	font-size:11px;
	color:#000000;
	text-align:justify;
	margin-top:15px;
}


.oneColFixCtrHdr #mainContentCenter ul{
float:left;
display:block;
width:460px;
padding-left:10px;
padding-right:10px;
height:auto;
margin-top:10px;
margin-bottom:10px;
}


.oneColFixCtrHdr #mainContentCenter ol{
float:left;
display:block;
width:460px;
padding-left:10px;
padding-right:10px;
height:auto;
margin-top:10px;
margin-bottom:10px;
}

.oneColFixCtrHdr #mainContentCenter li{
margin-top:10px;
margin-left:25px;
list-style-position:outside;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align: justify;
}

.oneColFixCtrHdr #mainContentCenter .thumimagelocker{
float:left;
width:120px;
height:120px;
border:#eabf8a 1px solid;
margin-left:17px;
margin-top:10px;
}

.oneColFixCtrHdr #mainContentCenter .thumimage{
float:left;
width:120px;
height:90px;
border:0px;
}


.oneColFixCtrHdr #mainContentRight {
	float:left;
	width:133px;
	height:475px;
	background-image:url(../images/rightbar.jpg);
	background-repeat:repeat-x;
	padding-right:4px;
	padding-left:4px;
	margin-top:15px;
	
}

.oneColFixCtrHdr #mainContentRight h3{
	float:left;
	width:133px;
	font-size:18px;
	color:#966b26;
	text-align:center;
	margin-top:10px;
}

.oneColFixCtrHdr #mainContentRight p{
	float:left;
	width:133px;
	font-size:11px;
	color:#966b26;
	text-align:center;
	margin-top:16px;
}

.oneColFixCtrHdr #mainContentRight .rightimg{
	float:left;
	width:140px;
}

.oneColFixCtrHdr #footer {
	float:left;
	width:700px;
	height:45px;
	border-left:#faf3e9 50px solid;
	border-right:#faf3e9 50px solid;
	background: #da9945;
	padding-top:8px;
	
}

.oneColFixCtrHdr #footer p{
	float:left;
	width:700px;
	text-align:center;
	color:#FFFFFF;
	
}

.oneColFixCtrHdr #footer a{
	text-decoration:none;
	color:#FFFFFF;
}

.oneColFixCtrHdr #footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	
}	

-->