/*---------------------------------------------------
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, html {
	margin: 0;
	background: #e0e3d4 url('images/backy.gif') repeat-y right;
    color: #8d8083;
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px; }

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

a:hover {
	color: #992c30; } 

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

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

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

#x { width: 100%;  
     background: #e0e3d4 url('images/backx.gif') repeat-x right top;   
     float: right; }  
 
#total { top: 0px;   
         right: 0px; 
         width: 800px;
         float: right; }

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

	

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


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

h1 {
	color: #c73b41; 
	font: bold 18px "arial", verdana, tahoma; 
	text-align: right;
	text-transform: uppercase;
	padding: 30px 85px 35px 10px;
	margin: 0;
	text-indent: 30px;
	letter-spacing: 2px;
	background: url('images/head.jpg') right no-repeat; }

h2 {
	color: #706c6c;
	font: italic 12px "times new roman", tahoma;
	text-transform: lowercase;
	text-align: right;
	margin: -38px 40px 30px 0px; }

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


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

/*---------------------------------------------------------------------
   HAHA, NAVIGATION STUFF. 
------------------------------------------------------------------------*/

#nav { position: absolute;
       top: 175px;
       left: 540px;
       z-index: 1;
	   width: 100px;
	   padding: 2px;
	   border: 1px solid #7d556c;
	   background-color: #ffffcc; }

#nav ul { margin: 0;
		  padding: 0;
		  margin-left: 25px; }

/*---------------------------------------------------------------------
   LOLZ, THE END.
------------------------------------------------------------------------*/