body {
	background-image: url(images/background_texture.png);
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	margin: 0;
	color: #404040;
}

.root {
	margin: 0 auto;
	width: 800px;
	position: relative;
	text-align: left;
}

.logo {
	*position: relative;
	*top: 5px;
}
	

.links {
	width: 800px;
	height: 31px;
	background-image: url(images/links_background.jpg);
	background-repeat: no-repeat;
	font-size: 21px;
	*font-size: 18px;
	text-align: center;
	padding-top: 4px;
	*padding-top: 0px;
}

a:link, a:visited {
	color: #0a6000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

#pictures {
	position: relative;
	top: -4px;
	*top: 0px;
	width: 800px;
	height: 200px;
}

#picLeft {
	position: absolute;
	left: 0px;
	width: 267px;
	height: 200px;
}

#picCent {
	position: absolute;
	left: 267px;
	width: 267px;
	height: 200px;
}

#picRight {
	position: absolute;
	left: 534px;
	width: 266px;
	height: 200px;
}

#overlay {
	position: relative;
	top: 0px;
}

#content {
	position: relative;
}

.headline {
	font-weight: bold;
	font-size: 24px;
	color: #1C3E18;
}

.apNewsBlock {
	float: right;
	width: 290px;
	*width: 330px;
	height: 350px;
	*height: 400px;
	border: solid 1px black;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
}

.apNewsFeeds {
	position: absolute;
	top: 393px;
	*top: 402px;
	right: 0px;
	width: 290px;
	*width: 330px;
	height: 350px;
	*height: 400px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

.apHeadline {
	font-size: 21px;
	*font-size: 18px;
	font-weight: bold;
}

.ghaneanNews {
	text-align: center;
	position: absolute;
	//bottom: 0px;
	*left: 25px;
}

hr {
	width: 40%;
}

.contact {
	text-align: center;
	position: relative;
}

.contactName {
	font-size: 18px;
}

.floatPicture {
	float: right;
	padding-left: 5px;
}