/* this file really should be served compressed */

* html .boxhead h2 {height: 1%;} /* For internet exploder 5 */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* keep this as em's */
	background-position: bottom right;
	background-image: url("style_images/body_right_plain.jpg");
	font-size: 100%; /* fix internet exploder glitch */
}

.boxhead {
	padding: 0;
	text-align: center;
	background-image: url("style_images/head_right_plain.jpg");
	background-position: top right;
}

.boxhead h2 {
	padding: 20px 30px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	background-image: url("style_images/head_left_plain.jpg");
	background-position: top left;
}

.boxhead a {
	color: #ffffff;
	text-decoration: none;
}

.boxbody {
	background-image: url("style_images/body_left_plain.jpg");
	background-position: bottom left;
	margin: 0;
	padding: 5px 20px 31px 22px;
}

.sidebox, .boxhead, .boxhead h2, .boxbody {
	background-repeat: no-repeat;
	margin: 0;
}

.boxhead_black { background-image: url("style_images/head_right_black.jpg"); }
.boxhead_black h2 { background-image: url("style_images/head_left_black.jpg"); }

.boxhead_red { background-image: url("style_images/head_right_red.jpg"); }
.boxhead_red h2 { background-image: url("style_images/head_left_red.jpg"); }

.boxhead_orange { background-image: url("style_images/head_right_orange.jpg"); }
.boxhead_orange h2 { background-image: url("style_images/head_left_orange.jpg"); }

.boxhead_blue { background-image: url("style_images/head_right_blue.jpg"); }
.boxhead_blue h2 { background-image: url("style_images/head_left_blue.jpg"); }

.boxhead_plain { background-image: url("style_images/head_right_plain.jpg"); }
.boxhead_plain h2 { background-image: url("style_images/head_left_plain.jpg"); }

.boxhead_aqua { background-image: url("style_images/head_right_aqua.jpg"); }
.boxhead_aqua h2 { background-image: url("style_images/head_left_aqua.jpg"); }

.boxhead_green { background-image: url("style_images/head_right_green.jpg"); }
.boxhead_green h2 { background-image: url("style_images/head_left_green.jpg"); }

p.boxcontent {
	text-align: left;
}

