/* To create a scrollbar in Firefox so short pages will not shift horizontally */
html	{
	min-height: 100%;
	margin-bottom: 1px;
	
}


/* styles for all pages */

* { font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	background-color: #f5f5dc;
	font-size: .95em
}
h1 {
	font-size: 23px;
}

#logo {
	width:774px;
	height:171px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: white;
}



#main {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 756px;
	/*height: 100%;*/
	padding-bottom:10px;
	border-right: 9px solid #c42934;
	border-bottom: 9px solid #c42934;
	border-left: 9px solid #c42934;
	background-color: #FFFFFF;
	top: -3px;
}
#slogan {
	position:absolute;
	width:756px;
	height:36px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-align: left;
	font-size: 17px;
	text-indent: 50px;
	left: 0px;
	top: 0px;
}

#content {
	position:absolute;
	top: 75px;
	z-index:0;
	width:730px;
	
	padding-left: 10px;
	padding-right: 20px;	
	left: 0px;
	
}	

			  
#note	{ font-size: .6em; }



#footer{
	width:740px;
	height:60px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
	z-index:4;
	font-size:.75em;
}
#footercopy, #footercredit	{ font-size:10px; }

a#credit:link, a#credit:visited {
	color: #000000;
	text-decoration: none;
}
a#credit:hover {
	color: #0000FF;
	text-decoration: underline;
}
img {
	border-width: 0px;
}

