html, body {
	width:100%;
	height:100%;
}

body{
  font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: small;
	background: #E7E7E9 url(/new_images/bodybackground.jpg) repeat-y;
	line-height: 21px;
	margin: 0px;
	padding:0;
}

#logo {
	position:absolute;
	z-index:20;
	left:-10px;
	top:-10px;
	width:200px;
	height:102px;
}

#header{
  	background: url(/new_images/headerbackground.jpg) repeat-x;
	height: 100px;
	width:100%;
	margin:0;
	padding:0;
}

#header img {
	position:relative;
	left:200px;
	margin:0;
	padding:0;
}

#menu{
	background: url(/new_images/menubackground.jpg) no-repeat;
	position:relative;
	float:left;
	z-index:10;
	padding-top:12px;
}

#content{
	position:absolute;
	left:200px;
	right:0;
	top:100px;
	bottom:0;
	overflow:auto;
	padding:15px;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	/*font-size: x-small;*/
	line-height: 21px;
}

#contentspace {
	padding: 13px 0 0 25px;
}


td{
  	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: small;
}

input,textarea{
  border: 1px solid #09A550;
}

h1, h2{
	margin: 0;
	padding: 0 0 0 15px;
	font-size: small;
	background: url(/new_images/dot.jpg) no-repeat left;
}

p {
	margin: 0 0 20px 15px;
}

img{
	padding: 10px;
}



