/*---------------------------------------------------
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: #ffd0ed url('images/back.gif');
    color: #ff60c1;
	font-family: "trebuchet ms", arial, verdana, serif;
	font-size: 11px; }

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

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

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

b {
	background: transparent;
	color: #4e6020;
	text-transform: uppercase; }

strong {
	background: transparent;
	color: #a9c36e;
	text-transform: none; }

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

#total { margin: auto;
         width: 800px; }

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

#main {
	margin: 0;
	background: #dcffff url('images/kxr12.gif');
	background-attachment: fixed;
    color: #ff60c1;
	font-family: "trebuchet ms", arial, verdana, serif;
	font-size: 11px; }

#mainframe { position:absolute; 
		     width:394px; 
		     height:232px; 
	 	     z-index:1; 
		     left: 389px; 
		     top: 358px; }


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


#content { 
	position: absolute;
    top: 0px;
    left: 5px;
	padding: 2px;
   	width: 380px; }

#content h1 {
	font-family: times, georgia, arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #778f27;
	text-align: left;
	margin-left: 0px;
	padding-left: 70px;
	padding-bottom: 25px;
	padding-top: 20px;
	background: url(images/head.gif) no-repeat left; }

#content blockquote { background-color: #ffffff;
    width: 300px;
    border: 1px solid #4e6020;
	padding: 5px;
	color:  #ff60c1;
	font: 11px "trebuchet ms", verdana, arial, sans-serif; }


#content p.first {
    text-align: justify;
    text-indent: 150px; }

p.start {
    text-align: justify;
    text-indent: 25px; }

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


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

#nav { margin-left: 0;
	   padding: 10px;
	   background-color: #ff60c1;
	   display: inline;
 	   border: none; } 

#nav li { margin-left: 0;
	 	  padding: 10px;
		  border: none;
	 	  list-style: none;
 		  display: inline; }

#nav li a { display: inline;
            background-color: #ff60c1;
            width: 60px;
			padding: 10px;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold; }

#nav li a:hover { background-color: #ffffff;
                  color: #ff60c1;
				  padding: 10px; }


/*---------------------------------------------------------------------
   Join form, Join form. Everyone loves a join form.
------------------------------------------------------------------------*/

.submit {
	background: #c7e682;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto; }

.reset {
	background: #c7e682;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto; }


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