body {

	background-color: #52694e;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
}

p {

	margin-bottom: .8em;

}

a {

	color: #545c93;
	text-decoration: none;

}

ul {

	margin-bottom: .8em;

}

a:hover {

	text-decoration: underline;

}

#page { 

	width: 975px;
	margin: 0 auto;

}

/**************************

	Header styes

***************************/

#header {

	height: 127px;
	background-color: #000541;
	
}

/**************************

	top nav styes

***************************/

#top_nav {

	height: 43px;
	background-image: url('../images/top_nav/bg.jpg');
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 10px;

}

/**************************

	main styes

***************************/

.main {

	background-repeat: no-repeat;
	background-color: white;
	width: 975px;
	
}

.main .content {

	background-image: url('../images/home_content_bg.png');
	width: 444px;
	height: 623px;
	margin-left: 12px;
	padding: 10px;

}

#page .home {
	
	background-image: url('../images/main.jpg');
	height: 650px;

}

#page .about_us {
	
	background-image: url('../images/about_us_bg.jpg');
	height: 650px;

}

#page .contact {
	
	background-image: url('../images/contact_bg.jpg');
	height: 650px;

}

#page .history {
	
	background-image: url('../images/history_bg.jpg');
	height: 650px;

}

#page .projects {
	
	background-color: white;

}

.projects .content {

	width: 950px;
	margin: 0 auto;
	height: auto;

}

.main .content h1 {

	margin-bottom: 1em;
	font-weight: normal;
	color: #646789;
	font-size: 1.3em;

}

.main .content p {

	color: #263257;
	font-size: .9em;
	line-height: 1.2em;
	
}

.main .content table {

	font-size: .8em;

}

.main .content th {

	background-color: #133375;
	color: white;
	font-weight: normal;
	white-space: nowrap;
	padding: 0 4px;

}

.main .content td {

	padding: 4px;

}

.main .content tr td {

	background-color: #edf2fd;

}

.main .content tr.shaded td {

	background-color: #d3ddf2;

}

/**************************

	footer styes

***************************/

#footer {

	height: 31px;
	width: 975px;
	background-image: url('../images/footer_bg.jpg');

}

#footer p {

	padding: 3px 4px 0px 0px;
	float: right;
	margin-bottom: 0px;
	color: #545c93;

}

#credit {
	
	float: right;

}