

/* CRF Communities CD Form - www.crfcommunities.com */
/* Copyright (c) 2007 CRF Communities. All rights reserved. */
/* Created for CRF by Open Development, December 2007. */





/* -------------- GENERAL ----------------- */



	
body
	{
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    font: 70% Lucida Grande, Verdana, sans-serif;
    text-align: center;
    color: #333;
		}
	


/* -------------- TYPOGRAPHY ----------------- */



h1
	{
    font-size: 2em;
    font-family: Georgia, serif;
    color: #1c3693;
		}

h2
	{
    font-size: 1.75em;
    font-family: Georgia, serif;
    line-height: 1.2em;
		}

h3
	{
    font-size: 1.5em;
    font-family: Georgia, serif;
		}

h4
	{
    font-size: 1.25em;
    font-family: Georgia, serif;
    font-style: italic;
		}

h5
	{
    font-size: 1em;
    font-family: Georgia, serif;
		}

h6
	{
    font-size: .9em;
		}

strong
	{
    font-weight: bold;
		}

em
	{
    font-style: italic;
		}

pre,code
	{
    font: normal 100% courier,monospace;
		}
		
		
		
		
		
		

/* -------------- LAYOUT ----------------- */



		
#page
	{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align: left;
	background: url(../images/tile.gif) repeat-y;
		}
		
		
#header
	{
	width: 850px;
	height: 109px;
	margin: 0;
	padding: 0;
	background: url(../images/header.jpg) no-repeat;
		}
		
#left
	{
	width: 200px;
	height: 564px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/photos.jpg) no-repeat;
		}
		
#right
	{
	width: 640px;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
		}
		
#footer
	{
	width: 850px;
	background: #5264ae;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	text-align: center;
		}
		
#footer a:link
	{
	color: #fff;
		}
		
#footer a:hover
	{
	color: #f00;
		}
		
#footer a:visited
	{
	color: #ccc;
		}
		
		
		
		
		
		

/* -------------- MISCELLANEOUS ----------------- */



.clear
	{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
		}
		
.required
	{
	color: #c00;
		}




