body {
	background-color: #ffcccc;
	font-family: Geneva, Verdana, sans-serif;
	color: black;
	font-size: 14px;
	text-align: center;
}

h1, h2, h3 {
	font-family: Helvetica, "Andale Mono", Arial, sans-serif;
	line-height: normal;
}

h1 {
	font-size: 48px;
	color: white;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

header {
	text-align: center;
	margin: 10px;
}

a:link {
	text-decoration: underline;
	color: white;
}

a:hover {
	color: black;
}

a:visited {
	color: white;
}

a:focus {
	color: white;
}

a:active {
	color: black;
}

div.tableContainer {
	display: table;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 10px;
}

div.tableRow {
	display: table-row;
}

div.tableCell {
	display: table-cell;
}

nav {
	display: table-cell;
	border-width: thin;
	border-style: solid;
	border-color: black;
	width: 200px;
	padding: 10px;
}

nav ul {
	list-style-type: none;
}

nav a:link {
	color: #ffcdc4;
}

nav a:hover {
	color: #c4f6ff;
}

nav a:visited {
	color: #ff8f7a;
}

nav ul ol {
	font-size: 10px;
}

nav#index {
	display: block;
	background-color: #ffaba1;
	width: 1000px;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

nav#index ul {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

nav#index ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
}

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

nav#index ul ol {
	display: inline;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}

nav#index ul ol li {
	padding: 2px;
}

section#main {
	display: table-cell;
	background-color: #ffaba1;
	padding: 10px;
	vertical-align: top;
	width: 600px;
	margin: 10px;
}

section#main h1, section#blog h1 {
	font-size: 16px;
	font-family: Geneva, Verdana, sans-serif;
	font-weight: bold; 
}

section#main h2, section#blog h2 {
	font-size: 15px;
	font-style: italic;
}

aside#contact {
	display: table-cell;
	background-color: #ffaba1;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

aside#contact h1 {
	font-size: 16px;
	text-align: center;
}

aside#contact ul {
	list-style-type: none;
	padding: 0px;
}

footer {
	font-size: 10px;
	text-align: center;
	border-width: thin;
	border-style: dashed;
	border-color: black;
	padding: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

form {
	display: table;
	padding: 10px;
	background-color: #ffaba1;
	border-radius: 15px;
}

div.commentRow {
	display: table-row;
}

div.commentRow p {
	display: table-cell;
	vertical-align: top;
	padding: 3px;
}

div.commentRow p:first-child {
	text-align: right;
}

section#press, section#blog {
	display: table-cell;
	background-color: white;
	padding: 10px;
	vertical-align: top;
	width: 600px;
	margin: 10px;
}

section#press {
		font-family: "Courier New", Courier, monospace;
}

section#press h1 {
	font-size: 16px;
	font-weight: bold; 
}

article {
	display: block;
	padding: 10px;
	margin: 0px 0px 5px 5px;
	background-color: #ffaba1;
	border-radius: 15px;
}

section#press article, section#blog time {
	font-family: "Courtier New", Courier, monospace;
}

img#aboutpic {
	float: right;
	margin: 5px;
}

div#other {
	display: table-cell;
	background-color: white;
	padding: 0px 10px 0px 10px;
	border: 0px;
	margin: 10px;
	vertical-align: top;
}

p iframe {
	text-align: center;
}

table.art {
	caption-side: bottom;
	text-align: center;
	color: white;
}

table.art caption {
	color: black;
}

table#shop {
	text-align: center;
	empty-cells: hide;
}

table#shop td, table#shop th {
	border: thick solid #ffaba1;
	background-color: white;
	padding: 5px;
}
