﻿body
{
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-color: #f7f7d6;
}
#header {
  background: #0f0;
  width: 100%;
}
#leftcol {
  background: #f00;
  float: left;
  width: 19%;
  height: 100%;
}
#content {
  background: #fff;
  float: right;
  width: 80%;
  height: 100%;
}
#footer {
  background: #0f0;
  clear: both;
  width: 100%;
}
.title
{
	font-weight: bold;
	color: white;
	font-family: Verdana;
	background-color: black;
}
.title_menu
{
	font-weight: bold;
	color: white;
	font-family: Verdana;
	background-color: appworkspace;
}
.href_color
{
	color: White;
}
