body {
	text-align: center;
	background-color: #ffffff;
	line-height: 110%;
}

@media screen and (max-width:50px) {
	#main {
		max-width: 90%;
	}
}

#main {
	background-color: #ffffff;
	text-align: left;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}

#nav {
	padding: 5px;
	background-color: white;
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;

}

#bread {
	color: #838383;
	border-color: #f55ec3;
	border-bottom: 1px solid #f55ec3;
	font-family: "Arial", arial, sans-serif;
	background-color: #ececec;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	margin-top: 5em;
	margin-bottom: 5em;
}

p {
	padding-left: 1.2vw;
	padding-right: 1.2vw;
}

ul {
	font-size: 1em;
	list-style-type: square;
}

ul.big {
	line-height: 115%;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
}

img {
	max-width: 100%;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

img.sized {
	max-width: 100%;
	max-height: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery_square {
	text-align: center;
	max-width: 100%;
}

img.logo {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", arial, sans-serif;
	background-color: #ececec;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	color: #f55ec3;

	font-size: 1.4em;
	font-style: italic;
}

h1.title {
	text-align: center;
	border-color: #f55ec3;
	border-bottom: 1px solid;
}

h2 {
	color: #3581e6;
	font-size: 1.2em;

}

h3 {
	color: #3581e6;
	font-size: 1em;
}

h4 {
	color: #000000;
	font-size: 1.2em;
}

h5 {
	color: #000000;
	font-size: 1em;
}

h6 {
	color: #000000;
	font-size: 1em;
}

a:link, a:visited {
	text-decoration: none;
	color: #3581e6;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a.item {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
}

a.bread {
	color:#f55ec3;
	font-style: normal;
}

a.bread:hover {
	color: #666666;
	text-decoration:none;
}

a.nav {
	font-family: "Arial", arial, sans-serif;
	font-weight: bold;

	text-transform: uppercase;
	color: #f55ec3;
	font-size: 1.6em;
}

a.nav:hover {
	color: #666666;
	text-decoration:none;
}


