body {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/t3.png");
	background-repeat: repeat-y repeat-x;
	color: #1c1c1c;
	font-family: 'Architects Daughter', cursive;
	text-align: center;
}

.centered {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 50px;
}

div.tabs {
	width: 80%;
	margin: 80px auto;
	min-height: 600px;
	font-family: 'Architects Daughter', cursive;
}

h1.error {
	color: white;
}

h1 {
	color: black;
}

div.title {
	color: white;
	margin: 20px 0px 20px 0px;
	background-color: rgb(51, 51, 51);
	border-top: 2px solid #000000;
	border-bottom: 1px solid rgb(153,153,153);
	min-height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	/*width: 80%;*/
	margin: 0px auto;
}



table tr td, table tr th {
	border: 1px solid #1c1c1c;
	padding: 8px 8px 8px 8px;
}

img {
	max-width: 100%;
}
