@charset "UTF-8";
/* CSS Document */

#content {
	position: relative;
	}
	
.left {
	position: relative;
	clear: both;
	display: block;
	padding: 30px 0px 0px 0px;
	}
	
.screenshotL img{
	float: left;
	clear: both;
	width: 250px;
	margin: 0px;
	}
	
.right {
	position: relative;
	clear: both;
	display: block;
	padding: 30px 0px 0px 0px;
	}
	
.screenshotR img{
	float: right;
	width: 250px;
	margin: 0px;
	}

.captionL {
	margin: 134px 0px 0px 315px;
	background-color: #FFFFFF;
	}
	
.captionR {
	margin: 134px 315px 0px 0px;
	background-color: #FFFFFF;
	}
		
.arrowR {
	position: absolute;
	width: 20px;
	height: 42px;
	left: 340px;
	top: 239px;
	}
	
.arrowL {
	position: absolute;
	width: 20px;
	height: 42px;
	right: 340px;
	top: 239px;
	}
	
	
h2 {
	text-align: left;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	}

/* p properties  */

.text {
	padding: 0px 20px 0px 20px;
	min-height: 100px;
	}
	
.first {
	background-image: url(http://media.grackl.com/assets/images/rounded_corner_325_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	}
	
.last {
	background-image: url(http://media.grackl.com/assets/images/rounded_corner_325_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	}
	
#footer
{	Padding: 20px 0px 0px 0px;
	}
