/*---------------------------------------------------
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: #a7a195 url('images/back.gif') repeat-x;
	background-position: left top;
    color: #625e5a;
	font-family: "trebuchet ms", arial, verdana, serif;
	font-size: 11px; }

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

a:hover {
	color: #8f627b;
	text-decoration: underline; }

i	{
	background: transparent;
	color: #dfd5a5; }

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

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

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

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

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

#footer {
	position: absolute;
	width: 800px;
	left: -116px; }

.submit {
	background: #c2a09c;
	color: #86163e;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto; }

.reset {
	background: #c2a09c;
	color: #86163e;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto; }

.input {
	background: #d2cabb;
	color: #86163e;
	border: 1px solid #86163e;
	margin: 0 auto; }

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


#content { 
	background: transparent top;
	margin: 0 auto;	
	position: absolute;
		 top: 550px;
		 left: 20px;
   	width: 780px; }

#text {
	background: transparent;
	border-right: 1px dashed #d2cabb;
	padding-right: 10px;
	float: left;
	width: 550px;
	text-align: justify; }

#content h1 {
	color: #406771;
	font-family: times new roman, verdana, arial, sans-serif;
	font-size: 18px;
	text-align: left;
	background: url('images/menu.gif') no-repeat;
	letter-spacing: 6px;
	margin: 2px 2px 2px 0;
	padding: 5px 10px 10px 30px; }

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

#disclaimer {
	font-size: 10px;
	color: #91a9c0; }


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

#nav { 
	background: transparent;
	float: right;
    width: 200px;
	padding: 5px; 
	margin: 0 auto; }

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