div{
	clear: both;
	font-size:1em;
}

/*For common header elements*/
header{
	height:104px;
	background-color:black;
}

.nav_row{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	float: left;
	text-align:center;
}

.nav-btn{
	text-decoration:none;
	color: white;
	padding: 10px;
	background-color:black;
	float: left;
}

.nav-btn:hover{
	color: black;
	background-color:white;
}

.igp_logo{
	margin-right: 5px;
	float: left;
	border-style: solid;
	border-width:2px;
	border-color:black;
}

/*Main body elements*/
.main{
	width:940px;
}

.main_photo_left{
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}

.main_photo_right{
	margin-top: 2px;
	margin-left: 5px;
	float: right;
}

.bordered{
	border-style:solid;
	border-width: 3px;
	border-color: black;
}

.stack{
	width: 506px;
	height: 359px;
}

.caption{
	width:300px;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
}

.gallery_list{
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-left:100px;
}

.gal_txt{
	display:block;
	background-color:white;
	text-align: center;
	text-decoration:none;
	color:black;
	padding:5px 0px;
	margin:5px 0px;
	border: 1px solid black;
}

.gal_txt:hover{
		background-color:black;
		color:white;
}

.gallery{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*footer only*/
footer{
	clear:left;
	width:500px;
	font-size:1em;
}

/*Testing elements*/
ul{
	list-style-position: inside;
}






