body {
	background-repeat: repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 20px;
}

a	{
	  color: #EE8800;
	  text-decoration: none;
	}

a:hover	{
	  text-decoration: underline;
	}

dl, code	{
		margin: 0 2em;
		margin-bottom: 1.5em;
		padding: 10px;
		background-color: #FFFFFF;
		border: 1px dotted #BBBBBB;
	}

code	{
	  display: block;
	  text-align: left;
	}

dt	{
		font-weight: bold;
	}

del		{
		  display: none;
		}

ol	{
	  margin-bottom: 1.5em;
	}

a.external	{
			  background: url(./external.png) no-repeat scroll right center;
			  padding-right: 15px;
			}

#site{
	  margin: 0 auto;
	  width: 800px;
	}

#top-time	{
		  float: left;
		  width: 190px;
		  height: 39px;
		  border-bottom: 1px solid #999999;
		  border-right: 1px solid #999999;
		  font-size: 11px;
		  color: #666666;
		  font-weight: bold;
		  line-height: 40px;
		  text-align: center;
		}

#top-bar	{
		  height: 3.3em;
		  border-bottom: 1px solid #999999;
		  line-height: 3.3em;
		  text-align: right;
		  padding-right: 20px;
		}

#top-bar a	{
			  font-weight: bold;
			  color: #888888;
			}

#header	{
		  border-left: 1px solid #999999;
		  border-right: 1px solid #999999;
		  height: 9.2em;
		  background-color: #F7F7F7;
		}

#header h1 span	{
				  color: #FF9900;
				}

#header h1	{
			  margin: 0;
			  height: 110px;
			  line-height: 110px;
			  text-align: right;
			  padding-top: 30px;
			  padding-right: 20px;
			  font-size: 36px;
			  font-weight: bold;
			  color: #CCCCCC;
			}

#header strong	{
			  display: block;
			  height: 110px;
			  line-height: 110px;
			  float: left;
			  font-size: 36px;
			  color: #CCCCCC;
			  padding-left: 20px;
			}

#header strong span	{
				  color: #FF9900;
				}

#menu		{
			  background: url(./mnu_topshadow.gif) no-repeat;
			  float: left;
			}

#menu ul	{
		  margin: 0;
		  list-style: none;
		  padding: 0;
		  padding-top: 8px;
		  padding-left: 5px;
		  width: 184px;
		}

#menu ul li	{
			  background-color: #ABC578;
			  border-left:solid 1px #FFFFFF;
			  border-bottom:solid 1px #FFFFFF;
			}

#menu ul .selected	{
			  background-color: #514F1C;
			}

#menu ul li a	{
			  display: block;
			  font-size: 11px;
			  font-weight:bold;
			  color: #FFFFFF;
			  text-decoration:none;
			  text-align: left;
			  line-height: 25px;
			  height: auto;
			  padding-left: 2em;
			}

#menu ul li a:hover	{
				  background-color: #514F1C;
				}

#menu span	{
			  display: block;
			  background: url(./mnu_bottomshadow.gif) no-repeat left bottom;
			  height: 8px;
			}

#content	{
		  border: 1px solid #999999;
		  border-top: 1px dotted #CCCCCC; 
		  margin-left: 190px;
		  background-color: #F7F7F7;
		  padding: 10px;
		}

#content .content	{
			  padding:12px;
			  border:solid 1px #E4E4E4;
			  background-color:#EEEEEE;
			}

#content div p	{
			  margin: 0;
			  text-indent: 2em;
			  text-align: justify;
			}

#content div p+h2 {
			  margin-top: 1em;
			  padding-top: 0;
			}

#content div h2	{
			  margin: 0;
			  padding: 10px;
			  color: #FF9900;
			  font-size: 18px;
			}

#content li	{
			  text-align: justify;
			  margin-bottom: 5px;
			}

.center	{
		  text-align: center;
		}

.author	{
		  text-align: right;
		  display: block;
		  margin-bottom: 40px;
		  margin-right: 4em;
		  margin-top: 1em;
		}

.float-left	{
			  float: left;
			}

#toplist	{
		  text-align: center;
		  margin: 20px;
		  display: none;
		}

#toplist img	{
			  border: 0;
			}