body{
	background: #66a1c0 url(resacon.png) no-repeat top left;
	background-attachment: fixed;
	color: #000000;
	font: 10pt/16pt helvetica; 
	margin-left: 80px;
	/*margin-right: 20%;*/
}

ul{
	list-style-type: square;
}

h1{
	margin-left: 10px;
	font-variant: small-caps;
	text-align: left;
	padding-left:30px;
	background: #5080a0 url(rightarrow.png) no-repeat left;
	color: rgb(255,255,255);
	clear: both;
}

h2{
	margin-left: 15px;
	text-align: left;
	padding-left:30px;
	color: rgb(255,255,255);
	clear: both;
}

p{
	margin-left: 10px;
}


.section{
	border-style: hidden;
	padding-bottom: 10px;
}	

.prodname{
	font-weight: bold;
}

.screenshot{
	width:400px;
	height:400px;
	float:left;
	padding: 10px;
	text-align: center;
	overflow:hidden;
}

.screenshot img{
	width:400px;
}

/*
.screenshot div{
	position: relative;
	top: 310px;
}
*/

a:link{
	color: rgb(0,60,200);
	font-weight: bold;
}

a:hover{
	color: rgb(255,255,255);
	background-color: #5080a0; 
}

a:visited{
	color: rgb(0, 40, 100);
	font-weight: bold;
}
