body {
	background-color: #DFEFF0;
	color: #333333;
	font-family: 'Bitstream Vera Sans Mono';
}

h1 {
	color: #000066;
	border-bottom: 5px solid #DFEFF0;
	width: 80%;
	font-family:"lucida calligraphy",arial,'sans serif';
	font-size: 52px;
}

h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: normal;
	color: #19391a;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

article {
	padding-right: 5px;
}

section {
	padding: 5px;
}

ol, ul {
	padding-left: 15px;
}

.menu {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.menu ul {
	display: table-row;
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
	background-color: #669966;
	border: 5px solid #000000;
	text-align: center;
}

.menu a {
	display: block;
	padding: 5px;
	color: #000066;
	font-family: 'Bitstream Vera Sans Mono';
	border: 1px solid white;
	font-size: 125%;
}

.menu a#current {
	background-color: #0066CC;
	font-family: 'Bitstream Vera Sans Mono';
	font-size: 125%;
}

.menu a:hover {
	color: #505050;
	font-family: 'Bitstream Vera Sans Mono';
	font-size: 125%;
}

.menu li {
	display: table-cell;
	margin: 0;
	padding-right: 0px;
}

@media (max-width: 550px) {
	.menu li {
		display: block;
	}
}

footer {
	margin: 5px auto;
	width: 80%;
	max-width: 1080px;
}

aside {
	width: 30%;
	border-style: outset;
}

article, aside {
	display: table-cell;
}

article aside, footer {
	display: block;
}

.aside {
	width: 30%;
	border-style: outset;
	border-width: 400px;
}

article, .aside {
	display: table-cell;
}

article .aside, footer {
	display: block;
}

@media (max-width: 850px) {
	article, .aside {
		display: block;
		width: auto;
	}
	aside {
		border: none;
	}
}

@media (max-width: 600px) {
	iframe {
		width: 100%;
	}
}

#wrapper {
	background-color: white;
	margin: 0 auto;
	width: 80%;
	max-width: 1080px;
	padding: 25px;
	border-style: outset;
}

#center {
	background-color: white;
	margin: 0 auto;
	width: 90%;
	max-width: 1080px;
	padding: 25px;
}

#main p {
	padding-left: 30px;
	width: 80%;
	font-size: 20px;
}

#slide {
	height: 277px;
	width: 100%;
}

#tattoo {
	height: 500px;
	width: 100%;
}

p,li {
	color: #555555;
	font-size: 16px;
	line-height: 1.5em;
}

a {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #505050;
}