h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

.header {
		position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		width:auto;
		min-width:120px;
	font-size: medium;
	background-color: #006600;
	color: white;
	border: solid #333333 4px;
	padding: 1mm 1mm 1mm 1em;
}

.footer {
	font-size: small;
	font-style: italic;
	background-color: #ccffcc;
	color: white;
     border-top: 2px solid;
     border-bottom: 2px solid;
	border-color:#002244;
	padding-top: 2mm;
	padding-bottom: 2mm;
	float: left;
	width: 100%;
	height: 04mm;
}

.footer-text {
	color: black;
	float: right;
    padding-top: 3em;
	padding-bottom: 2em;
	padding-right: 1em;
	background: inherit;
}

.footer a:link {
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
	background: inherit;
}

.footer a:visited {
	font-weight:bold;
	color:#ffffff; 
	text-decoration:underline;
	background: inherit;
}

.footer a:hover { 
	font-weight:bold; 
	color:#002244; 
	text-decoration:underline;
	background: inherit;
}

.nav {
	padding-left: 1em;
}

body {
	margin: 2em;
	background: #ccffcc;
}

.logo {
	float: right;
	text-align: right;
	right: 2em;
}

#right-column {
	list-style: url(http://common-lisp.net/project/cl-containers/images/lambda.png);
	vertical-align: top;
	float: left;
	width: 150px;
	margin-top: 1em;
	margin-left: 1em;
}

#right-column li {
	margin-bottom: 1em;
}

#details {
	float: left;
	vertical-align: top;
	width: 60%;
	border-left-style: dashed;
	border-left-width: 1px;
	padding-left: 1em;
	margin-left: 1em;
}

#screen-shots {
	clear: both;
	float: left;
	margin: 1em 2em 2em;
}

#screen-shots img {
	
}

.rate-it-logo {
	font-family: "helvetica neue";
	font-style: oblique;
}

.image-and-caption {
	margin-right: 1em;
	width: 80;
	padding-bottom: 2em;
	padding-left:2em;
	padding-right:2em;
}

.hang-right {
	float: right;	
}

.hang-left {
	float: left;		
}

.caption {
	vertical-align: top;
	text-align: center;
	width: 40%;
}

.description {
	float: left;
	display: inline;
	clear: both;
}

#sitemeter {
	float: right;
}

#new-section {
	clear: both;
}

#donation-amount {
	font-size: 80%;
	color: #666666;
}

