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

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

a:hover {
	color: #9f9d98;
	text-decoration: underline; }

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

b, strong {
	background: transparent;
	color: #86163e;
	text-transform: uppercase; }

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

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

#image {
	position: relative;
	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: #c2a09c;
	color: #86163e;
	border: 1px solid #86163e;
	margin: 0 auto; }

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


#content { 
	background: #e7e4d9 top;
	margin: 0 auto;
   	width: 780px; }

#text {
	background: transparent;
	float: left;
	width: 550px;
	text-align: justify; }

#content h1 {
	color: #9f2f57;
	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 h1:first-letter {
        color: #86163e; }

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


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

#nav { 
	background: transparent;
	float: right;
    width: 210px;
	margin: 0 auto; }

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