/* CSS Document */
body {background: #820707;}	

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	margin-top: 0px;}
	
#Column {
	position: relative;
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	padding-bottom: 50px;
	background-image: url(../images/background.jpg);
	margin-top: 0px;}	
	
#Content{
	position: relative;
	min-height: 100%;
	width: 660px;
	margin: 0px auto;
	margin-top: -3px;
	padding: 0px;
	text-align: left;
	background-color: #820707;}

#BodyBackground {
	background-image: url(../images/bodyback.gif);
	min-height: 100%;
	margin-top: -24px;
	padding-top: 18px;}

#capart {
	position: relative;
	padding-top: 10px;
	margin-right: 70px;
	margin-left: 70px;
	background-image: url(../images/background.jpg);}

#nav {
	width: 660px;
	height: 24px;
	margin: 0;
}
	
#nav2 {
	width: 660px;
	height: 24px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 24px;
}
	
		
#bodyart {
	margin-top: 0px;
	margin-bottom: 19px;
	padding-top: 0;}
	
	
/*  This is the main tag holding ALL the text data */
#ContentContainer {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;} /* And this number is that controls how far down the text starts */

#footer {
	background-image: url(../images/base.gif);
	margin-top: 30px;
	padding-top: 0px;
	background-repeat: no-repeat;}
	
	                                    
/* for Mozilla/Safari/Opera */
*>#Column {
min-height:100%;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #Column {
 height: 100%;
}
/* end of (minimum) height Filter */
