body {
	background-image: url(../images/background_orange.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

h4 {
	margin-bottom: 10px;
}

p {
	text-align: justify;
	line-height: 1.4em;
	margin-bottom: 10px;
}

a {
	color: #e20c0c;
}

#logo {
	background-image: url(../images/logo.png);
	width: 462px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	cursor: pointer;
}

#box {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	
}

#boxTop, #boxBottom {
	height: 29px;
	width: 100%;
	background-repeat: no-repeat;
}
#boxTop {
	background-image: url(../images/boxTop.png);
}

#contentBox {
	background-image: url(../images/boxMiddle.png);
	width: 100%;
	background-repeat: repeat-y;
	position: relative;
	padding-top: 0px;
}

#content {
	position: relative;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/verticalBar.png);
	background-repeat: repeat-y;
	padding-left: 110px;
}

#boxBottom {
	background-image: url(../images/boxBottom.png);
	text-align: center;
}

#boxBottom a {
	font-size: 0.8em;
	color: #400040;
	padding: 0px 10px 0px 10px;
}


/**************** content ****************/

.nutshellBox {
	float: left;
	width: 300px;
	padding: 10px;
	margin-top: 24px;
}


.caption {
	background-image: url(../images/captionBackground.png);
	background-repeat: repeat-x;
	height: 27px;
	line-height: 27px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	position: absolute;
	left: 7px;
	font-size: 1.2em;
}

.speechBubble {
	position: absolute;
	background-image: url(../images/speechBubble.png);
	background-repeat: no-repeat;
	width: 264px;
	height: 183px;
	padding: 20px;
	padding: 12px 20px 12px 20px;
	font-size: 1.2em;
}

#character {
	position: absolute;
	background-image: url(../images/character2.png);
	background-repeat: no-repeat;
	width: 234px;
	height: 250px;
	left: 372px;
	top: 270px;
}

#bubbleArrow1, #bubbleArrow2, #bubbleArrow3 {
	position: relative;
	background-repeat: no-repeat;
}

#bubbleArrow1 {
	position: absolute;
	background-image: url(../images/bubbleArrow1.png);
	width: 48px;
	height: 36px;
	top: 202px;
	left: 242px;
}

#bubbleArrow2 {
	position: absolute;
	background-image: url(../images/bubbleArrow2.png);
	width: 30px;
	height: 34px;
	top: 201px;
	left: 16px;
}

#bubbleArrow3 {
	background-image: url(../images/bubbleArrow3.png);
	width: 31px;
	height: 43px;
	top: -47px;
	left: 278px;
}


a.download:hover {
	background-image: url(../images/downloadArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}

div#downloadButton {
	display: block;
	background-image: url(../images/download1.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 37px;
	margin-top: 5px;
}
div#downloadButton:hover, div#installButton:hover {
	background-image: url(../images/download2.png);
	cursor: pointer;	
}

div#installButton {
	display: block;
	background-image: url(../images/install1.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 37px;
}

#webcast {
	position: relative;
	right: 98px;
	top: 35px;
}

#subscriptionBox {
	height: 120px;
	margin-top: 40px;
}


.quote {
	margin: 10px 0px 10px 10px;
	padding: 8px;
	background-color: #fafafa;
	border: 1px dotted #666;
	line-height: 20px;
	font-style: italic;	
}
