/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #ffffff ;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #B5A9A3;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 800px;
	height: 160px;
	margin: 0 auto;
	background: #6b0036 no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
}

#header h1 {
	padding-top: 55px;

}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 720px;
	height: 55px;
	margin: 2px auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	width: 140px;
	height: 21px;
	display: block;
	float: left;
	margin-right: 2px;
	text-align: center;
	padding: 7px 1px 0 1px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6b0036;
	
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 10px;
}

#colTwo {
	float: left;
	width: 720px;
	padding: 0 0px;
}

#colThree {
	float: left;
	width: 196px;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	background: #6b0036;
	letter-spacing: normal;
	font-size: 0.9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 5px;
	background-color: #460E31;
	background-image: none;
	background-repeat: repeat;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	text-align: center;
	font-size: smaller;
}
