/* CPA */

/* Designed by Ed Walker @ Live Nation Interactive */

body{	
	background: #501205;
	color: #fff;
	/* setting the base font-size to 62.5% allows you to set other font sizes in ems that emulate pt.
	so, 1.2em will map to 12pt. 1.6 will map to 16pt, etc. */
	font-size: 62.5%;
	padding:0;
	margin:0;
	height:100%; 
	overflow-y:auto;
}

.home	{
	background-image:url(../../images/background1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	}
	
img	{
	border:0;
	}

a:link, a:visited {
	font-weight : normal; 
	text-decoration: none;
	color: #fff;
	background: transparent; 
}

a:hover, a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #FF9900;
	background: transparent; 
}

a.selected {
    color: #FF9900;
}

h1	{

	font-weight: normal;
	color: #fff;
	font-size: 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
h2	{
	margin:0;
	padding:0;
	font-weight: normal;
	color: #fff;
	font-size: 1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:1.5em;
	}
	
ol,li	{
	font-weight: normal;
	color: #fff;
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	}
	
p	{
	font-weight: normal;
	color: #fff;
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	}
	
#navwrapper	{
	width:200px;
	position:fixed;
	top:0;
	left:100px;
	}
	
#nav	{
	background-image:url(../../images/nav_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-weight: normal;
	color: #fff;
	font-size: 1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 10px 10px;
	font-style:italic;
	line-height:1.5em;
	}
	
#body	{
	float:left;
	padding:200px 0 0 400px;
	width:400px;
	}
	
#footer	{
	float:left;
	margin-left:-300px;
	width:700px;
	margin-bottom:20px;
	}
	
* html #footer	{
	\margin-left:-150px;
	m\argin-left:-300px;
	}
	
#address	{
	float:left;
	color: #fff;
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#contact	{
	float:left;
	margin-left:100px;
	color: #fff;
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#publicmembers	{
	float:left;
	width:400px;
	border:0;
	}
	
#publicmembers td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}
	
.strong	{
	font-weight:bolder;
	}
	
.subnav	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	font-style:normal;
	margin:0;
	padding:0 0 0 10px;
	}
	
.subnavhighlight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	margin:0;
	padding:0 0 0 10px;
	color:#FF9900;
	}
	
.breaks {
    display:block;
    height:200px;
}

