body {
   	padding: 0px;
   	color: #593480;
   	font-family: Arial, Verdana, Tahoma, Serif;
  	font-weight: normal;
   	font-size: 12px;
   	background-color: #C2B9BE;
   	margin-top: 10px;
   	margin-bottom: 10px;
   	margin-right: auto;
   	margin-left: auto;
   	text-align: center; }

a:link, a:visited, a:active {
    	text-decoration: none; 
    	color:#7F74A2;
    	font-weight: bold;
    	background-color: transparent; }

a:hover {
    	text-decoration: none;
    	color:#C0B5BE;
    	font-weight: bold;
    	background-color: transparent; }

img {
	border-left-color: #593480;
	border-bottom-color: #593480;
	border-top-color: #593480;
	border-right-color: #593480; }

.navigation {
	font-size: 17px; }

.layout {
    	background-color: #F4CFBC;
    	color: #593480;
    	width: 696px;
    	padding: 0px;
	text-align: justify;
	border-left: 1px solid #593480;
	border-right: 1px solid #593480;
	border-top: 1px solid #593480;
	border-bottom: 1px solid #593480;
	margin-right: auto;
   	margin-left: auto;
     	text-align: center; }

.main {
     	background-color: transparent;
     	color: #593480;
     	font-family: Tahoma, Arial, Verdana, Serif;
     	font-weight: normal;
     	font-size: 11px;
     	text-align: justify;
     	padding: 0px;
     	border: 0px;
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
     	margin-left: auto;
	position: relative;
	top: -1px; }

.headers {
     	background-color: transparent;
     	font-weight: bold;
	font-size: 11px;
     	color: #5C97B9;
    	font-family: Arial, Tahoma, Verdana, Serif;
	text-transform: uppercase;
	letter-spacing: 2px; 
	border-bottom: 1px solid #5C97B9; }

.codes {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px; }

.codeblock {
    	background-color: transparent;
    	text-align: left; }

.footer {
     	height: 58px;
   	text-align: center;
     	font-family: Tahoma, Arial, Verdana, Serif;
     	font-weight: normal;
     	font-size: 11px;
  	background-image: url(http://ashley.escapist.nu/adrian/footer.jpg); }

ul {
   	list-style-type: square; }

textarea, input, select {
   	font-family: Tahoma, Arial, Verdana, Serif;
   	font-size: 11px;
   	font-weight:normal;
   	color: #5C97B9;
   	background-color: #F4CFBC;
   	border: 1px solid #5C97B9;
   	padding: 1px; }


