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

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

a:hover {
	color: #510000;
	}

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

b {
	background: transparent;
	text-transform: uppercase;
	color: #3b84b1; }

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

#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 { 
	position: absolute;
    top: 550px;
    left: 20px;
    z-index: 1;
	padding-left: 2px;
    width: 575px; }

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;
	border-bottom: 1px solid #8a919a; }

h2 {
	color: #5b6168;
	font: italic 12px "arial narrow", tahoma;
	text-transform: lowercase;
	text-align: left;
	margin: -50px 0px 25px 0px; }

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

h4 {
	color: #848888;
	background: url('images/head.gif') no-repeat;
	font: 12px "arial", tahoma;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 5px;
	padding: 20px 5px 15px 5px; }

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

#content blockquote { background-color: #c7cfdf;
             width: 400px;
             border: 1px solid #ffffff;
             padding: 5px;
			 color: #ffffff; }

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

#content a:hover {
	color: #510000;
	border-bottom: 2px solid #7b3028;
	} 

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

#nav { 
	position: absolute;
    top: 570px;
    left: 615px;
    z-index: 1;
    width: 180px;
	padding: 5px;
	color: #856e80;
	background-color: #ffffff; }

#nav ul { margin: 0;
          padding: 5px;
          list-style: disc inside;
          text-align: left; }

#nav b {
	background: transparent;
	text-transform: uppercase;
	color: #3b84b1; }

#nav strong {
	background: transparent;
	text-transform: uppercase;
	color: #7b3028; }

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

#nav a:hover {
	color: #510000;
	}

/*---------------------------------------------------------------------
   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.
------------------------------------------------------------------------*/