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

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

a:hover {
	color: #fb948c; } 

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

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

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

#total { position: absolute; 
		 top: 0px; 
		 right: 0px;
         width: 800px; }

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

	

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


#content { 
	position: absolute;
    top: 300px;
    left: 155px;
    z-index: 1;
	width: 455px; }

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

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

#content ul { margin: 0;
           padding-left: 40%;
           list-style-type: none;
           text-align: center;
		   text-transform: uppercase; }

#content li { border-top: none; }

#content li a { display: block;
            background-color: #ffffcc;
			border: 1px solid #c5bdb7;
            width: 120px;
            padding-left: 10px;
            padding-top: 2px;
            padding-bottom: 2px;
            color: #8d8083;
            text-decoration: none;
            font-weight: bold; }
             
#content li a:hover { background-color: #c5bdb7;
            text-decoration: none;
			color: #8d8083; }

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

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