@charset "utf-8";
/* CSS Document */

<!--
body {
	font: .9em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	background: #f1eee9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.centered {
	width: 780px;
	margin: 0 auto;
}

#header {
	width: 780px;
	margin: 15px auto 15px auto;
	padding: 0;
	text-align:right;
}
.navigationTop a {
	color:#d4023e;
	border-bottom: 1px dotted #333333;
	margin:0;
	text-decoration: none;
}

#headLine {
	background: #eae5df;
	padding:0;
	margin: 5px 0 10 0;
	border-top: 1px solid #c4c0bb;
	border-bottom: 1px solid #c4c0bb;
}

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:780px;
	margin:0 auto;
}

#mainContent p {
	padding-bottom: 0.8em;
}

}
#footer { 
    width: 100%;
    padding:0;
	margin:0;
	background: #eae5df;
} 

#footer p {
	width:780px;
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10pt;
}
.color {
	color: #d4023e;
}
#mainContent img.left {
	margin-right: 10px;
}

#mainContent img.right {
	margin-left: 10px;
}

#mainContent p.showcase {
	padding: 0px;
	text-align:center;
	background: #eae5df;
	border: 1px solid #c4c0bb;
}
#mainContent .showcase img {
	margin: 10px;
	border: #c4c0bb 1px solid;
}

h1 {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	color: #827d5d; 
}

h2 {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: #827d5d;
}

h3 {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	color: #827d5d;
}

.left {
	margin-right: 0.5em;
}

.right {
	margin-left: 0.5em;
}

-->
