body{
   margin:0;
   text-align:center;
	background: #666666;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	/*font-family: Century Gothic, arial;*/
	color: #cccc99;
}

div.main{
	/*background: rgb(0,16,0);*/
	width: 700px;
	margin: 12px auto;
	padding: 3px;
	text-align: left;
	/*border: rgb(0,32,0) double 5px;*/
}

div.latest{
    color: white;
    margin: 12px 0px 0px 0px;
    text-align: center;
}

div.print{
	float: left;
	/*width: 315px;*/
	margin-left: 20px;
	margin-bottom: 50px;
}

div.also{
	float: left;
	margin-left: 30px;
	padding: 10px;
	background: #666666;
	border: solid white 1px;
}

div.p{
	margin: 12px 36px 12px 36px;
	text-indent: 2em;
}

div.ser{
	float: left;
	text-align: center;
	margin: 10px;
}

div.hov{
	position: absolute;
	display: none;
	width: 250px;
	border: solid black 1px;
	background: #cccc99;
	color: black;
	padding: 7px;
}

p{
	margin: 12px 36px 12px 36px;
	text-indent: 2em;
}

a{
	text-decoration: none;
    color: #ff9999;
}

a.nav{
    font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ff3333;
}

table.go{
	clear: both;
	font-size: 12px;
	border-top: solid 3px #cccc99;
	border-bottom: solid 3px #cccc99;
	width: 100%;
}

table.class{
	clear: both;
	font-size: 14px;
	margin-left: 36px;
}

tr.class{
	text-align: right;
	vertical-align: top;
}

td.specs{
	/*color: rgb(48,96,48);*/
    /*font-size: 1.2em;*/
	height: 300px;
}

td.pic{
	width: 300px;
	height: 300px;
	text-align: center;
	/*background: rgb(0,16,0);*/
	/*border: rgb(0,32,0) double 5px;*/
}

tr.nav td{
	text-align: center;
}

img.thumb{
	border: none;
}

img.fleft{
	float: left;
	margin: 12px 12px 8px 36px;
}

span{
    color: white;
    font-weight: bold;
}

form{
    margin: 0 0 0 0;
}
ul{
	position: relative;
	left: 10px;
}
ul.prints{
	position: relative;
	left: -10px;
}
.clear{clear:both;}
div.clear{height:0;font-size:1px;line-height:0;}
