html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f4f4f4;
	font: 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/* #####################################################
						GENERAL >>> 
######################################################## */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
/* End hide from IE-mac */

img { 
	border: 0;
}
a:link, a:visited {
    color: #6f1b3d;
	text-decoration: underline;
}
a:hover, a:active {
    color: #444444;
	text-decoration: underline;
}
p {
	margin: 0 0 10px 0;
}
h5 {
	font: bold 14px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #444444;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cdcdcd;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* #####################################################
						HEADER >>> 
######################################################## */

#header {
	width: 800px;
	background: #f4f4f4 url('images/header.jpg') no-repeat top left;
}
#txt {
	width: 760px;
	background-color: #efefef;
	text-align: left;
	padding: 20px;
	padding-top: -20px;
}

/* #####################################################
						CONTENT >>> 
######################################################## */

.box {
	width: 800px;
	background-color: #efefef;
	text-align: left;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #ffffff;
	clear: both;
	float: left;
}
.title_band {
	width: 800px;
	height: 30px;
	background-color: #6f1b3d;
	font: bold 14px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	overflow: hidden;
}
.title_band a:link, .title_band a:visited {
	color: #ffffff;
	text-decoration: none;
}
.title_band a:hover, .title_band a:active {
	color: #f4f4f4;
	text-decoration: none;
}
.title {
	margin: 7px 0 0 10px;
	float: left;
}
.button {
	float: right;
}
.pic {
	margin: 10px;
	border: 4px solid #6f1b3d;
	float: left;
	clear: both;
	display: inline;
}
.details {
	width: 200px;
	float: left;
	margin: 10px 0;
}

/* List */
.list ul {
	width: 200px;
	list-style: none;
	margin: 0 auto 10px auto;
	padding: 0;
	float: left;
	overflow: hidden;
	display: inline;
}
.list li {
	width: 100%;
	background: url('images/arrow.jpg') no-repeat center left;
	text-align: left;
	margin: 0;
	padding: 0 0 0 7px;
	float: left;
	clear: both;
}

.pullquote {
	width: 380px;
	background: #ffffff url('images/closequote.jpg') no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	font: normal 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	line-height: 140%;
	margin: 10px;
	padding: 10px;
	float: right;
	display: inline;
}
.pullquote:first-letter {
	background: #ffffff url('images/openquote.jpg') no-repeat left top !important;
	background /**/: url(); /* removing quote graphic in IE5+ */
	padding: 5px 2px 10px 35px !important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
}


/* #####################################################
						FOOTER >>> 
######################################################## */

#footer {
	width: 780px;
	text-align: left;
	margin: 5px 0;
	padding: 10px;
	border-top: 1px solid #444444;
	clear: both;
	float: left;
}











