/* CSS Document */

/* the selectors below expand containing divs to accomodate floated elements */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* LINKS */

a:link {
	color: #660000; 
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #660000; 
	background-color: transparent; 
	text-decoration: underline;
}

a:hover {
	color: #660000; 
	background-color: transparent;
	text-decoration: underline;
}  

a:active {
	color: #660000; 
	background-color: transparent;
	text-decoration: underline;
}

body {
  	background: #966;
	color: #333;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#container {
	background:#D0BFA7;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#660000;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#660000;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#660000;
	}

#title img {
	padding:0;
	margin:0;
	}


#content {
	margin:0 24px 30px 10px; 
	padding:0;}