#main {
	width: 828px;
	min-width: 828px;
	/* center the div and its contents */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Garamond", "Georgia", serif;
}



/* General page rules */

img {
	border-style: none;
}

a {
	text-decoration: none;
}



/* Banner at the top of the page */

#banner, #channel-backlinks{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "Arial", sans-serif;
}

#banner-links {
	border-bottom: 1px solid #606060;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
}

#banner-links-footer {
	clear: both;
}

#banner-vlm-logo {
	float: left;
	vertical-align: bottom;
}

#banner-socmed {
       padding-bottom: 5px;
       font-size: 8pt;
       float: right;
       letter-spacing: 0.1ex;
       color: #888;
}

#banner-links a, #channel-backlinks a {
	text-decoration: none ;
	color: #888;
}

#banner-channel-logo {
	margin-top: 5px;
}

/* Channels section */

#channels {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#channels table {
	width: 100%;
}

#channels-container {
	vertical-align: top;
}
#channels-container td {
	width: 33%;
}

#channels-heading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #888;
	border-top: 1px solid #DDD;
	letter-spacing: 0.25em;
	font-size: 11pt;
	width: 500px;
	margin-top: 40px;
}

.channel-item {
	border: 0;
	margin: 0;
	border-spacing: 5px;
}

.channel-logo {
	width: 200px;
	height: 60px;
	vertical-align: center;
}

.channel-description {
	font-size: 8pt;
	text-align: justify;
}

#channel-backlinks {
	/*width: 900px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	height: 26px;
}

/*
#channel-backlink-root {
	width: 100%;
	text-align: left;
}
*/

#channel-backlink-vanlou {
	padding-right: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#channel-backlink-banner-pages-box {
	margin: 0px auto;
	display: table;
	height: 25px;
}

#channel-backlink-banner-pages {
	font-size: 8pt;
	letter-spacing: 0.1ex;
	padding-top: 4px;
}

.channel-backlink-banner-page {
	float: left;
	display: block;
}

.channel-backlink-banner-page-sep {
	float: left;
	display: block;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 8pt;
	color: #888;
}

#channel-backlink-channel {
	text-align: center;
	padding-left: 6px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#channel-backlink-vanlou {
	float: left;
}

#channel-backlink-channel {
	float: right;
}

/* Styles for the footer */

#footer, #channel-backlinks, #banner {
	width: 768px;
}

#footer {
	font-size: 8pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#footer table {
	width: 100%;
	margin-top: 5px;
}

#footer-credits {
	text-align: left;
}

#footer-links {
	text-align: right;
}

#footer-links, #footer-credits {
	width: 50%;
}

#footer-links, #footer-credits, #footer-links img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 6px;
}

/* Styles for form entry */
.vanlou-form fieldset {
	background: #EEE;
}
.vanlou-form legend {
	color: #333;
	background: #888;
	font-family: sans-serif;
	text-align: left;
}

.vanlou-form label {
	width: 7em;
	float: left;
	text-align: right;
	padding-top: 0.2em;
	margin-right: 0.1em;
	display: block;
	white-space: nowrap;
}

.vanlou-form select, .vanlou-form textarea, .vanlou-form input {
	margin-left: 0.5em;
}

.vanlou-form .submit {
	margin-left: 4em;
}

.vanlou-form div {
	margin: 0.5em 0;
	text-align: left;
}