html,body {
	
	height:100%;
	
}

body {
margin: 0px;
background:url(bg.jpg) no-repeat #F6F6F6;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color: #727171;
}


a,p,ul,li,td,span  { 

	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	color: #7F7C79;

}

p {

	margin:5px 0px;
	padding:0px;

}

h1 {

	font-size:15px;
	padding:0px;
	margin:15px 0px 5px;

}

a:link, a:visited {
	color: #727171; 
}

a:hover, a:active {
	color:#C30D2B; 
	font-style:italic;
	text-decoration:none;
}

   
img { border-width:0px; }

.red {

	color:#C30D2B !important;

}

.black {

	color:#333333 !important;

}

.bigger {

	font-size:15px;

}

.i {

	font-style:italic;

}

/* DIVS */

#placeholder {

	position:absolute;
	width:800px;
	height:840px;

}

#home {
	position:absolute;
	left:454px;
	top:339px;
	width:100px;
	height:44px

}

#artilogia {
	position:absolute;
	left:464px;
	top:402px;
	width:71px;
	height:7px

}

#menuBox {
	position:absolute;
	left:632px;
	top:360px;
	width:130px;
	height:230px;

}

#menuBox div {
	position:absolute;

}

#menuBox img, #home img, #artilogia img {
	width:100%;
	height:100%;

}

#m1 {
	right:3px;
	top:0px;
	width:82px;
	height:27px;

}

#m2 {
	right:0px;
	top:70px;
	width:92px;
	height:27px;

}

#m3 {
	left:0px;
	top:121px;
	width:82px;
	height:26px;

}

#m4 {
	left:12px;
	top:160px;
	width:72px;
	height:26px;

}

#m5 {
	left:31px;
	bottom:0px;
	width:71px;
	height:30px;

}

#content {
	position:absolute;
	left:302px;
	top:500px;
	width:276px;
	padding:0px 20px 50px;
	background:url(beige.gif);

}

#toolTipBox {
	display: none;
	padding:5px;
	font-size: 12px;
	border: black solid 1px;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	max-width:200px;
	width:auto;
	height:auto;
	background-color: #CCCCCC;
	color:#000000;
}

/* Classes */

.thumbCell {

	width:200px;
	height:200px;
	text-align:center;
	vertical-align:middle;
	background-color:#111111;
	border:1px dotted #ffffff;

}

.gbEntry {

	padding:10px;
	border:1px dotted #7F7C79;

}

.gbMessage {

}

.gbReply {

	color:#333333;

}

.nu {

	text-decoration:none;

}

.clear {

	clear:both;

}

.float {

	float:left;

}

.fifty {
	
	width:50%;

}

.left {

	text-align:left;


}

.right {

	text-align:right

}

.just {

	text-align:justify;

}

.error {

	color:#C30D2B;
	margin-bottom:20px;
	font-style:italic;

}

