html, body {
	margin: 2;
	padding: 0;
}

body.a {
    background-color: rgb(160, 192, 160);
}

div.vertical_bar { 
	background-color: rgb(200, 220, 200);
	width: 85px;
	position: absolute;
	top: 5px;
	left: 30px;
	bottom: 5px;
}

div.horizontal_bar { 
	background-color: rgb(130, 150, 130);
	height: 25px;
	position: absolute;
	top: 150px;
	left: 10px;
	right: 10px;
}

div.header { 
	background-color: rgb(255, 255, 255);
	position: absolute;
	height: 100px;
	top: 0px;
	left: 120px;
	right: 20px;
}

div.content { 
	background-color: rgb(255, 255, 255);
	position: absolute;
	height: 75%;
	top: 180px;
	left: 130px;
	right: 20px;
}

div.footer{ 
	background-color: rgb(255, 255, 255);
	position: relative;
	height: 50px;
	top: 40px;
	text-align: center;
}

div.copyright { 
	background-color: rgb(255,255,255);
	position: relative;
	height: 25px;
	top: 20px;
	text-align: center;
}

p.n {
	padding-top: 0px;
	padding-bottom: 0px;
}

td.left_margin {
    width: 30px;
	background-color: rgb(255, 255, 255);
}

td.vertical_bar {
    width: 100px;
	background-image: url('images/vbar1.jpg');
    background-repeat: repeat-y;
}

td.horizontal_bar {
    height: 25px;
	background-image: url('images/hbar2.jpg');
    background-repeat: repeat-x;
}

td.header {
	background-color: rgb(255, 255, 255);
}

td.body {
	background-color: rgb(255, 255, 255);
	align: left;
	valign: top;
	text-align: left;
}

td.footer {
	background-image: url('images/hbar1.jpg');
    background-repeat: repeat-x;
    height: 100px;
	text-align: center;
	valign: center;
}

td.bottom {
    height: 25px;
	background-color: rgb(255, 255, 255);
}

table.menu {
    width: 80px;
    margin: 0px 0px 0px 10px;
    border: 0px;
    cellpadding: 0px;
    cellspacing: 0px;
}

td.menu_item {
    background-color: rgb(230, 230, 230);
	border-style: inset;
    text-align: center;
	font-size: 13px;
}

img {
    border-style: none;
}
