/* ------------------------------------------------------------------- Box containers ------------------------------------------------------------------- */

#box_home_left, #box_home_right {
	width: 396px;
	padding: 0;
	position: relative;
	margin-bottom: -110px;
	margin-top: -60px;
}

#box_home_left {
	float: left;
}

#box_home_right {
	float: right;
}

#box_home_left .content, #box_home_right .content {
	margin-bottom: -19px;
	background-image: url("../images/whitebox_home_middle.gif");	/* center piece of a box */
	background-repeat: repeat-y;
	background-position: left 19px;
	position: relative;
	width: 396px;
	clear: both;
	padding-bottom: 5px;
}

#box_home_left .content {
	padding-top: 22px;
}

#box_home_left .content p, #box_home_right .content p {
	line-height: 1.5em;
	margin-left: 2em;
	margin-right: 2em;
}

#box_home_left .content h1, #box_home_left .content h2,
#box_home_left .content h3, #box_home_right .content h1,
#box_home_right .content h2, #box_home_right .content h3 {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#box_home_left .version {
	text-align: right;
	margin-right: 3em;
	color: #000;
	font-weight:bold;
}

#box_home_left:before, #box_home_right:before {
	content: url("../images/whitebox_home_top.gif");	/* upper piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
}

#box_home_left:after, #box_home_right:after {
	content: url("../images/whitebox_home_bottom.gif");	/* lower piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
	margin-top: 19px;
}

#box_home_left .downloadbox {
	display: block;
	background-image: url("../images/bluewindow.png");
	background-repeat: no-repeat;
	width: 263px;
	height: 97px;
	margin: 20px 0 10px 112px;
	font-weight: bold;
}

#box_home_left .downloadbox p {
	margin-left: 12px;
	padding-top: 28px;
	vertical-align: middle;
}

#box_full {
	width: 790px;
	margin-bottom: -110px;
	margin-top: -60px;
}

#box_full .content, #box_full .wpcontent {
	margin-bottom: -19px;
	background-image: url("../images/whitebox_full_middle.gif");	/* center piece of a box */
	background-repeat: repeat-y;
	background-position: left 19px;
	position: relative;
	width: 790px;
	clear: both;
	padding-top: 22px;
	padding-bottom: 5px;
}

#box_full .content p {
	line-height: 1.5em;
	margin-left: 2em;
	margin-right: 2em;
}

#box_full .content h1, #box_full .content h2, #box_full .content h3 {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#box_full:before {
	content: url("../images/whitebox_full_top.gif");	/* upper piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
}

#box_full:after {
	content: url("../images/whitebox_full_bottom.gif");	/* lower piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
	margin-top: 19px;
}

#box_large {
	width: 578px;
	margin-top: -60px;
	margin-bottom: -110px;
	float: left;
}

#box_large .content, #box_large .wpcontent {
	margin-bottom: -19px;
	background-image: url("../images/whitebox_large_middle.gif");	/* center piece of a box */
	background-repeat: repeat-y;
	background-position: left 19px;
	position: relative;
	width: 578px;
	clear: both;
	padding-top: 22px;
	padding-bottom: 5px;
}

#box_large .content p {
	line-height: 1.5em;
	margin-left: 2em;
	margin-right: 2em;
}

#box_large .content h1, #box_large .content h2, #box_large .content h3 {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#box_large .navigation {
	margin-left: 1em;
	margin-right: 1em;
}

#box_large .content h2 {
	margin-left: 0;
}

#box_large:before {
	content: url("../images/whitebox_large_top.gif");	/* upper piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
}

#box_large:after {
	content: url("../images/whitebox_large_bottom.gif");	/* lower piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
	margin-top: 19px;
}

#box_nav {
	padding: 0;
	width: 209px;
	margin-top: -60px;
	margin-bottom: -110px;
	float: right;
}

#box_nav .content, #box_nav .wpcontent {
	margin-top: -14px;
	margin-bottom: -19px;
	background-image: url("../images/whitebox_nav_middle.gif");	/* center piece of a box */
	background-repeat: repeat-y;
	background-position: left 19px;
	position: relative;
	width: 209px;
	clear: both;
	padding-top: 0;
	padding-bottom: 5px;
}

#box_nav .content p {
	line-height: 1.5em;
	margin-left: 2em;
	margin-right: 2em;
}

#box_nav .content h2, #box_nav .wpcontent h2 {
	margin-left: 1em;
}

#box_nav:before {
	content: url("../images/whitebox_nav_top.gif");	/* upper piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
}

#box_nav:after {
	content: url("../images/whitebox_nav_bottom.gif");	/* lower piece of a box */
	display: block;
	height: 19px;
	overflow: hidden;
	margin-top: 19px;
}

