/*
 * style.css
 * colour scheme:
*/

body {
margin: 0;
padding: 0; 
color: #000000;
background-color: #333333;
font-family: arial, sans-serif, verdana;
font-size: 12px;
clear: both;
}

#container{
margin: 15px auto;
width: 850px;
height: 750px;
float: center;
background-color: #ffffff;
overflow: visible;
}

/*banner image across top of container */
#banner {
margin: 0px;
width: 850px;
height: 150px;
background : #ffffff url(../bullets/kialogo.gif) bottom left no-repeat;
}

#textcontent {
	width: 450px;
	height: 80px;
	float: right;
	color: #ffffff;
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* start of config
 * links and search box on rhs of banner 
 * div and a:link etc */
#toplinks {
	width: 650px;
	height: 85px;
	float: right;
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 20px;
}

#toplinks a {
	color: #84d1da; 
	text-decoration: none;
	font-weight: bold;
}

#toplinks a:hover {
	color: #777777; 
	text-decoration: underline;
	font-weight: bold;
}
/* end of toplinks div config */

/* start of bottomlinks div config */
#bottomlinks {
	width: 450px;
	height: 85px;
	float: left;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 30px;
}

#bottomlinks a {
	color: #416477; 
	text-decoration: none;
	font-weight: bold;
}

#bottomlinks a:hover {
	color: #ffffff; 
	text-decoration: underline;
	font-weight: bold;
}
/* end of bottomlinks div config */

/* main content area 
 * full width of container */
#page1 {
	margin: 0px;
	width: 850px;
	height: 600px; 
	background-color: #84d1da;
	background : #84d1da url(../images/pelican.jpg) bottom left no-repeat;
	overflow: visible;
}


