/* Jo Sassi Winter School layout  */
	/* You may adapt elements of this CSS in your own projects, 
	but the unique combination of images, colors, sizes, typography, and positioning ("the design") 
	is copyright 2005 wizardesign and Jo Sassi may not be reproduced. */ 
	

/* Fix a silly bug in Mozilla; thanks, Carey Evans */

html { 
	min-width: 770px;
	 }


	/* Helpers and base rules */

img	{
	border: 0;
	}

form{
	display:inline;
}


div.clearer {clear: right; line-height: 0; height: 0;}
div.clear {clear: left; line-height: 0; height: 0;}
	/* Primary layout divisions */

body	{
	text-align: center;
	margin:0;
	padding:0;
	border: 0;	
	background:black url(images/bg_body.gif) 50% 50% repeat-y;
	color:#333;
	font: 12px/14px "Lucida Grande",  "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}


a{
	color: #369;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


div#wrap	{
	color: #333;
	background: #e9e4e4;
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	}

	div#testata{
		border-bottom:solid 3px #333;
		
	}
	
	div#testata img{
		margin: 3px 0 0 0;
		border-top:solid 3px #333;
	}
	
div#content{
	padding: 10px;
	border-top:solid 1px #333;
	margin:3px 0;
	height:100%;
}	

p{
	margin:0;
	padding:0;
}	

table#info {
	margin:10px 0;
	border: solid 1px #CCC;
	background:#F1F1F1;
}

h1{
	margin: 1px 0;
	padding:0;
}

.title{
	background: White;
	border:solid 1px #CCC;
	font-weight: bold;
}

.bg{
	background: White;
	border:solid 1px #CCC;
}
