/*  
Theme Name: September 2006
Description: The existing design of compositecenter.org as of September 2006 ported to a Wordpress theme, cleaned up and with minor modifications
Version: 1.0
Author: mPango Development Studios
Author URI: http://www.mpangodev.com
*/

/* Layout */
body
{
	margin: 0 0 0 0;
	background-color: #00558D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main-container
{
	width: 775px;
	margin: 0 auto 0 auto;
}

#header
{
	position: relative;
}

#content
{
	background-color: white;
	padding: 7px 20px 5px 20px;
	font-size: 90%;
}

	#content li
	{
		margin: 0 0 15px 0;
	}
	
#footer
{
	background-color: white;
	position: relative;
	padding: 50px 0 10px 0;
	text-align: center;
	font-size: 80%;
	color: #999999;
}

/* Links */
a:link, a:active, a:visited
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

/* Misc */
.linked-image-no-border
{
	border: 0;
}

.image-float-left
{
	float: left;
	margin: 0 5px 5px 5px;
}

.image-float-right
{
	float: right;
	margin: 0 5px 5px 5px;
}

.deck-thumbnail
{
	border: 1px solid black;
	margin: 0 10px 10px 10px;
}