/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0;
	padding: 0;
	background: #292029;
	font: normal small Arial, Helvetica, sans-serif;
	color: #111111;
	background-color: #8c9e8c;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h2 {
	letter-spacing: -1px;
	font-size: 16pt;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a:link {
	border-bottom: 1px dotted #A33000;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #000000;
}

/* Header */

#header {
	width: 800px;
	height: 141px;
	margin: 0 auto;
	padding: 5px;
	background: #000000 url(images/header.png) no-repeat 5px 5px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: 128px 0 0 18px;
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #d0d0d0 url(images/bg.png);
	border: 5px solid #000000;
	border-top: none;
	background-repeat: repeat-x;
}

#colOne {
	float: none;
	width: 800px;
	padding: 10px 0px 0px 0px;
	height: 40px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 160px;
	padding: 0px 10px;
}

#colThree {
	float: inherit;
	width: 760px;
	padding: 20px 150px 15px 10px;
	line-height: 2em
	/*background:url(images/bgside.png);
	background-repeat:repeat-y;*/
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
	line-height: 1px;
}

#footer * {
	color: #000000;
}
