/*---------------------------------------------------
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: 0px 0px 0px 0px;
	background: #000000 url('images/back.gif') repeat;
	background-position: right bottom;
    color: #625e58;
	font-family: "trebuchet ms", 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	{
	background: transparent;
	color: #c15002; }

em {
	background: transparent;
	color: #fa9016; }

b, strong {
	background: transparent;
	color: #4b7b99;
	text-transform: uppercase; }


#total { position: relative;
         margin: 0 auto;
         width: 800px; 
		 text-align: justify; }

#image { position: relative;
		 width: 795px; }

.submit {
	background: #ffe9ca;
	color: #da8306;
	text-align: center;
	text-transform: uppercase;
	border-left: #da8306 1px solid;
	border-top: #da8306 1px solid;
	border-right: #da8306 3px solid;
	border-bottom: #da8306 3px solid;
	margin: 0 auto; }

.reset {
	background: #ffe9ca;
	color: #da8306;
	text-align: center;
	text-transform: uppercase;
	border-left: #da8306 1px solid;
	border-top: #da8306 1px solid;
	border-right: #da8306 3px solid;
	border-bottom: #da8306 3px solid;
	margin: 0 auto; }

.input {
	background: #ffe9ca;
	color: #da8306;
	border-left: #da8306 1px solid;
	border-top: #da8306 1px solid;
	border-right: #da8306 3px solid;
	border-bottom: #da8306 3px solid;
	margin: 0 auto; }

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


#content { 
	background: #ffffff;
	top: 0;
	right: 0;
	padding: 10px;
	margin: -20px 0 15px 56px;
	width: 584px;
	text-align: justify; }


#content h1 {
	color: #fec6a0;
	font-family: "century gothic", times new roman, verdana, arial, sans-serif;
	font-size: 18px;
	text-align: left;
	background: url('images/header.gif') no-repeat;
	letter-spacing: 6px;
	margin: 10px 10px 10px 0;
	padding: 0px 10px 10px 25px; }

#content h2 {
	color: #b05e51;
	font: italic 12px times new roman, verdana, arial, sans-serif;
	text-align: right;
	border-bottom: 1px dashed #e5b5ad;
	margin: -25px 30px 10px 0px; }

#content ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style-image: url('images/arrow.gif');
	text-align: left; }

#stats {
	position: absolute;
	right: 165px;
	top: 500px;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 4px;
	background: url('images/stats.gif') no-repeat;
	width: 286px;
	height: 82px;
	color: #333333;
	font: 10px courier new, times new roman, sans-serif; }

#credits {
	position: absolute;
	right: 315px;
	width: 150px;
	text-align: right; }

#disclaimer {
	font-size: 10px;
	background: #dedede;
	color: #6d4e3a;
	padding: 5px; }


/*---------------------------------------------------------------------
   Extra tidbits, to make things spiffy, you see?
------------------------------------------------------------------------*/

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

.codesort input { 
	background: #ffe9ca;
	color: #da8306;
	text-align: center;
	text-transform: uppercase;
	border-left: #da8306 1px solid;
	border-top: #da8306 1px solid;
	border-right: #da8306 3px solid;
	border-bottom: #da8306 3px solid;
	margin: 0 auto; }

.codesort option { 	
	background: #ffe9ca;
	color: #da8306;
	text-align: center;
	text-transform: uppercase;
	border-left: #da8306 1px solid;
	border-top: #da8306 1px solid;
	border-right: #da8306 3px solid;
	border-bottom: #da8306 3px solid;
	margin: 0 auto; }

.codesort select { 
	background: #ffe9ca;
	color: #da8306;
	text-align: center;
	text-transform: uppercase;
	border-left: #da8306 1px solid;
	border-top: #da8306 1px solid;
	border-right: #da8306 3px solid;
	border-bottom: #da8306 3px solid;
	margin: 0 auto; }

/*---------------------------------------------------------------------
   END NOT-SO-LONGISH CSS O' DOOM.
------------------------------------------------------------------------*/