body
{
	font-family: Didot, serif;
	font-size: 13px;
	background-color: #fff;
	color: #000;
	margin: 0;
	margin-top: 8px;
	padding: 0;
}

#homepic
{
	border: 8px solid #718da5;
}

h1
{
	margin-top: 0px;
	font-weight: normal;
	font-family: Didot, serif;
}

h2
{
	margin-top: 0px;
	font-weight: normal;
	font-family: Didot, serif;
}

h3
{
	margin-top: 0px;
	font-weight: normal;
	font-family: Didot, serif;
}

#links a, #links #nolink
{
	padding-left: 4px;
	padding-right: 4px;
}

.in
{
	margin-left: 15px;
}

#main
{
	background-color: #fff;
	padding: 10px;
	padding-bottom: 50px;
	border: 8px solid #fff;
	width: 500px;
	margin: 0 auto;
	font-family: serif;
	font-size: 12px;
}

#bottomFrame {
	height: 20px;
	background-color: #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  }
/* hide from mac ie5 \*/
#bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
  position: fixed;
  }
  

table a
{
	border-bottom: 0;
}


a
{
	color: #030;
	text-decoration: none;
	border-bottom: 1px dotted #f00;
}
a:visitied
{
	color: #060;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	border-bottom: 0;
}

#main a:hover
{
	background-color: #ddd;
}

blockquote
{
	margin-top: 0px;
	margin-left: 0px;
	color: #333;
	font-family: sans-serif;
	font-size: 11px;
}

blockquote blockquote
{
	margin-left: 0px;
}

.twisty:hover {
  background-color: #f0f0f0;
  border: 0px solid #e0e0e0;
  margin-left: 0px;
}

.collapsible {
margin-top: 5px;
}

.collapsible a:link {
  color: #666666;
}

.collapsible a:hover {
  color: #666666;
  background-color: #f0f0f0;
  text-decoration: underline;
}


.collapsible a img {
  border: none;
  float: left;
}

.collapsible>div{
  border-left: 1px dashed #c0c0c0;
  margin: 2px;
}

.collapsible>div>div{
  padding: 6px;
}

.collapsible a {
  color: #3465a4;
  text-decoration: none;
  font-weight: bold;
}


img
{
	display: block;
}


.qa
{
	border-bottom: 1px #666 solid;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 10px;
}


.onereview
{
	border-bottom: 1px #ccc solid;
	margin-bottom: 20px;
}

#thumbs
{
	width: 500px;
	overflow: auto;
	height: 65px;
	margin-top: 10px;
}

#thumbs a, #thumbs a img
{
	border: 1px solid #fff;
	text-decoration: none;
}

#thumbs a img:hover
{
	border: 1px solid red;
}

#thumbs img
{
	height: 40px;
	width: 60px;
}

#thumbsscroll
{
	/*width: 10000px;*/
}

.thumb
{
	display: inline;
	vertical-align: top;
	padding-right: 2px;
}

#slidepic
{
	height: 323px;
}

#nolink
{
	font-weight: bold;
}