/*

  Soko37 Style CSS
  
  Copyright 2005 Boris Searles. All Rights Reserved.

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 0;
  padding: 0;
  line-height: 20px;
  color:  #000000;
  background-color: #993300;
}

a, a:link, a:visited, a:hover {  
  color: #CCCCCC;
  padding: 1px 0px 1px 0px;
}

a:hover {
	color: #DF722E;
}

.blackLink a {  
  color: #000000;  
}
.blackLink a:link {  
  color: #000000;  
}
.blackLink a:visited {  
  color: #000000;  
}
.blackLink a:hover {
	color: #CCCCCC;
}

.mainLinks {
	font-size: 14px;
	color: #CCCCCC;
}

.mainText {
	font-size: 12px;
	color: #000000;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* List heading on red background */
.heading2 {
	font-size: 12px;
	color: #CCCCCC;
}

/* Small text used in Post Footnote and Menu Sublinks */
.smallText {
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

p {
  padding: 0;
  border: 0;
  margin:0;
  line-height: 2.0em;
}

strong {
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
}

ul, ol {
 
}

hr {
	color: #000000;  
}
	
#Menu {
	position: absolute;
	top:120px;
	left:530px;
	padding:5px;
	text-align:left;
  border: 0;
  margin:0;
  line-height: 2.0em;
	width:135px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 145px;
}
html>body #Menu {
	width: 145px; /* ie5win fudge ends */
}

#Menu a.mainLinks, a:link.mainLinks, a:visited.mainLinks, a:hover.mainLinks {
	font-size: 14px;
	letter-spacing:2px;
	text-decoration: none;
	padding: 3px 5px 3px 1px;
}

#Menu a:hover.mainLinks {
  color: #000;
  background-color: #BBD884;
}
	
#Content {
	position: absolute;
	top: 90px;
	left: 20px;
	padding:10px;
	text-align:left;
	/* border:1px dashed #999; */
	/*background-color:#eee;*/
	width:480px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 460px;
}
html>body #Content {
	width: 460px; /* ie5win fudge ends */
}
	
#Footer {
	margin: 10px 0px 0px 15px;	
	width:500px;
	font-size: 9px;
	color: #666666;
	text-align:center;
	padding:5px;
}
	