body {
	background-color: #999;
	font-size:12px;
	color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/background_curve.gif) 0 0 no-repeat;
	text-align:justify;
}


div#outer {
	width: 98%;
	background:transparent;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow:hidden;
	/*border: 1px solid red;*/
}

div#header {
	padding: 0;
	margin: 0;
	text-align: left;
	/*border: 1px solid yellow;*/

}

#header h1{
		text-indent: 270px;
		margin-left:0px;
		color:#ccc;
		width: 100%;
		height: 20px;
		}

div#nav {
	width: 140px;
	top: 60px;
	padding: 0px;
	background: transparent;
	margin-top: 1px;
	float: left;
	/*border: 1px solid green;*/

}
div#main_stuff {
	margin-left: 150px;
	background: transparent;
	padding: 10px;
	scroll:auto;
	/*border: 1px solid blue;*/

}
div#footer {
	padding: 15px;
	margin: 0px;
	/*border-top: thin solid #000;*/
}

a:link {
	color:#66f;
}

a:hover{
	color:#f33;
}

a:active{
	color:#fcc;
}

a:visited{
	color:#933;
}

#navlist {
		font-size: .8em;
		width: 140px;
	}
	
	#navlist li {
	width: 100%;
	list-style-type: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	white-space: nowrap;
	}

	#navlist ul {
		margin: 0;
		padding: 0;
	}

	#navlist a {
		display:block;
		padding: 3px 10px 3px 10px;
		border: 1px solid #c60;
		background-color: #444;/* link background colour */
		text-decoration: none;
	}

	#navlist a:link, #navlist a:visited {
		color: #ddd;/*link text colour*/
	}

	#navlist a:hover{
		background-color: #822;
		color: #fff;
		border: 1px solid #c60;
	}
		
	
	#navlist a:active {
		background-color: #eee;
		border: 1px solid f33;
		color:#f33;
	}
	#current_page a:link, #current_page a:visited,
#current_page a:hover, #current_page a:active {
background-color: #822;
color: #fff;
border: 1px solid #c60;
}

	#page_links{
		/*position:absolute;*/
		z-index:4;
		margin-left:10px;
		/*margin-top:-40px;*/
		padding: 0;
	}
	
	#page_links li{
	float:left;
	text-align:center;
	list-style-type: none;
	margin: 0 0 0.2em 0.2em; /*space between linkss */
}
	
	#page_links a{
		display:block;
		padding: 1px;
		border: 1px solid #999;
		width:20px;
		height:20px;
		background-color: #eed;/* link background colour */
		text-decoration: none;
	}

/* Page Links */


#page_links a:link,a:visited{
	/*background: #fc9;
	border: 1px #00f solid;*/
	color: #666;
}

#page_links a:hover{
	background: #ff9;
	border: 1px #f63 solid;
	color: #333;
}

#page_links li a:active{
	background: #fff;
	border: 1px #fcc solid;
	color: #666;
}

#highlight a:link, #highlight a:visited,
#highlight a:hover, #highlight a:active {
background-color: #ff6;
color: #f22;
border: 1px solid #f00;
}

#header h1{
		background: transparent url(../images/Ukama_title.jpg) no-repeat top left;
		text-indent: 270px;
		width: 100%;
		height: 45px;
		padding-top:15px;
		margin-left:20px;
		z-index:4;
		/*float: left;*/	
	}


