/*---------------------------------------------------
Look at me try and build a nice looking CSS file. I tired my hardest on this, 
so please don't steal; you may use as a basis, but come on. Don't copy line for line, 
okay? Besides, my CSS is crap anyway.
-----------------------------------------------------*/


body {
	margin: 0;
	background-color: #a7a2a3;
	background-image: url('http://adelleda.net/finch/images/siteback.gif');
	background-repeat: repeat-y;
    color: #ffffff;
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px; }

a, a:active, a:link, a:visited {
	color: #5e6064;
	text-decoration: none;
	border: 0; }

a:hover {
	color: #8d9093;
	text-decoration: line-through; }

#total { margin: auto;
         width: 800px; }

#image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px; }



/*---------------------------------------------------------------------
   Why, yes. This is the content part. 
------------------------------------------------------------------------*/


#content { 
	z-index:1;
	line-height: 14px;
	position: absolute;
	width: 450px;
	left: 150px;
	top: 450px;
	padding-left: 0px;
	background-color: #transparent;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 135%;
	font-size:11px;
	color: #313435; }

#content h1 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2248b0;
	letter-spacing: 4px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #313435;
	text-transform: uppercase;
	padding: 2px 2px 2px 2px; }


#content b {
	color: #5e6064;	}

#content strong {
	color: #8d9093; }

#content u {
	color: #5d5b5A;	}

#content i { 
	color: #5e6064;	}

#disclaimer {
	font-size: 10px;
	color: #d7d5d4;	}

blockquote { background-color: #d4d6d6;
             width: 350px;
             border-left: 5px solid #8ea7d6;
             border-top: 1px solid #8ea7d6;
             border-bottom: 1px solid #8ea7d6;
			 border-right: 5px solid #8ea7d6;
             padding-left: 2px;
             padding-top: 2px;
             padding-bottom: 2px;
  			 padding-right: 2px;
			 color: #51509c; }
	