
/******* Header Notes ************************************************************** 
	Stylesheet for www.cajondg.it
	Media: print
	Last Reviewed: Dec, 06 2005
	
	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 
	duDAT s.n.c. and may not be reproduced.
************************************************************************************/


/***********************************************************************************
Main Definition Settings
***********************************************************************************/


body {
	margin:10pt;
	padding:0;
	font-family: 'Lucida Grande', Tahoma, Arial, sans;
	font-size: 12pt;
}

h1 {
	display:none;
}

h2 {
	font-size:15pt;
	font-weight:100;
	margin-top:0;
	margin-bottom:5px;
	padding:0;
	text-transform:uppercase;
}

p {
	margin:0;
	padding:0;
	margin-bottom:5px;
}

/***********************************************************************************
General Linkology
***********************************************************************************/

a {
	color:#521817;
	text-decoration:underline;
}


/***********************************************************************************
Structure Settings
***********************************************************************************/

div#max div#container {
	width:90%;
	margin:auto;
}

div#max div#container div#header {
	margin:0;
	padding:0;
}

div#max div#container div#content {
	margin:0;
	padding:0;
}

div#max div#container div#content div#text {
	margin:0;
	padding:10px;
}

div#max div#container div#content div#menu {
	display:none;
}

hr.bot {
	display: block;
	clear: both;
	margin: 0;
	visibility: hidden;
}

div#maxfooter {
	display:none;
}

/***********************************************************************************
Header Settings
***********************************************************************************/

img#logo {
	display:none;
}