
html, body {
	background-color: rgb(255, 255, 255);
	font-family: arial, helvetica, sans-serif;
}


/* BANNER */

div#banner {
	width: 100%;
	background-color: rgb(255, 0, 0);
	background-image: url(http://forgetgiuliani.org/graphics/banner.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: white;
	font-family: serif;
	font-size: 30pt;
	font-variant: small-caps;
}

span#banner_span {
	height: 55px;
	background-color: rgb(255, 0, 0);
	margin-top: 0.2em;
	margin-bottom: 0em;
	padding: 0em 1em 0em 0.5em;
}


/* THREE COLUMN */
/* Many thanks to http://matthewjamestaylor.com/blog/perfect-3-column.htm */

.colmask {
	height: 100%;
	min-height: 100%;
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	clear: both;
}

.content_wrapper,
.nav_wrapper {
	height: 100%;
	min-height: 100%;
	width: 100%;
	float: left;
	position: relative;
}

.nav,
.content,
.right {
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

.content {
	padding-top: 10px;
}

.right {
	padding-top: 10px;
}



.whole {
	background-color: rgb(255, 255, 255);  /* Right */
}
.whole .content_wrapper {
	right: 25%;  /* Right Column (RC) */
	background-color: rgb(255, 255, 255);  /* Center */
}
.whole .nav_wrapper {
	right: 58%;  /* Center Column (CC) */
	background-color: rgb(20, 20, 100);  /* Left */
}
.whole .content {
	/* Center Padding (CP) = 4% */
	width: 54%;  /* Center Text (CT) = CC - CP */
	left: 102%;  /* 100% + (CP / 2) */
}
.whole .nav {
	/* Left Column (LC) = 17% */
	/* Left Padding (LP) = 0% */
	width: 17%;  /* Left Text = LC - LP */
	left: 29%;  /* RC + CP + (LP / 2) */
}
.whole .right {
	/* Right Padding (RP) = 0% */
	width: 25%;  /* Right Text = RC - RP */
	left: 87%;  /* (100% - LC) + CP + LP + (LP / 2) */
}


/* NAV ITEMS */

ul.nav1 {
	list-style-image: url(http://forgetgiuliani.org/graphics/li.gif);
	margin-top: 0.3em;
	margin-bottom: 1.5em;
	padding-right: 1em;
}

li.nav1, li.nav1current {
	white-space: nowrap;
	font-family: serif;
	font-size: 14pt;
	margin-top: 0.8em;
	padding-left: 0.5em;
}

ul.nav2 {
	list-style: none;
	margin-top: 0.1em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 0em;
}

li.nav2, li.nav2current {
	margin-left: -1em;
	color: rgb(255, 255, 255);
	font-family: serif;
	font-size: 8pt;
	text-indent: -1em;
	white-space: nowrap;
}

a.nav1:link,
a.nav1:visited,
a.nav2:link,
a.nav2:visited {
	color: rgb(204, 204, 204);
	text-decoration: none;
}

a.nav1current:link,
a.nav1current:visited,
a.nav2current:link,
a.nav2current:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

a.nav1:hover,
a.nav2:hover {
	color: rgb(255, 0, 0);
	text-decoration: underline;
}


/* ELEMENT FORMATTING */

.right_box {
	margin: 0.3em 0em 0.3em 0em;
	border: solid rgb(20, 20, 100);
	border-width: 1px;
	padding: 0em 0.6em 0em 0.8em;
	font-size: 85%;
}

.right_box p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

dt {
	margin-top: 0.5em;
	font-size: 110%;
}

big {
	font-size: 133%;
	font-weight: bold;
}

small, cite {
	font-size: 85%;
}

p.credit {
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: right;
}

small.credit {
	font-size: 8pt;
}

h1 {
	margin-top: 0em;
	font-size: 130%;
	font-weight: bold;
}

h2 {
	margin-top: 2em;
	margin-bottom: -0.5em;
	font-size: 115%;
	font-weight: bold;
}

small.nav1sp {
	font-size: 2pt;
}

blockquote {
	border: solid gray;
	border-width: 1px;
	padding: 0.5em;
}

blockquote p {
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}

