body {
margin: 0 0 0 0;
background-color: #395155;
font-family: Tahoma;
font-size: 9pt;
line-height: 14pt;
overflow: hidden;
}

body.template {
overflow: auto;
overflow-x: hidden;
overflow-y: scroll;
margin: 150 80 0 270;
background-color: #FFFFFF;
background-image: url('img/gradient_bg.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
}

div {
	position: absolute;
	left: 309px;
	top: 321px;


}

div#left {
left: 0px;
top: 0px;
height: 100%;
z-index: 1;
}

div#top {
left: 250px;
top: 0px;
z-index: 1;
}

div#menu {
left: 34px;
top: 228px;
z-index: 2;
}

a.menu {
text-decoration: none;
line-height: 22.5pt;
}

a.menu:link { color: #FFFFFF; }
a.menu:visited { color: #FFFFFF; }
a.menu:hover { color: #C55307; }
a.menu:active { color: #C55307; }
a:link { color: #395155; }
a:visited { color: #395155; }
