html {
	margin: 0 0 0 0;
	padding: 0px;
/*	background-color: silver;*/
}

body { 
	background-image: url("gfx/bg1307.jpg");
	background-position: top center;
	margin:0px auto;
/*	overflow:hidden;*/
}

h1 {
	font-family: arial, verdana;
	color: white;
	font-size: 16px;
}

#logo {
}

#content {
	background: url("gfx/bg_mod.jpg") no-repeat;
	color: #ffffff;
	width: 790px;
	height: 500px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#cnt_area {
	float: right;
	text-align: left;
	font-family: arial, verdana;
	width: 625px;
	height: 450px;
	color: #ffffff;
	padding: 0px;
	padding-bottom: 20px;
}
#container {

}
#menu {
	float: left;
	width: 162px;
	height: 500px;
	color: #000000;
}

#footer {
	visibility: none;
	position: relative;
	height: 0px;
	left: 0px;
}

.thb {
	border: none;
}
.instr {
	padding: 2px;
	color: white;
	font-family: verdana;
	font-size: 14px;
/*	border: solid 1px #979699;
	
	color: #979699;*/
}

.text {
	color: white;
	font-family: verdana, arial;
	font-size: 12px;
}

.thbmenu {
	/*width: 168px;*/
	float: right;
}

.imgcont {
	width: 450px;
	height: 450px; 
	float: left;
	margin-left: 1px;
}
.descr {
	font-family: verdana;
	font-size: 8px;
}

a:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: underline;
	color: white;

}
a:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: underline;
	color: white;
}
a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: underline;
	color: grey;
}
a:active {
	font-family: verdana;
	font-size: 12px;
	font-weight: underline;
	text-decoration: none;
	color: white;
}

div.blank {
	color: white;
	display: none;
	background-color: white;
	float:left;
	width:155px;
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	margin: 2px;
	border: solid 1px #979699;
/*	background: silver url("gfx/square.gif") no-repeat right;*/
}
a.item:link {
	color: white;
	display: block;
	background-color: #394a5c;
	float:left;
	width:155px;
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	margin: 2px;
	border: solid 1px #979699;
	background: silver url("gfx/square.gif") no-repeat right;
}
a.item:visited {
	color: white;
	display: block;
	background: silver url("gfx/square.gif") no-repeat right;
	float:left;
	width:155px;
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	margin: 2px;
	border: solid 1px #979699;
}
a.item:hover {
	display: block;
/*	background-color: #336699;*/
	color: #394a5c;
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	margin: 2px;
	border: solid 1px #979699;
	background: silver url("gfx/square2.gif") no-repeat right;
}
a.item:active {
	display: block;
	background: silver url("gfx/square3.gif") no-repeat right;
	color: #979699;
}

.subitem {
	display:block;
	float: left;
	position: relative;
	left: 5px;
	width: 150px;
}

a.subitem:link {
	background: white url("gfx/square.gif") no-repeat right;
	color: #979699;
	display: block;
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	margin: 2px;
	border: solid 1px #979699;
}
a.subitem:visited {
	color: #979699;
	background: white url("gfx/square.gif") no-repeat right;
	display: block;
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	margin: 2px;
	border: solid 1px #979699;
}
a.subitem:hover {
	display: block;
	color: black;
	font-family: verdana;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	background: white url("gfx/square2.gif") no-repeat right;
	margin: 2px;
	border: solid 1px #979699;
}
a.subitem:active {
	display: block;
	background: white url("gfx/square3.gif") no-repeat right;
	color: #979699;
}

.itemcont {
	font-family: verdana;
	font-size: 8px;
	float: left;
	display: block;
	background: white;
	width: 80px;
	height: 105px;
	text-decoration: none;
	color: black;
	padding-top: 2px
	border: solid 1px gray;
}

a.itemcont:link {
	font-family: verdana;
	font-size: 8px;
	float: left;
	display: block;
	background: white;
	color: gray;
	padding-top: 2px;
	border: solid 1px gray;
}
a.itemcont:visited {
	font-family: verdana;
	font-size: 8px;
	float: left;
	display: block;
	background: white;
	color: gray;
	padding-top: 2px;
	border: solid 1px gray;
}
a.itemcont:hover {
	color: white;
	background: gray;
	border: solid 1px white;
}
a.itemcont:active {
/*	background: white;
	color: black;*/
	border: solid 1px grey;
}

.imgcell {
	float: center;
	text-align: center;	
	
}

img.std {
	margin: 5px;
	border: solid 1px white;
}

div.std {
	font-size: small;
	margin: 2px;
	color: white;
}
div.std2 {
	display: block;
	font-size: small;
	margin: 2px;
	width: 650px;
	float:left;
}



h1.std {
	font-size: medium;
	margin: 2px;
}


.miscworks img {border: solid 1px white;}
.mischeading {text-align:center; margin-top: 25px;}
.misctext {text-align:center; font-size: 0.9em}
.misccont{margin-left: 15px}

div.miscworks  {
	float: left;
	width: 170px;
	height: 170px;
	background-color: #ffffff;
	text-align: center;
	margin: 15px;
}
