body,html 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: Verdana, Georgia;
	font-size: 12px;
	color: #000000;
}


#container
{
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 1px;
	border-style: solid;
}


#container-header
{
	width: 750px;
	height: 85px;
	padding: 10px 0 0 0;
	font-family: palatino, georgia;
	font-size: 500%;
	font-variant: small-caps;
	font-weight: normal;
	color: black;
	text-align: center;
}

#container-navigation
{
	width: 750px;
	background-color: #000000;
	height: 25px;
	text-align: center;
	margin-bottom: 20px;
}

ul#navigation
{
	width: 750px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}

/* for the navigation bar, to prevent double bordering when using left & right borders around each list element (link) */
a.wibble
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: 1px solid white;
}

li#navigation
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li
{
	display: inline;
	list-style: none;
	height: 25px;
	text-align: center;
}

#navigation li a
{
	color: #ffffff;
	line-height: 25px;
	font-size: 100%;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid white;
	margin: 0px 0px 0px 0px;
}


#navigation li a:hover
{
	color: blue;
}


#container-content
{
	width: 750px;
	background-repeat: no-repeat;
	padding: 20px 0px 10px 0px;
	margin: 0 0 0 0;
	height: auto;
	text-align: justify;
	font-family: verdana;
	border-top: 1px solid black;
}

#content
{
	width: 720px;
	float: left;
}

#content-left
{
	height: auto;
	float: left;
	text-align: left;
	margin: 0px 20px 20px 0px;
	padding: 0px 20px 0px 10px;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}

#content-right
{
	height: auto;
	text-align: justify;
	margin: 0px 0px 0px 20px;
	padding: 0;
}

#container-footer
{
	height: 20px;
	border-top: 1px solid black;
	width: 750px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color: #aeaeae;
	text-align: center;
	font-family: verdana;
}


#container-footer a
{
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}


#container-footer a:hover
{
	color: blue;
}


#footer
{
	font-size: 11px;
	color: #aeaeae;
	width: 750px;
	margin-bottom: 20px;
}


#footer-copyright
{
	float: left;
	width: 325px;
	padding-left: 10px;
	text-align: left;
}


#footer-meta
{
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}


.clearer
{
	clear: both;
}


h1
{
	text-align: left;
	font-size: 130%;
	font-family: palatino;
	font-variant: normal;
	text-decoration: none;
	font-style: italic;
	color: black;
	margin: 0 0 15px 25px;
}

hr
{
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}


#content hr
{
	border: none 0;
	border-top: 1px solid black;
	margin: 10px 0 10px 0px;
	height: 1px;
}


#content p
{
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

#content p.left
{
	float: left;
}

#content p.right
{
	float: right;
}


#content p a
{
	text-decoration: underline;
	color: black;
}


#content p a:hover
{
	text-decoration: underline;
	color: blue;
}


#content li
{
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content li a
{
	color: black;
}

#content li a:hover
{
	text-decoration: underline;
	color: blue;
}


#content .quote
{
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	color: #0066CC;
	font-style: italic;
}