/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Times New Roman CE';
	  FONT-STYLE: italic;
	font-size: 13px;
	color: #888888;
	
	position: relative;
	width: 100%;
	height: 100%;
	/*background: url(hatter.jpg) ;*/
	background-color: #820000;
	left: 0;
	top: 0;
}

h1, h2, h3 {
	color: #00fa06;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
	text-align: justify;
	color: #ffffff;
}

a {
	color: #eee100
}

a:hover {
	text-decoration: none;
}

.boxed {
	position: relative;
	padding: 10px;
}
.boxedc {
	padding: 20px;
	background: url(100_5013.JPG) no-repeat center;
}

.heading {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}

/* Header */

#header {
	width: 660px;
	height: 180px;
	margin: 0 auto;
	
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 56px;
	FONT-FAMILY: Vivaldi;
	color: #00fa06;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 14px;
}

/* Columns */

#left {
	float: left;
	width: 240px;
	margin-left: 10px;
}

#center {
	margin: 0 240px 0 240px;
}

#center ul, #center ol {
	margin-left: 3em;
}
#right {
	float: right;
	width: 180px;

}

#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li, #right li {
	margin-bottom: 1.5em;
}


/* Footer */

#footer {
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}