body {
    background-color: #ccc;
    font-family: 'Quattrocento Sans', sans-serif;
	/* font-family: 'Lusitana', serif; */
}

.mainbox {
    background-color: #eee;
    margin: 10px;
    padding: 20px;
    border: 0px solid #c4c8cc;
    box-shadow: 5px 5px 7px #888;
    border-radius: 2px;
}
li {
    margin-bottom: 5pt;
}

div.picture {
	float: right;
	margin-top: 8px; 
	margin-bottom: 16px;
	margin-left: 8px;
	//border: solid 1px #c0c0c0;
	background-color: #eee;
}

div.section {
	width: 80%;
	padding-left: 80px;
}

img.gtodd {
	border-radius: 2px;
	background-color: #eee;
}

div.section-title {
	//background-color: #ccc;
	padding-left: 40px;
    border-radius: 2px;
}

div.teaching {
	clear: both;
	background-color: #ccc;
	padding-left: 40px;
    border-radius: 2px;
}

div.about-me {
	clear: both;
	background-color: #ccc;
	padding-left: 40px;
    border-radius: 2px;
}

div#wrapper {
	position: relative;
	max-width: 800px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 120px;
}
