*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	background-color:#6D060A;
	color:#000000;
	font-family:'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size:72.5%;
	text-align:center;
}

#container {
	background-color:#fff;
	width:900px;
	margin:0 auto;
	text-align:left;
	
}

.gutter {
	padding:20px;
}

#description {
	color:#666;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	width:300px;
	margin-bottom:20px;
	position:absolute;
	top:20px; right:20px;
	padding:10px;
}

#header {
	position:relative;
	background:url(swirly-bg.jpg) no-repeat;
}

#header img {
	display:block;
}

#left {
	background-color:#fff;
	float:left;
	width:188px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 20px 0 0 20px;
	
}

#middle {
	float:left;
	width:510px;
	word-spacing:1px;
	line-height:1.5em;
}

#middle p {
	margin-bottom:1em;
}

#right {
	background-color:#fff;
	float:left;
	width:180px;
}

#videoButton {
	border:1px solid #ccc;
	border-radius:5px;huw
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
	display:block;
	background:#6D060A;
	color:white;
}

#videoButton:hover {
	background:#fff;
	color:#6D060A;
}


#footer {
	background-color:#ccc;
	font-size:9px;
	text-align:right;
	margin-top:20px;

}

h2 {
	font-weight:bold;
	color:#6D060A;
	margin-bottom:10px;
}

h3 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:7px;
}

h4 {
	text-align:left;
}

h2 a:link {
	font-weight:bold;
	color:#6D060A;
	text-decoration:none;
	border:0;
}

h2 a:visited {
	font-weight:bold;
	color:#6D060A;
	text-decoration:none;
	border:0;
}

h2 a:hover {
	border-bottom:1px dotted #555;
}


ol li {
	list-style-type:lower-roman;
	list-style-position:outside;
	margin-left:14px;
}

ol li a:link {
	border:0;
	font-weight:normal;
}
ol li a:visited {
	border:0;
	font-weight:normal;
}
ol li a:hover {
	border-bottom:1px dotted #555;
}
ol li a:active {
	border:0;
	font-weight:normal;
}
ol li a.current-page {
	font-weight:bold;
}

ol {
	margin-bottom:10px;
	line-height:1.7em;
}

a:link {
	font-weight:bold;
	color:black;
	text-decoration:none;
	border-bottom:none;
}
a:visited {
	font-weight:bold;
	color:black;
	text-decoration:none;
	
}
a:hover {
	border-bottom:none;
	border-bottom:1px dotted #555;
}

ul.cfsList {
	
}

ul.cfsList li {
	list-style-type:disc;
	margin-bottom:5px;
	list-style-position:outside;
	margin-left:20px;
}

p.rightify { 
	text-align:right;
}