* {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px 0px;
	background-color: 222222;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

a {
	color: #333333;
	
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #d26a36;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 14px 0px 5px;
	text-align: justify;
	line-height: 10px;
	clear : both;
	float : left;
	background-color: #FFFFFF;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	width: 900px;
	background: url('images/container_background.gif') #ffffff repeat-y 0px 0px;
	color: inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.thumbnail {
	padding: 10px 10px;
}

.thumbnail img {
	border: 9px solid #FFFFFF;
}


/* Page Title */

#page_title {
	width: 484px;
	height: 128px;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	overflow: hidden;
	float: right;
}

#page_title h1 {
	width: 484px;
	height: 126px;
	background: url('images/company_name.gif') #ffffff no-repeat 50% 50%;
	color: #FFFFFF;
}


/* Page Image */

#page_image {
	width: 414px;
	height: 465px;
	background: url('images/main_image2.jpg') #ffffff no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}



/* Left Column */

#left_column {
	width: 416px;
	font-size: 12px;
	float: left;
	background: url('images/container_background.gif') #ffffff repeat-y 0px 0px;
}

#left_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: ffffff;
	color: #ffffff;
}


/* Right Column */

#right_column {
	padding-bottom: 20px;
	width: 484px;
	background-color: #ffffff;
	color: inherit;
	float: right;
	clear: right;
}

#right_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #ffffff;
}

#right_column p {
	padding-top: 20px;
}


/* Page Menu */

#page_menu {
	width: 484px;
	background: url('images/background.gif') #ffffff repeat-x 0% 0%;
	color: #ffffff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#page_menu a {
	background-color: inherit;
	color: #666666;
	text-decoration: none;
}

#page_menu a:hover {
	background-color: ffffff;
	color: #000000;
}

#page_menu li {
	padding: 0px 2px 2px;
	float: left;
}

#page_menu li a {
	display: block;
	width: 75px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#page_menu li#menu1 a {
	margin-right: 7px;
	width: 69px;
}

#page_menu li#menu5 a {
	margin-left: 7px;
	width: 66px;
}

#page_menu li a span {
	padding-top: 70px;
	display: block;
}

#menu1 a {
	background-image: url('images/menu_bg1.gif');
}

#menu2 a {
	background-image: url('images/menu_bg2.gif');
}

#menu3 a {
	background-image: url('images/menu_bg3.gif');
}

#menu4 a {
	background-image: url('images/menu_bg4.gif');
}

#menu5 a {
	background-image: url('images/menu_bg5.gif');
}

#menu6 a {
	background-image: url('images/menu_bg6.gif');
}


/* Latest News */

#latestnews {
	padding: 10px 17px 0px;
	width: 380px;
}

#latestnews h2 {
	margin-bottom: 5px;
	height: 51px;
	background-image: url('images/latestnews_header3.gif')
}	
	#latestnews_left {
	margin-bottom: 0px;
	width: 198px;
	height: 285px;
	background-image: url('images/book.jpg');
	float: left;
}
	#latestnews_right {
	margin-bottom: 0px;
	width: 181px;
	height: 285px;
	background-image: url('images/booktext.gif');
	float: right;
}


/* About Heading */

#abouthead {
	padding: 0px 25px;
}

#abouthead h2 {
	height: 30px;
	background-image: url('images/about_header.gif');
}

/* Projects Heading */

#projectshead {
	padding: 0px 25px;
}

#projectshead h2 {
	height: 32px;
	background-image: url('images/broadcastprojects_header.gif');
}

/* Charities Heading */

#charitieshead {
	padding: 0px 25px;
}

#charitieshead h2 {
	height: 32px;
	background-image: url('images/bookprojects_header.gif');
}

/* Articles Heading */

#articleshead {
	padding: 0px 25px;
}

#articleshead h2 {
	height: 32px;
	background-image: url('images/articles_header.gif');
}
/* Story Heading */

#storyhead {
	padding: 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Links Heading */

#linkshead {
	padding: 0px 25px;
}

#linkshead h2 {
	height: 32px;
	background-image: url('images/links_header.gif');
}

/* Contact Heading */

#contacthead {
	padding: 0px 25px;
}

#contacthead h2 {
	height: 30px;
	background-image: url('images/contact_header.gif');
}

/* Page Footer */

#page_footer {
	margin-left: 416px;
	width: 484px;
	background: url('images/background.gif') #ffffff repeat-x 0px 0px;
	color: inherit;
	clear: both;
	font-size: 10px;
	line-height: 12px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
