* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #242424;
 font-size: 12px;
 background-color: #8528AA;
 background-image: url(http://halloween.hobbyfront.nl/assets/images/zijdesigtbg2010.jpg); 
 background-repeat: no-repeat; 
 background-position: 60% 0px; 
 background-attachment: fixed; 
 }
.wrapper {
 width: 782px;
 margin: 0 auto;
}
/* ------------------------ Start Header -----------------*/
.header {
 margin: 0px 0px 13px 0px;
 background-color: #8528AA;
  border: 1px solid #28DF3A;
 min-height: 110px;
 padding: 10px 0px 0px 20px;
}
* html .header {height:110px} /* IE Min-Height Hack */ 
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
.nav-bar {
 background-color: #8528AA;
 margin: 0px 0px 13px 0px;
 min-height: 17px;
 padding: 13px;
 border: 1px solid #28DF3A;
}
* html .nav-bar {height: 17px} /* IE Min-Height Hack */ 

.nav-links li {
	list-style: square;
	display: inline;
	margin-right: 16px;
}

.nav-links li a:link {
 background-color: none;
 color: #c3c3c3;
 font-weight: bold;
 font-size: 13px;
 list-style: square;
 text-decoration: none;
}
.nav-links li a:visited {
 background-color: none;
 color: #c3c3c3;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:hover {
 background-color: #510080;
 color: #28DF3A;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
 background-color: #8528AA;
 width: 754px;
 padding: 13px;
 min-height: 750px;
 margin-bottom: 13px;
 border: 1px solid #28DF3A;
}
* html #outercontent {height: 655px} /* IE Min-Height Hack */ 



/* ------------------------ End outer content -----------------*/

/* ------------------------ Start Columns -----------------*/
#centercolumn {
	/* Parent Wrapper for inside boxes */
	background-color: #242424;
	border: 1px solid #28DF3A;
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 7px;
	min-height: 740px; /*hierrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
	float: left;
	width: 550px;
	color: #D3D3D3;
}
.rightcolumn {
	margin: 0px 0px 13px 13px;
	padding: 7px;
	display: inline; /* IE Hack */
	width: 158px;
	float: right;
	border: 1px solid #28DF3A;
	background-color: #ccc;
	}
.rightcolumn a:link {
	color: #9932CC;
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
 border: 1px solid #28DF3A;
 padding: 15px;
 margin-bottom: 13px;
 background-color: #8528AA;
}
/* ------------------------ End Footer -----------------*/

h1 {
 font-size: 23px;
 font-family: Arial;
 color: #28DF3A;
}
h2 {
 font-size: 18px;
 font-family: Arial;
 color: #28DF3A;
}
h3 {
 font-size: 16px;
 font-family: Arial;
 color: #28DF3A;
}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
img {
 border: 1px solid #8528AA;
 padding: 3px;
}
/* Links */
a:link {
	color: #28DF3A;
	text-decoration: none;
}
a:visited {
	color: #28DF3A;
	text-decoration: none;
}
a:hover {
 color: #242424;
 background-color: #28DF3A;
 text-decoration: none;
}
li{
	list-style-image:url(http://halloween.hobbyfront.nl/assets/templates/goinggray/images/ghost.png);
}

