a img {
	border: none;
}

body {
	background-color: #330000;
	margin: 0;
}
body, p, li {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}

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

/*// BEGIN generic two-column setup //*/
.col1of2 {
	float: left;
	/* must define width */
}

.col2of2 {
	float: right;
	/* must define width */
}

.brownx {
	color : #663333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


