body{
	background-color: white;
	margin: 0;
}

h3{
	text-align: center;
}

#pist-top, #pist-top-2, #shameful-pist-top, #shameful-pist-top-2{
	max-width: 100%;
	height: auto;
	width: auto\9;
}

#pist-bot, #pist-bot-2, #shameful-pist-bot, #shameful-pist-bot-2{
	max-width: 100%;
	height: auto;
	width: auto\9;
}

.bottom-container{
	margin: 10px;
	border: black;
	border-width: 2px;
	border-style: solid;
}

#bottom-row{
	width: 100%;
	display: block;
}

.bottom-wrapper{
width: 300px;
margin-left: auto;
margin-right: auto;
}

#center-column{
	margin-left: auto;
	width: 75%;
	height: 500px;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: white;
	border-top: rgb(96, 90, 84);
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: rgb(96, 90, 84);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


#top-row{
	position: relative;
	margin: 0;
}


h1{
	margin: 0;
	text-align: center;
	background: #feffe8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: rgb(96, 90, 84);

}

.gbox{
	background-color: green;
	height: 100px;
}

.rbox{
	background-color: red;
	height: 100px;
}

label{
	float: right;
}

#middle-top-row{
	background-color: rgb(239, 239, 239);
	margin-top: 20px;
	margin-bottom: 20px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: rgb(96, 90, 84);
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: rgb(96, 90, 84);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#mail-container{
	border-top: rgb(96, 90, 84);
	border-top-style: solid;
	border-top-width: 1px;
	background-color: rgb(239, 239, 239);
	padding: 10px;
}

.regular-font{
	font-size: 18px;
}