/*---------------------------------------------------
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: #d9d8dd;
    color: #ffffff;
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px; }

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

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

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

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


#footer {
	 position: absolute;
	 left: 0px;
     width: 385px; }


.submit {
	background: #d9d8dd;
	color: #51509c;
	text-align: center;
	text-transform: uppercase;
	border: 1;
	border-color: #51509c;
	margin: 0 auto;
	}

.reset {
	background: #d9d8dd;
	color: #51509c;
	text-align: center;
	text-transform: uppercase;
	border: 1;
    border-color: #51509c;
	margin: 0 auto;
	}


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


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

#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: #8ea7d6;
	text-transform: uppercase;
	padding: 2px 2px 2px 2px; }


#content b {
	color: #2248b0;	}

#content strong {
	color: #2248b0; }

#content u {
	color: #a15936;	}

#content i { 
	color: #a15936;	}

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

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; }
	
