
/*
Spelk
*/

body {
	margin: 0px;
	padding: 0px;
	background: #000000; /* body colour */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #402C16; /* font colour */
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #ffffff;
	font-size: 48px;
	letter-spacing: -1px; /* reduce letter spacing */
	font-family: Georgia, "Times New Roman", Times, serif;
}	

h2 {
	padding: 0px;
	font-weight: normal;
	color: #b94e0e;
	font-size: 36px;
}

h3 {
	padding: 0px;
	font-weight: normal;
	color: #b94e0e;
	font-size: 28px;
}

p {
	margin-top: 0px;
	line-height: 180%;
}

#banner p {
	margin: 0px;
	padding-left: 20px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #b94e0e;
}

a {
	text-decoration: none;
	color: #b94e0e;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #eee7df;
}

img.alignleft {
	float: left;
	margin-left: 25px;  /* Gap between image and left hand side. */
	margin-right: 25px; /* Gap between image and wrapped text on its right. */  
}

img.alignright {		/* Class of any image to be placed on the right. */
	float: right;
}

img.aligncenter {		/* Class of any image to be centred. */
	margin: 0px auto;
}

/* Header */

#banner {
	margin-left: 150px; /* Adjust position of Spelk's Spot */
	margin-top: 5px;
	height: 120px;

}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 4px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 13px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	border: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background:#ffffff;
}

/* Content */

#content {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin-left: 40px;
}

/* Footer */

#footer {
	width: 960px;
	height: 55px;
	background: url(../images/css_redfooter.jpg) no-repeat left top;
	margin: 0px auto 40px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}