/*
-----------------------------------------------------------------------------------------
HeyHoo - www.heyhoo.nl
Dijk12 Stylesheet
-----------------------------------------------------------------------------------------
.main_div { border: 1px dotted #ff0000; }
*/

/*
-----------------------------------------------------------------------------------------
Global Declarations
----------------------------------------------------------------------------------------- 
*/
* {
  margin: 0; padding: 0;
}

.clearer { 
  clear: both; 
}

img { 
  border: none; 
}

a	{
	color: #ffffff;
  text-decoration: underline;
}

a:hover	{
  text-decoration: none;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
}

.hspacer { 
  width:766px;
  background-color: #271A16;
  clear: both; 
  height: 8px; 
  line-height: 8px; 
}

/*
-----------------------------------------------------------------------------------------
Layout Structure
-----------------------------------------------------------------------------------------
*/
body {
	width:100%;
	height:100%;
	background: #2B1C19;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

.main_div {
	width:766px;
}

h1 {
  font-weight: bold;
  font-size: 16px;
  color: #D50A27;
  letter-spacing: 2px;
}

#content {
  float: left;
  width: 746px;
  height: 280px;
  padding: 10px;
  text-align: left;
	background-image: url(/images/bkg_content.png);
	background-repeat: repeat-x;
  background-attachment: scroll !important;
  background-attachment: fixed;
	color: #f5f5f5;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
  overflow: auto;
}

#footer { 
  padding-top: 3px;
  width:766px;
  height: 18px; 
  clear: both;
  background-color: #140E0C;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 3px;  
  color: #DFCECA; 
}

