* { margin: 0; padding: 0; }

a { color:black; text-decoration: none; font-weight: bold; }
a:link{color:inherit; text-decoration: inherit}
a:visited {color:inherit; text-decoration: inherit}
a:active {color:inherit; text-decoration: inherit}
a:hover {color:inherit; text-decoration: inherit}

#page-wrap
{
	width: 775px;
	margin: 0 auto;
}

div.content
{
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   width: 960px;
}

div.pagecontent
{
   width: 800px;
   float: left;
}

div.adcontent
{
   padding-top: 175;
   width: 160px;
   height: 775px;
   float: right;
}

div.adbuffer
{
   height: 175px;
   width: 160px;
}

div.adsense
{
   width: 160px;
   height: 600px;
   margin-top: 175;
}

div.banner
{
   width: 800px;
   height: 175px;
   background-image: url('images/banner.png');
}

div.box
{
   margin-left: 100px;
   margin-right: 100px;
   width: 600px;
   background-color: rgb(233, 236, 241);
   border: 1px solid rgb(101, 119, 158);
}

div.box h1, div.lcolumn h1, div.rcolumn h1
{
   margin-top: 4px;
   margin-bottom: 8px;
   margin-left: 10px;
   margin-right: 10px;
   font-size: 1em;
   font-weight: bold;
}

div.box h1
{
	margin-bottom: 16px;
}

div.box p, div.lcolumn p, div.rcolumn p
{
   margin-top: 4px;
   margin-bottom: 12px;
   margin-left: 10px;
   margin-right: 10px;
}

div.box form input[type="text"]
{
   width: 241px;
}

div.box form textarea
{
   width: 315px;
}

div.box form div.center
{
   margin-left: 141px;
   margin-bottom: 4px;
}

div.box input[type="submit"]
{
   width: 120px;
   height: 25px;
   color: black;
   background-color: rgb(200, 200, 200); 
   border: 1px solid; 
   border-color: rgb(101, 119, 158);
   cursor: pointer;
}

div.box form div.center input[type="submit"]
{
   width: 100px;
   margin-top: 6px;
   margin-left: 110px;
}

div.box div.pagebuttons input[type="submit"]
{
   width: 80px;
   height: 16px;
   font-size: 70%;
   padding-bottom: 5px;
}

div.box hr
{
   width: 100%;
   margin-top: 10px;
   color: rgb(101, 119, 158);
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

div.box div.rightpanel
{
   float: right;
   width: 150px;
   text-align: right;
   margin-left: auto;
   margin-right: 20px;
}

div.box div.leftpanel
{
   width: 150px;
   margin-left: 20px;
   margin-bottom: 6px;
   margin-top: 16px;
}

div.message div.name
{
   float: left;
   width: 92px;
   margin-left: 8px;
   font-weight: bold;
}

div.message div.text
{
   margin-left: 105px;
   margin-right: 20px;
}

div.notice div.box
{
   background-color: rgb(238, 232, 170);
}

div.columns
{
   margin-left: 100px;
   margin-right: 100px;
   width: 602px;
}

div.lcolumn
{
   float: left;
   width: 290px;
   background-color: rgb(233, 236, 241);
   border: 1px solid rgb(101, 119, 158);
}

div.rcolumn
{
   margin-left: 310px;
   width: 290px;
   background-color: rgb(233, 236, 241);
   border: 1px solid rgb(101, 119, 158);
}

div.menubar
{
   position: relative;
   top: 126px;
   left: 100px;
}

div.button
{
   float: left;
   margin-left: 2px;
   margin-right: 2px;
   background-image: url('images/up.png');
   width: 94px;
   height: 30px;
   border: 1px solid rgb(101, 119, 158);
   text-align: center;
   line-height: 30px;
   color: rgb(69, 82, 109);
   font-weight: bold;
}

div.button a
{
   color: rgb(69, 82, 109);
}

div.button:hover
{
   background-image: url('images/down.png');
}

div.downloadButtons
{
   width: 444px;
   height: 135px;
   margin-left: auto;
   margin-right: auto;
}

div.footer
{
   text-align: center;
   font-size: 80%;
   height: 30px;
   line-height: 30px;
}

div.contentspacer
{
   height: 15px;
}

div.imagebox
{
	height: 150px;
	width: 200px;
	border: 1px solid black;
}

div.box li
{
	margin-left: 30px;
}

div.box ul
{
	margin-bottom: 10px;
}

div.box table.imgtable
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
}

div.box table.imgtable td.img
{
	height: 150px;
	width: 200px;
	vertical-align: top;
}

div.box table.imgtable td.space div.spacer
{
	height: 100px;
	width: 8px;
}

div.box table.imgtable td.text
{
	width: 100%;
	vertical-align: top;
	border-top: 1px solid black;
	padding-top: 6px;
}

div.box div.video
{
	width: 100%;
}

div.box div.video object
{
	width: 425px;
	height: 300px;
	margin-left: 87px;
}

div.box div.screenshot
{
	width: 100%;
}

div.box div.screenshot div.img
{
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

div.box div.screenshot div.text
{
	margin-top: 6px;
	margin-bottom: 12px;
	text-align: center;
}

div.box div.screenshotBanner div.img
{
	width: 500px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

div.iremember
{
   margin-top: 8px;
   font-size: 0.82em;
}
