/*The following CSS file is for the Wildfire Riders Page and their Dossiers*/

/*font-styles*/
p{font-family: 'Calligraffitti', cursive; font-size: 12pt;
}	

h1{font-family:'Junge', serif; font-size: 12pt;
}

	
h2{font-family: 'Averia Serif Libre', cursive;}

h3{font-family: 'Times New Roman', serif; font-size: 48pt;}

h4{font-family: 'Italiana', serif; font-size: 36pt;}

h5{}		



body{
	
		min-width:700px;
		

}


#page{

padding-left:150px;
padding-right:250px;
border:1px solid gray;
}

#page .column {
  position: relative;
  float: left;
}

#dossier{
	width:100%
	height:100%;
	border:1px solid gray;
	background-color:#FAEABE;
	
}

#leftmargin{
	width: 150px;
	right: 150px;
	background-color:grey;
	margin-left:-100%;
	height:100%
	
}

#rightmargin{
width: 250px;
margin-right: -100%;
background-color:oldlace;

}

#header{
width: 100%;
}

#footer{
clear:both;
}



div.catagories
{
margin:10px;
width:95%
padding:5px;
border:1px solid gray;

}

div.ex1
{
width:100%;
border:1px solid gray;
margin:10px;
}

div.header
{
height: 50px;
line-height:15px;
padding:5px;
border:2px solid grey;
margin:10px;
width:95%
text-align:center;
}

.center
{
text-align:center;
}

.right
{
float:right;
}
.left
{
float:left;
}