body{
	background: url('./img/background.jpg') repeat-x;
}

#body{
	font-family: Arial;
	font-size: small;
	width: 964px;
	margin-left: auto;
    margin-right: auto;
}


#main{
	background: url('./img/body_side.gif') repeat-y;
	width: 964px;
}

#content
{
	position: relative;
	background: rgb(225,225,225);
	padding: 10px;
	zoom: 1;
	border: medium solid gray;
	width: 864px;
	margin-left: auto;
    margin-right: auto;
    z-index: 5;
}


#footer
{
	background: url('./img/footer1.gif') no-repeat;
	text-align:center;
	font-size: 70%;
	width: 964px;
	height: 80px;
}


/*Browse Menu*/
#browseMenu
{
	height: 24px;
	background: url('./img/browse_menu.gif') no-repeat;
}

.horizontalcssmenu{
	width: 855px;
	margin-left:auto;
	margin-right:auto;
	z-index: 10;
}



/* LOGIN MENU */

#loginMenu 
{
	background: url('./img/body_side.gif') repeat-y;
	width: 964px;
  	height: 81px;
  	margin-top: -14px;
}

#loginBox table
{
	margin-left: auto;
	margin-right: auto;
}
#loginBox table td{
	padding: 2px 5px;
}

#login a
{
	background-color:rgb(206,206,206);
	border: solid 1px;
	color: #000;
	text-decoration: none;
}

#login a:hover
{
	background-color:rgb(150,150,150);
	border: solid 1px;
	color: #000;
	text-decoration: none;
}

/*Headings*/
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #D96B11;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid;

}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;		
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #76b7d7;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
}

h5 
{
	color: #9ad5f3;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

h7
{
	background: url(./img/tabletitle.jpg);
}
