body {
	background: url(images/background.png) repeat-x #313033;
	margin: 0px;
	padding: 0px;

	font-family: verdana;
	font-size: 0.8em;
	line-height: 1.6;
}

/* general formatting */
a { color: #8761a1; text-decoration: none; }
a:hover { color: #B6A9CC; }
h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* site wrapper */
#wrapper {
	width: 806px;
	margin: 0px auto; 
}

#banner {
	background: url(images/banner.png);

	width: 806px;
	height: 480px;
	
	float: left;
	display: block;
}

/* site content */
#content {
	background-image: url(images/content.png);
	width: 806px;

	float: left;
	display: block;
}

/*  columns */
.column {
	width: 245px;
	padding: 10px;
	
	text-align: justify;
	
	float: left;
	display: inline;
}

.full { width: 780px; }
.half {
	width: 380px;
}

/* lists */
ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

ul li { 
	padding: 5px;
	border-bottom: 1px dashed #ccc;
}

/* other */
.image {
	float: left;
	margin: 5px;
	display: inline;
	border: 0px;
}

.logos {
	margin-top: 40px;
}

.logos img { margin: 6px; }

.padded { padding: 30px 30px 0px 30px; }
.center { text-align: center; }
.allcaps { text-transform: uppercase; }
