/* Cascade DTP V4 - Style Sheet */

body {
	background-color: FFFFFF
	color: #9a9a9a;
	line-height: 130%;
	font-family: Verdana, Arial;
	font-size: 11pt;
	align: center;
}


/* Layout */

.topnavbox1 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 22px;
    width: 755px;
    text-align: right;
    padding: 10px 20px 0px 0px
}

.logobox1 {
    position: absolute;
    top: 32px;
    left: 0px;
    height: 118px;
    width: 775px;
}

.maincontentbox1 {
	position: absolute;
	top: 150px;
	left: 0px;
	height: 650px;
	width: 775px;
	background-image: url(../images/bkgpepper1.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

.maincontentbox2 {
	position: absolute;
	top: 150px;
	left: 0px;
	height: 650px;
	width: 775px;
	background-image: ;
	background-position: center right;
	background-repeat: no-repeat;
}

.leftcontentbox1 {
    position: absolute;
    top: 50px;
    left: 150px;
    height: 293px;
    width: 475px;
    text-align: left;
    border: 0px solid #000000;
}

.screenshot {
	position: absolute;
	top: 50px;
	left: 20px;
	border: 0px solid #000000;
	padding: 35px 35px 35px 35px;
	background-color: #ECECEC;
}

.screenshotthumb {
	position: absolute;
    top:50px;
    left: 340px;
    border: 0px solid #000000;
}

.footer {
	position: absolute;
	top: 640px;
	left: 0px;
	height: 22px;
	width: 755px;
	text-align: center;
	padding: 10px 20px 0px 0px;
}

/* Text */

.lightgraytext {
    color: #9a9a9a;
    line-height: 120%;
    font-family: Verdana, Arial;
    font-size: 12pt;
}

.graytext {
    color: #333333;
}

.darkgraytext {
    color: #313131;
    line-height: 120%;
    font-family: Century Gothic, Verdana, Arial;
    font-size: 20pt;
    }

.red {
	color: #FF0000;
}

a:link {
	text-decoration: none; 
	color: #9a9a9a;
}

a:visited {
	text-decoration: none; 
	color: #9a9a9a;
}

a:hover {
	text-decoration: none;
	color: #333333;
}


