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

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

a:hover {
	color: #dbb783;
	border-bottom: 3px solid #edd5b3; } 

i, em {
	background: transparent;
	color: #7b3028; }

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

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

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

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

	

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


#content { 
	position: absolute;
    top: 365px;
    left: 240px;
    z-index: 1;
	width: 500px; }

h1 {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ae9b9e;
	text-align: right;
	margin-right: 0px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-top: 20px;
	background: url(images/head.gif) no-repeat right; }

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

#content blockquote { background-color: #e2e2e2;
             width: 400px;
             border-left: 2px solid #c5bdb7;
             border-top: 2px solid #c5bdb7;
             border-bottom: 2px solid #c5bdb7;
			 border-right: 2px solid #c5bdb7;
             padding: 5px;
			 color: #8d8083; }
	

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

#nav { 
	position: absolute;
    top: 450px;
    left: 20px;
    z-index: 1;
    width: 200px;
	padding: 2px; }

#nav ul { margin: 0;
          padding: 5px;
          list-style-type: none;
          text-align: center; }

#nav li { border-top: 3px solid #000000; }

#nav li a { display: block;
            background-color: #efead7;
            width: 200px;
            padding-left: 1px;
            padding-top: 2px;
            padding-bottom: 2px;
            color: #782921;
            text-decoration: none;
			text-transform: uppercase;
            font-weight: bold; }
             
#nav li a:hover {
			 border-left: 5px solid #782921; }



/*---------------------------------------------------------------------
   End crap load of CSS. God, I suck.
------------------------------------------------------------------------*/