/*---------------------------------------------------
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: #e7eff2 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: #d25f8c;
	text-decoration: none;
	border: 0; }

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

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

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

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


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: #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: absolute;
	background: #ffffff;
	top: 430px;
	right: 40px;
	padding: 10px;
	width: 490px;
	text-align: justify; }

#content h1 {
	color: #bad8e5;
	font-family: "century gothic", times new roman, verdana, arial, sans-serif;
	font-size: 18px;
	text-align: left;
	letter-spacing: 6px;
	margin: 10px 10px 10px 0;
	padding: 0px 10px 10px 25px; }

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

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

#link {
	background: #bacad4;
	width: 315px;
	padding: 10px; }


#content blockquote {
	background: #fbfdda;
	color: #65213c;
	padding: 5px;
	width: 400px;
	border-left: #bacad4 1px solid;
	border-top: #bacad4 1px solid;
	border-right: #425e7e 3px solid;
	border-bottom: #425e7e 3px solid; }

#footer {
	background: #e7eff2 url(images/serge13.gif) no-repeat;
	position: absolute;
	right: -40px;
	height: 45px;
	width: 554px; }

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



/*---------------------------------------------------------------------
   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.
------------------------------------------------------------------------*/
