/* CSS Document */

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(images/corners-shadow1280x30.gif);
	}
.insideleft, .insideright {
	background-image: url(images/borders-lr-shadow30x1.gif);
	}

/* here adaptations of general page style: nothing to do with liquidcorners */

body {
font-family: Arial, Helvetica, sans-serif;
	background: #E6E2AB; color: inherit;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 100px;
	text-align:center;
	margin: 0; 
	padding: 0;
	}
p, h4, h5 {  
	margin: 0;
	}
h5, h5 a { 
	background: #ffffff;
	color: #c0c0c0;
	}
#content { background: inherit; text-align: center; width: 55%; }
#scroll { margin-top: 40em; }
.negative { color: #FFFFFF; background: inherit; }
a { background: inherit; }
.leftcol {
margin-left: .5em;
	float: left;
	width: 11.5em;
}
.main {
margin-left: .5em;
margin-right: .5em;
max-width:60em;
}