body			{
					background: black;
					font-style: italic;
					line-height: 1.6;
					margin: 0;
					padding: 0;
				}

#page			{
					background: #000000;
					margin: 60px auto;
					width: 630px;
					min-height: 600px;
				}
				
#column1		{
					float: left;
					width: 300px;
				}
				
#column2		{
					float: right;
					width: 300px;
				}
				
#footer			{
					clear: both;
					padding: 30px 0px;
				}

a				{
					color: #3399FF;
				}

a:hover			{
					text-decoration: none;
				}

.facebook_link	{
					background: url(images/facebook_small.gif) left center no-repeat;
					padding: 3px 0px 3px 18px;
				}

h1				{
					color: #CC0066;
					font-size: 26pt;
					margin: 0;
					padding: 0;
					text-align: center;
				}

h1 span			{
					color: #666666;
					font-size: 9pt;
				}

h2				{
					color: #009933;
					font-size: 18pt;
					margin: 0;
					padding: 0;
					text-align: center;
				}

ul				{
					list-style: none;
					margin: 0;
					padding: 0;
				}				

li 				{
					border-bottom: 1px dotted #666666;
					color: #009933;
					font-size: 8pt;
					font-weight: bold;
					margin: 0;
					padding: 9px 0px;
				}
				
p				{
					color: #999999;
					font-family: georgia, sans-serif;
					font-size: 9pt;
					font-weight: normal;
				}
				
p.center		{
					text-align: center;
				}
