/* 
Desert Cat Productions layout v3.0
Author: Emma Ryle
Author Contact: farasha@desertcatpro.com

(c) 2009 Emma Ryle
 */
 
 body {
 background-color:#E8C5F5;
 font:"Times New Roman", Times, serif;
 color:#E8C5F5;
 text-align:left;
 }
 
 #maintable {
 margin: 0 auto;
 width: 825px;
 border-left: 4px solid #6D059A;
 border-right: 4px solid #6D059A;
 border-top: 4px solid #6D059A;
 }
 
 #header {
 background-color:#000000;
 width: 825px;
 text-align: center;
 }
 
 #navigation {
 background-color:#000000;
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 list-style: none;
 margin: 0 0px;
 width: 825px;
 text-align:center;
 }
 #navigation li {
 float: left;
 padding: 0;
 margin: 0;
 }
 #navigation li a {
 color:#9966FF;
 text-decoration:underline;
 background:#000000;
 padding: .1em .2em .1em .2em;
 }
 #navigation li a:hover {
 color:#43027D;
 text-decoration:line-through;
 background:#E8C5F5;
 }
 
 #body {
 background-color:#000000;
 width: 825px;
 }
 
 #maintext {
 background-color:#000000;
 float: right;
 width: 617px;
 border-left: 4px solid #6D059A;
 text-align: left;
 }
 
 #sidetext {
 background-color:#000000;
 float: left;
 width: 200px;
 border-right: 4px solid #6D059A;
 }
 
 #footer {
 background-color:#000000;
 width: 800px;
 clear: both;
 border-top: 4px solid #6D059A;
 border-bottom: 4px solid #6D059A;
 }
 
 a {
 color:#9966FF;
 text-decoration:underline;
 }
 a:visited {
 color:#9933FF;
 }
 a:hover {
 text-decoration:line-through; 
 color:#FFFFFF;
 }
 
 h1,h2 {
 font-weight:bold;
 }
 
 h2 {
 text-align:center;
 }