@charset "utf-8";
/* CSS Document */

body {
	background-color:#ccbb99;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	}


h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
	color: #333333;
	text-align:left;
	font-weight:bold;
	}

h2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
	color: #333333;
	text-align:center;
	font-weight:bold;
	}

p, td {
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#222222;
	letter-spacing:.03em;
	}

p.contact {
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#222222;
	letter-spacing:.03em;
	}
	
p.footer {
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#663300;
	letter-spacing:.03em;
	}
		
a:link {
	color:#666666;
	}
	
a:visited {
	color:#666666;
	}
	
a:hover {
	color:#666666;
	}
	
a:active {
	color:#666666;
	}
.image_row a img {
	border:1px solid #666;
	}
#picture {
	position: absolute;
	z-index: 4;
	height: 250px;
	width: 178px;
	left: 565px;
	top: 0px;
}

#content {
	position: absolute;
	z-index: 3;
	height: auto;
	width: 500px;
	left: 225px;
	top: 240px;
}

#container {
	margin-top: 0px; 
	margin-left: 0px; 
	width: 780px; 
	height: auto; 
}

#pagebackground {
	width:750px;
	height:450px;
	margin-left:25px;
	margin-top:50px;
	z-index:1;
}

#picture1 {
	position: absolute;
	z-index: 2;
	height: 225px;
	width: 50px;
	left: 470px;
	top: 260px;
}

#picture2 {
	position: absolute;
	z-index: 2;
	height: 225px;
	width: 50px;
	left: 530px;
	top: 260px;
}

#picture3 {
	position: absolute;
	z-index: 2;
	height: 225px;
	width: 50px;
	left: 590px;
	top: 260px;
}

#picture4 {
	position: absolute;
	z-index: 2;
	height: 225px;
	width: 50px;
	left: 650px;
	top: 260px;
}

#picture5 {
	position: absolute;
	z-index: 2;
	height: 225px;
	width: 50px;
	left: 710px;
	top: 260px;
}

#home_navbar {
	position: absolute;
	z-index: 2;
	height: 20px;
	width: 450px;
	left: 15px;
	top: 470px;
}

#page_navbar {
	position: absolute;
	z-index: 2;
	height: 195px;
	width: 125px;
	left: 25px;
	top: 225px;
}


.nav_cell_horiz {
	float:left;
	height:20px;
	padding-left:25px;
	text-align:center;
	}
	
.nav_cell_vert {
	margin-top:10px;
	height:20px;
	width:125px;
	text-align:right;
	}
	
.image_row {
	width:500px;
	height:160px;
	padding-top:10px;
	padding-bottom:25px;
	margin:0;
	}
	
.image_row_left {
	float:left;
	width:225px;
	height:150px;
	padding:10px;
	margin:0;
	}
.image_row_left p {
	text-align:right;
	}
.image_row_right {
	float:right;
	width:225px;
	height:150px;
	padding:10px;
	margin:0;
	}
.image_row_right {
	text-align:left;
	}
.clear {
	clear:both;
	}	

