body {

	font-size: 18px;
	margin: 0;
	padding: 20px;
  color: #194369;
  background-image: url('/images/misc/bg-tume-elegantblue-w2.jpg');
}

.outer {
	width: 880px;
	height: auto;
	border: 4px solid #259ebe;
	padding: 0px;

	margin: auto;
  border-radius: 23px;
}


.name {
	font-family: "Lobster", sans-serif;
	font-size: 34px;
	color:#259ebe;
	box-sizing: border-box;
	text-align: center;
	padding: 15px;
	margin:6px;
	border: 3px solid #259ebe;
	width:100%;
	background-color:#C1EEF7;
	border-radius: 23px 23px 0% 0%;
}

.site-title2 {
	
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	width:100%;
	background-color: transparent;
	border-radius: 0% 0% 23px 23px;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}

.sidebar {
	border: 1px solid transparent;
	display: inline-block;
	padding: 5px;
		box-sizing: border-box;
	width: 100%;
	height: auto;
	background-color:transparent;
}


.main {

	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: auto;
	background: transparent;
	padding:8px;
	font-size: 18px;
	color:#04323D;
	overflow:scroll;
	margin: 20px;
	margin-bottom: 0px;
}

.notebook {
	color:#259ebe;
	box-sizing: border-box;
	padding: 15px;
	margin:6px;
	border: 3px solid #259ebe;
	width:100%;
	background-image:url(/images/misc/grid-blue.png);
	border-radius: 5px
}

.speech2 {
	border: 1px solid #259ebe;
	padding: 15px;
	width: 96%;
	height: auto;
	background-color:#259ebe;
	border-radius:5px;
	text-align: left;
}

td, th {
  border: 1px transparent;
  text-align: center;
  padding: 8px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
