	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 450px;	
	}
	/* end hide */

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #300000;
		color:#ffffff;
		font-family:sans-serif;

	}


#header {
		background-color: #300000;
		width: 100%;
		height: 50px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		vertical-align: bottom;	
		margin-top: 40px;
		border:0px;
		padding:0px;
		color: #260000;
	}
	
#footer {
		background-color: #300000;
		width: 100%;
		height: 40px;	
		font-family:sans-serif;
		margin-left:40px;
		text-align:left;
		color:#690000;	
	}

	
.categories_cell{
	background-color:#260000;
	color:#D9D9D9;
	line-height:24px;
	text-decoration:none;
	font-size:12px;
	align:center;
	text-align:center;}
	
.categories_cell_pressed {
	background-color:#D9D9D9;
	color:#260000;
	line-height:24px;
	text-decoration:none;
	font-size:12px;
	align:center;
	text-align:center;}
	
.categories_cell a:link{
	background-color:#260000;
	color:#D9D9D9;
}
.categories_cell_pressed a {
	background-color:#D9D9D9;
	color:#260000;

}
.categories_cell a:visited{
	background-color:#260000;
	color:#D9D9D9;
}
.categories_cell_pressed a:visited{
	background-color:#D9D9D9;
	color:#260000;
}
.categories_cell a:hover{
	background-color:#D9D9D9;
	color:#260000;
}
.categories_cell_pressed a:hover{
	background-color:#D9D9D9;
	color:#260000;
}
a {	
	color:#260000;
	text-decoration:none;
	line-height:24px;
	display:block;
	width:100%;
}

img {	
  border:0px;
  padding:0px;
  margin:0px; 
  spacing:0px
}
