body {
	background: url(body.jpg) fixed left top;
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
	color: #000075;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	text-align: center;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: #D8D8B1 url(none) no-repeat left bottom;
	border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
	height:173px;
	text-align: center;
	background:  #D8D8B1 url(header.jpg) no-repeat left bottom;
	padding: 0px;
	margin: 0px;
	width: 924px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {

background:#ffffff  url('content.jpg') no-repeat top right;
padding: 0px;
margin-left: 210px;
margin-right: 0px;
}
div#content {
	min-height:600px;
	text-align: center;
	height: auto;
	width: auto;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
	padding: 5px 10px;
	margin:0px;
	color: #000075;
	font-size: 14px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
	background:#D8D8B1;
	height:90%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
background:  url('footer.gif') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 0px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	font: 700 normal 14px Verdana, Geneva, sans-serif;
	color: #000075;
	text-decoration: none;
	text-align: center;
	width: 210px;
	height: 32px;
	background-color: #D8D8B1;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
	background: url('menuhover.gif') no-repeat;
	color: #000;
	background-color: #D6D6D6;
	font-weight: bold;
 }
