body {
	margin: 20px;
}
#layouttable {
	width: 750px;
}
#navcell {
	height: 100px;
	width: 750px;
	background-image:   url(images/_bg_top.gif);
	background-position: left, top;
	background-repeat: no-repeat;
}
#maincell {
	width: 750px;
	background-image:   url(images/_bg_main.gif);
	background-position: left, top;
	background-repeat: repeat;
}
#contenttable {
	width: 750px
	font-family: "Arial", serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#imagecell {
	width: 400px;
}
#textcell {
	width: 350px;
	padding: 10px;
	background-image:   url(images/_bg_silhouette.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: "Arial", serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#textcellnoimg {
	width: 350px;
	padding: 10px;
	font-family: "Arial", serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#widetextcell {
	width: 750px;
	padding: 10px;
	background-image:   url(images/_bg_silhouette.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: "Arial", serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#footercell {
	height: 25px;
	width: 750px;
	background-image:   url(images/_bg_bottom.gif);
	background-position: left, top;
	background-repeat: no-repeat;
	font-family: "Arial", serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.titletext {
	font-family: "Arial", serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.maintext {
	font-family: "Arial", serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.smalltext {
	font-family: "Arial", serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ 
background-color: dfcfe9;
color: 000000;
}

