body {
	background: #0e2039;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px 10px 10px 10px;
	font-family: sans-serif;
	line-height: 1.8em;
}

header.top {
	background-color: #13345e;
	color: #FFFF66;
	padding: 10px;
	font-size: 80%;
	height: 250px;
	margin: 10px 10px 0px 10px;
	text-align: center;
}


h1, h2 {
	font-family: sans-serif;
	color: #17345d;
	margin: 25px;
}
		

em { 
	font-size: 120%;
	color: #17345d;
	font-style: normal;
}	

a:link, a:visited {
	color: #17345d;
}

a:hover {
	color: blue;
}	



#tablecontainer {
	display: table;
	border-spacing: 10px;
}

#tablerow {
	display: table-row;
}


#main {
	display: table-cell;
	padding: 25px;
	background: #fdf28b;
	vertical-align: top;
}

#main h1 {
	font-size: 44px;
	line-height: 2em;
}	

#main img {
	float: right;
	margin: 50px;
}


#contact {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
	background: #fdf28b;
}

#contact em {
	font-style: italic;
	text-align: center;
	font-size: 80%;
	color: black;
}

#contact h2 {
	text-align: center;
}

#pastwork1 {
	display: table-cell;
	vertical-align: top;
	padding: 25px;
	background: #fdf28b;
	line-height: 1.4em;
	font-size: 80%;
}	

#examples {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	background: #fdf28b;
	line-height: 1.4em;
	font-size: 70%;
}	

#examples p {
	font-style: italic;
	text-align: center;
}

#side {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	background: #fdf28b;
	line-height: 1.8em;
}

#connect {
	display: table-cell;
	vertical-align: top;
	padding: 40px;
	background: #fdf28b;
	line-height: 1.8em;
}

#video {
	display: table-cell;
	vertical-align: top;
	background: #fdf28b;
	padding: 25px;
}

#video p {
	font-style: italic;
	text-align: center;
	font-size: 80%;
}

#audio {
	display: table-cell;
	vertical-align: top;
	background: #fdf28b;
	padding: 25px;
}

#audio p {
	font-style: italic;
	text-align: center;
	font-size: 80%;
}

section#blog {
	display: table-cell;
	vertical-align: top;
	padding: 25px;
	background: #fdf28b;
}	

section#blog li {
	list-style-type: none;
	font-style: italic;
}

#posts {
	display: table-cell;
	vertical-align: top;
	padding: 25px;
	background: #fdf28b;
}

#posts li {
	list-style-type: none;
	font-weight: bold;
	font-size: 90%;
}


#footer {
	font-size: 50%;
	color: #fdf28b;
	text-align: center;
	margin: 0px 10px 10px 10px;
	background-color: #13345e;
	
}

nav {
	background-color: #13345e;
	margin: 10px 10px 0px 10px;
}

nav ul {
    margin: 0px;
    list-style-type: none;
    padding: 5px 0px 5px 0px;	
}

nav ul li {
    display: inline;
    padding: 15px 20px 15px 20px;
}

nav ul li a:link, nav ul li a:visited {
	color: #fdf28b;
	border-bottom: none;
	font-weight: bold;
	text-decoration: none;
}

nav ul li.selected {
	background-color: #0e2039;
}

nav ul li a:hover {
    text-decoration: underline;
}


