body {
	font-family: Verdana, sans-serif;
	margin:10px;
	font-size:12px;
	color:#333333;
}

div#outer {
	width:600px;
	min-height:829px;
	height:auto;
	margin:0px auto;
	background-image:url(/fileadmin/brunogagliano.com/images/linesbg.png);
	padding:10px;
}

div#inner {
	width:440px;
	padding:50px 80px;
	min-height:729px;
	height:auto;
	background-color:#FFFFFF;
}

/* for Internet Explorer */
/*\*/
* html div#outer {
height: 829px;
}
/**/

/* for Internet Explorer */
/*\*/
* html div#inner {
height: 729px;
}
/**/

h1 { 
	font-size:20px;
	font-weight:bold; 
	margin:0px 0px 20px 0px;
	padding:0;
	color:#BBBBBB;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
		
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	
}

p, table {
	font-size:12px;
}

p {
	margin:2px 0px 5px 0px;
}

.align-center { text-align: center; }

ul.list { margin-top:4px; margin-bottom:4px; }

table { border-collapse: collapse;  }



a:link 		{color:#666666;text-decoration:underline;}
a:visited	{color:#666666;text-decoration:underline;}
a:active 	{color:#333333;text-decoration:underline;}
a:hover		{color:#000000;text-decoration:none;}