/*---------------------------------------------------
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: #f7e9e0 url('images/back.gif') repeat-x;
    color: #44608d;
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px; }


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

a:hover {
	color: #4b7b99;
	text-decoration: none;
	border-bottom: 1px; }

i, em {
	background: transparent;
	color: #a28dae; }

b {
	background: transparent;
	color: #3b84b1; }

strong {
	background: transparent;
	text-transform: uppercase;
	color: #b0b5c1; }

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

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

#footer {
	 position: absolute;
	 left: -91px;
     width: 800px; }


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


#content { 
	background: transparent;
	border-right: 1px dashed #d2cabb;
	padding-right: 10px;
	width: 585px;
	text-align: justify;
	position: absolute;
		 top: 400px;
		 left: 200px; }

h1 {
	color: #8a919a; 
	font: 17px "century gothic", lucida bright; 
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0 0 25px 0;
	text-indent: 0px;
	letter-spacing: 2px; }

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

#content blockquote { background-color: #eee1d8;
             width: 400px;
             border-left: 5px solid #e78b7b;
             padding: 5px;
			 color: #e78b7b; }

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

#content a:hover {
	color: #e78173; }


/*---------------------------------------------------------------------
   Navigation, you are a fickle mistress.
------------------------------------------------------------------------*/



/*---------------------------------------------------------------------
   Codesort, codesort. Yummy, codesort.
------------------------------------------------------------------------*/

.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 {
	color: #848888;
	font: 12px "arial", tahoma;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 5px;
	padding: 20px 5px 15px 5px; }


/*---------------------------------------------------------------------
   End, and all that such-and-such.
------------------------------------------------------------------------*/
