body, p, div, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:94%;
	padding: 0;
	margin: 0;
	color:fff;
}
html {
	scrollbar-base-color: #4c473a;
    scrollbar-arrow-color:#cccccc;
	}
li, ul {
	font-size:98%;
	}
th {text-align:left;
	}
/* page makes the unused page black*/
#page {
	width:100%;
	height:900px;
	background-color:#4c473a;
	vertical-align:middle;
	}
/* wrapper defines the web page*/
#wrapper {
	background-color: #4c473a;
	height: 650px;
	width: 900px;
	margin:auto;
	padding: 100px;
}
/*header defines the logo area*/
#content {
	background-color:fff;
	height:600px;
	width:900px;
	color:000000;
	background-image:url(images/main/approach.jpg);
	}
#content_home {
	background-color:fff;
	height:600px;
	width:900px;
	color:000000;
	background-image: url(images/main/website-homepage.jpg);
	}
#content_fullwidth {
	background-image: url(images/main/white_background.jpg);
	height:600px;
	width:900px;
	}	
#content_gallery {
	background-image: url(images/main/black_background_logo.jpg);
	height:600px;
	width:900px;
	}	
#content_contact {
	height:600px;
	width:900px;
	color:fff;
	background-image:url(images/main/contact_logo.jpg);
	}
#text {
	color: #4c473a;
	width: 450px;
	font-size:1.3em;
	padding:25px;
	}
#full_width_text {
	color: #4c473a;
	vertical-align:middle;
	height:545px;
	width: 850px;
	font-size:1.15em;
	margin:3px;
	padding:20px;
	}
#full_width_text a{
	color:#330099;
	}
#text_right {
	color: #bebbb5;
	margin-left:550px;
	width: 250px;
	font-size:1.3em;
	padding:50px;
	text-align:right;
	}
#text_right a {
	color:#f1ede5;
	}
#text_gallery {
	color: #bebbb5;
	vertical-align:middle;
	height:545px;
	width: 845px;
	font-size:1.3em;
	margin:3px;
	padding:25px;
	}
#footer {
	margin-top:-10px;
	}
/*This defines the navigation*/
#nav ul li{
	margin-left:40px;
	padding:0 10px;
	display:inline;
	font-size:1.3em;
	text-align:center;
	}
#nav a{
	text-decoration:none;
	color: #fff;
}
/*The Styling of the pages*/
h1 {
	font-weight:bold;
	margin-bottom:3px;
	font-size:1.5em;
}
h2 {
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.09em;
}
h3 {
	font-weight:bold;
	font-size:1em;
}
h4 {
	font-weight:bold;
	font-size:1.3em;
	margin-top:10px;
	}
h5 {
	font-weight:bold;
	margin-bottom:3px;
	font-size:1.6em;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}	
/*Floats*/
.leftimage {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
.rightimage {
	float:right;
	margin-left:10px;
	margin-top:5px;
	}
a {
	color:#fff;
	text-decoration:none;
	}
a:visited, a:active{
	color: #938b80;
}
.clearit {
	clear:both;
}