html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000;
	background-image: url("../images/bg.gif");
	background-position: center top;
	background-repeat: repeat-y;
	color: #000;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
	margin: 0;
}
table, td {
	color: #000;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
}

#topL {
	width: 50%; 
	height: 245px;
	background-image: url("../images/bgtopL.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#topR {
	width: 50%; 
	height: 245px;
	background-image: url("../images/bgtopR.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#leftbrdr {
	width: 50%; 
	height: 100%;
	background-image: url("../images/bgL.gif");
	background-position: right top;
	background-repeat: repeat-y;
}
#rightbrdr {
	width: 50%; 
	height: 100%;
	background-image: url("../images/bgR.gif");
	background-position: left top;
	background-repeat: repeat-y;
}

#botcrnL {
	width: 50%; 
	height: 30px;
	background-image: url("../images/bgbotL.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#botcrnR {
	width: 50%; 
	height: 30px;
	background-image: url("../images/bgbotR.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
#botbrdr {
	width: 770px; 
	height: 30px;
	background-image: url("../images/bgbot.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#credits {
	height: 30px;
	color: #AAA;
	font-size: 10px;
	text-align: center;
}

#credits a:link{
	color: #AAA;
	font-size: 10px;
	text-decoration: none;
}
#credits a:visited{
	color: #AAA;
	font-size: 10px;
	text-decoration: none;
}
#credits a:hover{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#contL {
	width: 20px;
	height: 100%;
	background-image: url("../images/bgcontL.gif");
	background-repeat: repeat-y;
}
#contR {
	width: 20px;
	height: 100%;
	background-image: url("../images/bgcontR.gif");
	background-repeat: repeat-y;
}

#main {
	width: 730px;
/*
	height: 100%;
*/
	background-color: #FFF;
}

#menu {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	width: 680px;
	letter-spacing: 0.5px;
}

#menu a:link{
	color: #2E3192;
	font-size: 9px;
	text-decoration: none;
}
#menu a:visited{
	color: #2E3192;
	font-size: 9px;
	text-decoration: none;
}
#menu a:hover{
	color: #99CC33;
	font-size: 9px;
	text-decoration: none;
}

.ptitle {
	background-image: url("../images/ptit.gif");
	background-repeat: no-repeat;
	height: 34px;
	font-size: 12px;
	color: #2E3192;
	letter-spacing: 1px;
	vertical-align: bottom;
	padding-left: 15px;
	padding-bottom: 3px;
}

.testo {
	width: 435px;
	padding-top: 10px;
	line-height: 18px;
}

.pics {
	width: 216px;
	padding-top: 31px;
}

a:link {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #99CC33;
	text-decoration: none;
}
a:visited {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #99CC33;
	text-decoration: none;
}
a:hover {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #2E3192;
	text-decoration: none;
}

a:link.anchor {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	color: #99CC33;
	text-decoration: none;
}
a:visited.anchor {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	color: #99CC33;
	text-decoration: none;
}
a:hover.anchor {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	color: #2E3192;
	text-decoration: none;
}

.jclock {
  float: left;
/*
  margin-left: 710px;
  position: absolute;
*/
  margin-top: 17px;
  color: #2E3192;
  font-weight: bold;
}

.jdate {
  float: left;
/*
  margin-left: 620px;
  position: absolute;
*/
  margin-top: 17px;
  color: #2E3192;
  font-weight: bold;
}
