/* CSS Document */

body {
	margin:0;
	border:0;
	padding:0;
	background-color: #d8d1a0;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color:#000000;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 2em;
	line-height: 2em;
	color:#000000;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
	color:#000000;
}

.titleright {
	text-align: right;
}

.whitedpgcentre {
	text-align: centre;
	font-size: 2em;
	color:#ffffff;
}

/* Presenting the homepage image */
.mainimagecell {
	background-color: #847d50;
	background-repeat: no-repeat;
	background-position: top left;
	height:350px;	
}
.navigationbarcelltop {
	height: 1em;
	background-color: #968e55 ;
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, sans-serif;
	padding:5px;
	color: #fefefe;
	font-size: 0.85em;	
}
.navigationbarcellbottom {
	height: 2px;
	background-color: #326d9;
	background-position: bottom left;
	background-repeat: repeat-x;	
}
#navigationbar a {
	font-weight: bold;
	color: #F7C773;
	text-decoration: none;
}
#navigationbar a:visited {
	font-weight:bold;
	color: #F7C773;
}
#navigationbar a:hover {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#navigationbar a:active {
	font-weight: bold;
	color: #e6c662;
}

/*bottom cell styling */

.leftbottomcell {
	background-color: #FFF5CE;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 37%;
}

.leftbottomtext {
	line-height: 1.5em;
}

.rightbottomcell {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: right;
	vertical-align: top;
	background-color: #614F0F;

}

.bottomcell {
	background-color: #271C16;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 25%;
	background-image: f0eac2;
	background-repeat: no-repeat;
	background-position: bottom right;
	border-left: 1px solid #cccccc;	
}
.bottomcell2 {
	background-color: #FFF9DF;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 75%;
}
}
#navigation {
	background-color: #7b6351;
	float: right;
	text-align: right;
	padding:10px;
	width: 100%;
	font-size: 0.75em;
}
#navigation ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}	
#navigation li {
	display: inline;
}
#navigation a {
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	padding: 3px 10px 3px 8px;
	background-color: #333333;
	display: block;
	color: #fefefe;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #cccccc;	
}
#navigation a:hover {
	background-color: #F3EAC9;
	color: #645664;
	padding: 3px 10px 3px 8px;	
	background-image: none;
}
#navigation a:active {
	padding: 3px 12px 4px 7px;
	background-color: #E5A829;
	color: #614F0F;
	background-image: none;
}
#navigation li li a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	background-color: #645446;
	color: #F3EAC9;
	background-image: none;
}
#navigation li li a:hover {
	background-color: #F3EAC9;
}
navigation li li a:active {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	background-color: #FFF5CE;
	color: #000000;
	border-top: 1px solid #333333;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #333333;
	background-image: none;	
}
#navigation p{
	font-family: Verdana, sans-serif;
	color: #F3EAC9;	
	text-align: left;
	clear:both;
}

/* boxout */

#boxout {
	float: right;
	padding: 0;
	height: 0;
	background-color: #ffffff;
	margin: 0;
	border: 2px solid #ffffff;			
}
