/* Basic Structure */

body {
	font: 10pt/14pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#wrapper {	
	width: 100%;
	margin: auto;
}

/* Header */

img#logo {
	float: left;
	display: block;
}
img#candc {
	float:right;
	display: block;
}
#banner {
	display: none;  /* IE fixes gaps between image and navigation */
}

/* Navigation */

#navigation {
	display: none;
}

/* Content */

#content {
	clear: both;
	padding-bottom: 2em;
	padding-top: 3em;
	float: none;
	width: 95%;
}

#content h1 {
	font: bold 18pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: .3em 0;
}
#content h2 {
	font: bold 14pt Georgia, "Times New Roman", Times, serif;
	margin: .3em 0;
}
#content h3 {
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: .3em 0;
}
#content p {
	margin-bottom: 2em;
}

/* Side Bar */

#sidebar {
	display: none;
}

/* Footer */

#footer {
	font-size: 8pt;
	color: #666666;
}

