body {
	margin: 0px auto;
	background-color : #E5EDF5;
	/*background-image : url(images/booksbk.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	background-repeat: repeat;
	background-attachment: fixed;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 110px;
	margin: 0px auto;
	float: none;
}
.enter {
	text-align: center;
	background: black url(images/indentbgblack.gif) repeat-x;
	width: 680px;
	margin: 0px auto;
	color: yellow;
}
.enter a:hover{
	/*text-align: center;*/
	background: black url(images/indentbg2black.gif) center center repeat-x;
	width: 680px;
	margin: 0px auto;
	color: white;
	}
.enter a:visited{
	color: white;
}
.indentmenu{
	margin: 0px auto;
font: bold 13px Arial;
width: 680px; /*leave this value as is in most cases*/
overflow: hidden;
background: black url(images/indentbgblack.gif) center center repeat-x;
}
.indentmenu ul{
padding: 0;
width: 680px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbgblack.gif) center center repeat-x;
text-align: center;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}
.indentmenu ul li a:visited{
color: #ffcc00;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2black.gif) center center repeat-x;
}
.content {
	background-color : #F0F8FF;
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px auto;
	width: 680px;
	background-image: url(images/const6-bak.jpg);
	background-attachment: fixed;
}
.content p{
	text-align: justify;
	font: bold;
}
a.lnk:link    {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	COLOR: Navy;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	background-color : #F0F8FF;
} 
a.lnk:active  {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	COLOR: Blue;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	background-color : #F0F8FF;
}
a.lnk:visited {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	COLOR: Blue;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	background-color : #F0F8FF;
} 
a.lnk:hover   {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	COLOR: Red;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: underline;
	background-color : #F0F8FF;
} 
a.lnk1:link    {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	COLOR: Navy;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	background-color : #F0F8FF;
} 
a.lnk1:active  {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	COLOR: Blue;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	background-color : #F0F8FF;
}
a.lnk1:visited {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	COLOR: Blue;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	background-color : #F0F8FF;
} 
a.lnk1:hover   {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	COLOR: Red;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	background-color : #F0F8FF;
} 
#footer {
	background-color : #F0F8FF;
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

