body { 
background-color:	#1c1918; 
margin:				50px auto; 
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size:			11px;
color:				#D3CDB4;
}

a {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
letter-spacing:		.09em;
text-decoration:	none;
color:              #BC4E21;
background-color:   transparent;
}
  
a:visited {
color:				#BC4E219;
background-color:	transparent;
}

a:active {
color:				#BC4E21;
background-color:	transparent;
}

a:hover {
color:				#BC4E21;
text-decoration:    underline;
background-color:	transparent;
}

#content  {
padding:			50px 25px 14px 150px;
width: 100%;
}

h1 {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-weight:		bold;
font-size:			14px;
color:				#D3CDB4;
margin-top: 		0;
margin-bottom:		14px;
}

p {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size: 			12px;
font-weight: 		normal;
margin-top: 		12px;
margin-bottom: 		14px;
color: 				#D3CDB4;
}

ul {
margin-bottom: 		16px;
}

li {
list-style:			disc;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size: 			12px;
font-weight: 		normal;
margin-top: 		8px;
margin-bottom: 		8px;
color: 				#D3CDB4;
}

/* Header
--------------------------------------- */

#logo { display: none; }

#header {
	height: 150px;
	background: none;
	padding: 0 20px;
}

#header h2 a {
	display: block;
	color:#bc4e21;
	width: 276px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url(/images/default/creative_soapbox_logo.gif) no-repeat 0 0;
	border: none;
	padding: 0;
}

#header h2 a:hover {
	background-position: 0 -22px; background-color: transparent; }
	
/*\*/ h2 a { overflow: hidden; } /**/

#header h3 { font-size: 1.8em; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; color: #574d47; margin:0; padding: 10px 0 0 0; position: absolute; top: 70px; }
