/*---------------------------------------------------
Look at me try and build a nice looking CSS file. I tried 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: #070302 url('images/back.gif') repeat-x;
    	color: #fffdf8;
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px; }


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

a:hover {
	color: #fff689;
	text-decoration: none;
	border-bottom: 2px solid; }

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

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

strong {
	background: transparent;
	text-transform: uppercase;
	color: #650102; }

#total { margin: auto;
         width: 800px;
	 background: #070302 url('images/backy.gif') repeat-y; }

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

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

.submit {
	background: #4d1311;
	color: #cd9b9b;
	text-align: center;
	text-transform: uppercase;
	border-left: #cd9b9b 1px solid;
	border-top: #cd9b9b 1px solid;
	border-right: #d8241a 3px solid;
	border-bottom: #d8241a 3px solid;
	margin: 0 auto; }

.reset {
	background: #4d1311;
	color: #cd9b9b;
	text-align: center;
	text-transform: uppercase;
	border-left: #cd9b9b 1px solid;
	border-top: #cd9b9b 1px solid;
	border-right: #d8241a 3px solid;
	border-bottom: #d8241a 3px solid;
	margin: 0 auto; }

.input {
	background: #4d1311;
	color: #cd9b9b;
	border-left: #cd9b9b 1px solid;
	border-top: #cd9b9b 1px solid;
	border-right: #d8241a 3px solid;
	border-bottom: #d8241a 3px solid;
	margin: 0 auto; }


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


#content { 
	width: 398px;
	text-align: justify;
	position: absolute;
	top: 300px;
	left: 400px; }

h1 {
	color: #4f5459; 
	font: 17px "century gothic", lucida bright; 
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0 0 25px 0;
	text-indent: 0px;
	letter-spacing: 2px; }

h3 {
	color: #8a919a; 
	font: 12px "century gothic", lucida bright; 
	text-align: left;
	text-transform: lowercase;
	padding: 0px 0px 0px 0px;
	margin: -30px 0 20px 20px;
	text-indent: 0px; }

#disclaimer { 
	font-size: 10px;
	color: #cd9b9b;
	background-color: #4d1311;
	padding: 4px;
	border-top: 2px #cd9b9b solid; }

#home {
	font: 17px "century gothic", lucinda brignht;
	text-transform: uppercase; }

#updates {
	position: absolute;
	top: 155px;
	left: 545px;
	width: 190px;
	height: 95px; }

#content blockquote { background-color: #eee1d8;
             width: 400px;
             border-left: 5px solid #e78b7b;
             padding: 5px;
	     color: #e78b7b; }


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

#masterdiv {
	position: absolute;
	top: 570px;
	left: 3px; }

#masterdiv2 {
	position: absolute;
	top: 570px;
	left: 93px; }

#masterdiv3 {
	position: absolute;
	top: 570px;
	left: 203px; }

#masterdiv4 {
	position: absolute;
	top: 570px;
	left: 275px; }

.menutitle{
	cursor: pointer;
	margin-bottom: 3px;
	font: 17px "century gothic", lucinda brignht;
	color: #fff689;
	width: 100px;
	padding: 2px;
	text-align: right;
	font-weight: bold; }

.submenu{
margin-bottom: 0.5em;
text-align: right; }


/*---------------------------------------------------------------------
   Codesort, codesort. Yummy, codesort.
------------------------------------------------------------------------*/

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

.codesort h2 {
	color: #848888;
	font: 12px "arial", tahoma;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 5px;
	padding: 20px 5px 15px 5px; }


/*---------------------------------------------------------------------
   End, and all that such-and-such.
------------------------------------------------------------------------*/