body {
	font-family : Arial,Helvetica,sans-serif;
	background-image: url('images/background.png');
	font-size: 12pt;
}

#header {
	background-image: url('images/header.png');
	width:760px; height:230px;
}
#main {
	background-image: url('images/main.png');
	width:760px;
}
#footer {
	background-image: url('images/footer.png');
	width:760px;
	height:50px;
}

#content {
	padding: 20px;
}

.contentblock {
	text-align: left;
	line-height: 1.5em;
	font-size:.8em;
	margin: 40px;
	
}

.center {
	text-align:center;
}

.right {
	float: right;
}

img {
	border-width:0px;
}



h2 {font-size: 13pt; font-weight: bold; margin-bottom: -.5em;}

.ppp {color: #DB83DB; font-size: 12px; text-align: center; word-spacing: 5pt; font-style: italic; margin-top: -50px; margin-bottom: 20px;}

.new {font-weight: bold;}

.leftcol {width: 360; align: left; margin-right: 10px; padding-right:20px;}

.rightcol {width: 240; align: left; float: right; padding: 10px; border: 1px dashed;}

