@CHARSET "ISO-8859-1";

body {
    margin: 0 auto;
    margin-top: 15px;
	text-align: center; /* for IE */
    background-color: #F0F8FF;
}

div#content {
	width: 800px;
	margin: 0 auto; /* align for good browsers */
	text-align: left; /* counter the body center */
    	background-color: white;
}

div#header {
	min-width: 800px;
	height: 145px;
	/*padding-top: 130px;*/
    background-color: #F0F8FF;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
}

div#menu {
    margin-top: -6px;
}

div#internallinks {
    border-color: red;
    border-width: 1px;
    border-style: dashed;
    float: right;
    margin: 5px;
    margin-right: 15px;
    padding: 3px;
}

div#internallinks ul {
    list-style-type: none;
}

div#main {
    padding-left: 10px;
    padding-right: 6px;
    min-width: 800px;
    min-height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#footer {
	min-width: 800px;
	width: 800px;
	padding-top: 20px;
	color: gray;
	text-align: center;
	font-size: small;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

h1,h2,h3,h4 {
    color: #A80329;
}
