/* CSS Document */

/* Outside Boxes */
/* I have made my world and it is a much better world than I ever saw outside.  -Louise Nevelson */

#outerFrame{
	width:800px;
	height:auto;
	margin: 0auto;
	padding: 30px;
}

#topBox{
	width: 800px;
	height: auto;
	float:none;
	margin-bottom:5px;
}
#leftBody{
	width: 160px;
	height: 1175px;
	background-color:#FFFFCC;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	float: left;
	padding-top:20px;
	margin-left: 5px;
}

#mainBody{
	width: 635px;
	height: auto;
	float: right;
	margin-bottom: 15px;
	margin-right: 0px;
}

#footspace{
	width: 800px;
	height: 25px;
	float: left;
}

/* Inside Containers */
/* Justice does not come from the outside. It comes from inner peace. -Barbara Hall */

.left{
	width:200px;
	height:250px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
	float: left;
	margin-bottom:20px;
}

.leftWide{
	width:300px;
	height:250px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
	float: left;
	margin-bottom:20px;
}

.middle{
	width:200px;
	height:250px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
	float: left;
	margin-bottom:20px;
}

.right{
	width:200px;
	height: 250px;
	float: right;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
	margin-bottom:20px;
}

.rightWide{
	width:300px;
	height: 250px;
	float: right;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
	margin-bottom:20px;
}


.titleName{
	font-family:"Times New Roman", Times;
	font-size: 18px;
	font-weight:bold;
	color:#003300;
	line-height: 24px;
	margin-top: 10px;
}
.titleP2{
	font-family:"Times New Roman", Times;
	font-style:italic;
	font-size:16px;
	line-height: 20px;
	color:#003300;
}
.galleryInfo{
	font-family:"Times New Roman", Times;
	font-size:12px;
	line-height: 17px;
	color:#333333;
	margin-top: 3px;
}


a.next:link{
	text-decoration: none;
	color:#003300;
}
a.next:visited{
	text-decoration: none;
	color:#333333;
}
a.next:hover{
	text-decoration: underline;
	color: #333333;
}
a.next:active{
	text-decoration: none;
	color:#003300;
}