/*---------------------------------------------------
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: #ffffff;
    	color: #558747;
	font-family: "trebuchet ms", arial, verdana, serif;
	font-size: 11px; }


a, a:active, a:link, a:visited {
	color: #34c49f;
	text-decoration: none;
	text-transform: none; }

a:hover {
	color: #b9ec7e;
	text-decoration: none;
	text-transform: none; }

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

b, strong {
	background: transparent;
	color: #12a1a1;
	text-transform: uppercase; }


#total { position: relative;
         margin: 0;
         width: 100%; 
	 text-align: justify;
	 z-index: 1; }

#image
	{ position: fixed;
	  width: 455px; }

.submit {
	background: #fbfdda;
	color: #625e58;
	text-align: center;
	text-transform: uppercase;
	border-left: #bacad4 1px solid;
	border-top: #bacad4 1px solid;
	border-right: #425e7e 3px solid;
	border-bottom: #425e7e 3px solid;
	margin: 0 auto; }

.reset {
	background: #fbfdda;
	color: #625e58;
	text-align: center;
	text-transform: uppercase;
	border-left: #bacad4 1px solid;
	border-top: #bacad4 1px solid;
	border-right: #425e7e 3px solid;
	border-bottom: #425e7e 3px solid;
	margin: 0 auto; }

.input {
	background: #fbfdda;
	color: #625e58;
	border-left: #bacad4 1px solid;
	border-top: #bacad4 1px solid;
	border-right: #425e7e 3px solid;
	border-bottom: #425e7e 3px solid;
	margin: 0 auto; }


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


#content { 
	position: relative;
	float: right;
	top: 5px;
	right: 235px;
	padding: 10px;
	width: 568px;
	text-align: justify; }

h1 {
	color: #db434f; 
	font: bold 20px "arial", verdana, tahoma; 
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 0;
	text-indent: 40px;
	letter-spacing: 3px;
	background: url('images/head.gif') left no-repeat; }

h2 {
	color: #b9ec7e;
	font: italic 12px "times new roman", tahoma;
	text-transform: lowercase;
	text-align: left;
	margin: -10px 0 10px 60px; }


#content a, a:active, a:link, a:visited {
	color: #34c49f;
	text-decoration: none;
	text-transform: none; }

#content a:hover {
	color: #b9ec7e;
	text-decoration: none;
	text-transform: none;  }

#credit { 
	font-size: 10px;
	color: #a05f7d;
	padding: 7px;
	background: #fbfdda; }
#home {
	font: 17px "century gothic", lucinda brignht;
	text-transform: uppercase;
	float: right; }

#disclaimer {
	font-size: 10px; 
	color: #5A8dae;	
	background-color: transparent;
	position: relative;
	left: 10px;
	top: 0px;
	width: 460px;
	text-align: justify; }


/*---------------------------------------------------------------------
   Navigation, thanks to my partner-in-crime.
------------------------------------------------------------------------*/


#nav {
	background-color: #db7a7a;
	filter: alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	color: #8c2020;
	height: 15px;
	width: 100%;
	z-index: 3;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	border-top: 1px #544a3a solid;
	bottom: 0;
	left: 0;
	text-align: center; }

#nav a, a:active, a:link, a:visited {
	color: #8c2020;
	text-transform: uppercase;
	font-size: 13px;
	border: 0; }

#nav a:hover {
	color: #fefe29;
	text-decoration: none;
	border-bottom: 1px; }


/*---------------------------------------------------------------------
   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: #fbfdda;
	color: #625e58;
	border-left: #bacad4 1px solid;
	border-top: #bacad4 1px solid;
	border-right: #425e7e 3px solid;
	border-bottom: #425e7e 3px solid;
	margin: 0 auto; }

.codesort option { 	
	background: #fbfdda;
	color: #625e58;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto; }

.codesort select { 
	background: #fbfdda;
	color: #625e58;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto; }

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