
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

#wrapper {
	
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	margin-top: 10px;
	padding-left: 36px;
	padding-right: 0;
	width: 750px;
}

#branding {
	margin-top: 12px;
	position: relative;
	left: -36px;
	width: 784px;
	margin-bottom: 10px;
	background-image: url('assets/logo_line.gif');
}

#showcase { margin-bottom: 6px; border: 3px #b7d365 solid; }

#assoc {
	margin-top: 7px;
	margin-bottom: 7px;
}

#contact {
	font-size: 15px;
	color: #050f6e;
	text-align: center;
	background-color: #ddd;
	padding: 10px;
	border: 1px #888 solid;
}

#contact h2 {
	font-size: 20px;
	margin-bottom: 0px;
}

#contact a
{
	color: #d00000;
}


#files
{
	margin: 0;
	padding: 0;
}

#files a { text-decoration: none; }

#files li
{
	list-style-type: none;
	line-height: 150%;
}