/* basic elements */
body { 
	font: 8pt/16pt georgia;
	margin: 0px;
	}
p { 
	font: 10pt arial; 
	letter-spacing: 1px;
	margin-top: 0px;
	}
h1 {
	font: bold 18pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #cccccc;
}
h2 {
	font: bold 14pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #cccccc;
}
h3 { 
	font: bold 18pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #cccccc;
	}
.small { 
	font: 8pt arial; 
	letter-spacing: 2px;
	margin-top: 0px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CCCCCC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CCCCCC;
	}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: underline; 
	color: #f48f6c;
	}


/* specific divs */

#header1 {
	background: url(img/headerbg.jpg) repeat-x;
	margin: 0px;
}

#header2 {
	background: url(img/pbdlogo1.jpg) no-repeat top left;
	margin: 0px;
}

#container {
	background: url(img/pbdlogo1.jpg) no-repeat top left; 
	padding: 0px 195px 0px 165px;
	margin: 0px;
}

#vertline {
	background: #000000;
	width: 2px;
	height: 100%;
}

#content {
	position: relative;
	margin-top: 117px;
	background: #ffffff;
}

#left {
	position: relative;
	margin-top: 195px;
	float: left;
	width: 165px;
}

#middle {
	position: relative;
	margin-top: 117px;
	float: left;
	width: 500px;
}

#right {
	position: relative;
	margin-top: 117px;
	float: left;
	width: 165px;
}

#sponsors {
	position: relative;
	background: #cccccc;
	margin-top: 117px;
	float: left;
	width: 200px;
}

#footer {
	background: url(img/footerbg.jpg) repeat-x;
}