body{
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	color: #CCCCCC;
}

a{
	color: #6666FF;
	font-weight:bold;
}

ul.none{list-style-type: none;}

h1{
	color: #CCCCCC;
	font-weight:bold;
	font-size: large;
}

h2{
	color: #CCCCCCC;
	font-weight: normal;
	font-size: medium;
}

/* the various div styles*/
div#banner{
	padding-bottom: 10px;
}

div#navigation{
	float: left;
	background-image: url('Graphics/menu-taka2.jpg');
	height: 450px;
	padding-right: 10px;
	position: relative;
	
}
div#news{
	float: left;
	padding-left: 50px;
	color: #CCCCCC;
}
	



div#text{
	padding-left: 50px;
	margin-bottom: 10px;
	width: 450px;
	float: left;
	text-align: justify;
	color: #CCCCCC;
}
div#officer{
	border: solid #CCCCCC 1px;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 5px;
	text-align: left;
	min-width: 100%;
	height: 110;
	position: relative;
}

div#officer img{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

div#hlist li{
	padding-left: 10px;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

div#meta {
	position: absolute;
	bottom: 5px;
	font-size: small;
}



/* image gallery specific style*/
div#gal{
	float: left;
	padding-left: 50px;
	color: white;
	width: 500px;
}
div#galimg{
	margin: 5px;
	height: auto;
	width: auto;
	float: left;
}

#galimg img{
	display: inline;
	margin: 2px;
	border: none;
}

div#galtitle{
	text-align: center;
	margin: 2px;
}
	

