body {
  background: #e5e5e5;
  color: rgb(50, 50, 60); 
}

#container {
  width: 900px;
  margin: 0px auto;
  background: #ffffff;
  border: 1px solid #cccccc;
}

#title {
	height: 90px;
	color: #666666;
}

#menu {
  width: 190px;
  float: left;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}

#content {
	width: 680px;
	float: right;
	color: #3a2a2a;
    font-family: arial;
    padding-bottom: 20px;
    padding-right: 10px;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0px 0px 0px 0px;
    padding: 5px;
    border-top: 1px solid #cccccc;
}
div.screenshot {
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
	text-align: center; 
}
div.descss {
	text-align: center;
	width: 200px; 
}
div.descpano {
	text-align: center;
	width: 630px; 
}

div.imgbox {
	margin-left: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 10px;
	float: left;
	border: thin dotted;
	border-color: gray;
}
div.imgboxdesc {
	margin-left: 15px;
	float: right;
	width: 232px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-image: url('design/h3.png');
	height: 20px;
	text-indent: 5px;
	margin-top: 26px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}
h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-image: url('design/h4.png');
	height: 20px;
	text-indent: 10px;
	margin-top: 26px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	clear: both;
}

h5 {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div.a {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 4px;
}
div.b {
	font-weight: normal;
	margin-left: 15px;
	margin-right: 4px;
	text-align: justify
}

pre {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	border: thin dashed rgb(120,120,120);
	background: rgb(230,230,220);
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	padding-top: 20px;
}

img {
	border: 0px;
}
a.m:link, a.m:visited {
	color: #555555;
	text-decoration:none;
}
a.m:hover{
	text-decoration: underline;
}
a:link, a:visited {
	color: blue;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: rgb(255, 128, 0);
}
ul, ol {
  padding-left: 8px;
  margin-left: 15px;
  margin-top: 4px;
}
