body {
	background-color: rgb( 204, 204, 255);
	text-align: center;
	padding: 0px;
	margin: 50px;
}

img {
	border-style: hidden;
}

div {
	border-style: hidden;
	/*border-style: solid;
	border-width: 1px;*/
}

div.wrapper {
	width: 800px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	border-style: ridge;
	border-width: 4px;
	border-color: blue;
}

div.banner {
	width: 100%;
	height: 145px;
	background-image: url(images/banner_repeat.gif);
	text-align: left;
}

div.content {
	width: 100%;
	vertical-align: top;
}

div.nav {
	width: 145px;
	height: 100%;
	float: left;
}

div.article {
	width: 650px;
	float: right;
	position: relative;
	top: -50px;
}

nav {
	width: 145px;
	height: 100%;
	min-height: 500px;
	background-image: url(images/sidebar_repeat.gif);
}

button {
	width: 145px;
	height: 30px;
	background-image: url(images/button_regular.gif);
	background-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
	border-width: 0px;
}

article {
	/*padding: 7px;*/
	font-size: 120%;
	text-align: left;
	width: 650px;
	height: 100%;
	min-height: 500px;
}

div.footer {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	clear: both;
}

p {
	padding: 10px;
}

h3 {
	font-size: 200%;
	width: 100%;
	text-align: center;
	/*position: relative;
	top: -70px;*/
}