@CHARSET "ISO-8859-1";

h1 {
	font-size: 150%;
	text-align: center;
}
* {
	padding: 0px;
	margin: 0px;
	font-size: 0.95em;
}
html {
	height: 100%;
}
body {
	font-family: verdana, helvetica, arial;
	background: transparent url('../images/structure/headSmall.png');
	background-repeat: repeat-x;
	color: #666; 
	height: 100%;
	margin: 0;
	padding: 0;
}
p {
	padding: 1em;
}
p:first-letter {
	font-size: 170%;
	font-family: serif;
	font-weight: bold; 
}
#pageContainer {
	width: 800px;
	margin: 0px auto;
	position: relative;
}
#headerContainer {
    position:relative;
    height:90px;
	width: 100%;
}
#title {
	float: left;
	padding: 0px;
}
#rightImage {
	float: right;
}
#content {
	padding: 0px 30px;
}
.leftSmall {
	float: left;
	width: 30%;
}
.leftLarge {
	float: left;
	width: 65%;
	border: 1px solid #ccc;
	padding: 5px;
}
.rightSmall {
	float: right;
	width: 30%;
}