* {
	margin:0;
	padding: 0;
}

html {
	background-color: #fff;
}

body {
	width: 750px;
	border:1px solid #d5d5d5;
	color: #444;
	background: #fff url(../img/back.png) repeat-y top;
	margin: 3em auto;
	font: 70%/1.6 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #D05F57;
	text-decoration: none;
	border-bottom: 1px solid #D05F57;
}

a:hover {
	border-bottom: 2px solid #D05F57;
}

div#header {
	height: 300px;
	background: url(../img/logo.png) no-repeat top;
}

div#header h1, div#header p {
	display: none;
}

div#header ul {
	padding-right: 40px;
	float: right;
	list-style: none;
	margin: 30px 0;
	width: 150px;
}

div#header ul li {
	display: inline;
}

div#header ul li a {
	display: block;
	padding: 3px 0.2em;
	font-weight: bold;
	text-align: center;
	border: 1px dotted #ddd;
	background-color: #fff;
	margin-bottom: 0.75em;
	color: #444;
	text-decoration: none;
}

div#header ul li a:hover {
	border: 2px solid #ddd;
	padding: 2px 0.2em;
}

.divider {
	background: url(../img/divider.png) repeat-y top;
	width: 100%;
	float: left;
}

.left {
	width: 325px;
	padding-left: 25px;
	float: left;
}

.right {
	width: 325px;
	padding-right: 25px;
	float: right;
}

#footer {
	clear: both;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
}
.heimservice {
	border: 2px solid #D05F57;
}
.heimservice h2 {
	font-size: 2.1em;
}
p, h2 {
	text-align: center;
}
p {
	margin-bottom: 1em;
}
.sizeup {
	font-size: 1.3em;
}
.history p, #about p {
	text-align: left;
}

.history {
}
.intended {
	padding-left: 4ex;
	text-indent: -4ex;
}
.sizedown {
	font-weight: normal;
	display: block;
}
.pizza tbody th .sizedown {
	display:none;
}
div.pizza, div.divider {
	margin-bottom: 50px;
}

caption {
	width: 60%;
	padding: 0 3%;
	background-color: #D05F57;
	font-size: 1.3em;
	color: White;
}

.pizza caption {
	margin-left: 24px;	
}

thead th {
	text-align: center;
}

tbody th, caption {
	text-align: left;
}

td {
	text-align: right;
	font-weight: normal;
}

td, th {
	padding: 1px 2px;
	border: 1px solid #ddd;
}

.extra th {
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.extra td {
	text-align: left;
}


table {
	border-collapse: collapse;
	empty-cells: hide;
	border: 1px solid #D05F57;
	margin-bottom: 2em;
	width: 100%;
}

table.pizza {
	margin: 0 25px;
	width: auto;
}

.pizza a, .pizza a:hover {
	border-bottom: none;
	font-weight: normal;
}

.design .left p {
	text-align: right;
}

.design .right p {
	text-align: left;
}

acronym {
	border-bottom: 1px dotted #444;
}

acronym:hover {
	border-bottom: 2px dotted #444;
}
