/* -----{PRINT CSS ON DA ROX}----- */
html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 0.7em;
	font-weight: normal;
}

/* -----{CONTAINER}----- */
#container{
	color: #000;
	background-color: #fff;
	margin: 20px;
	padding: 0;
}
/* -----{HEADER}----- */
#header{
	text-align: center;
}
#header img{
	display:none;
}

#header h1{
	display: inline;
}
/* -----{NAVIGATION}----- */
#nav{
	display:none;
}
/* -----{CONTENT}----- */
#content{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
}
div.text{
	border: 1px solid #fff;
	line-height: 140%;
}
#content h2{
	font-weight: normal;
	font-size: 160%;
	line-height: 100%;
	color: #A54A87;
	background-color: transparent;
}
#content h2 a:link, #content h2 a:visited{
	color: #A54A87;
	background-color: transparent;
	text-decoration: none;
}

#content h2 a:hover, #content h2 a:active{
	color: #000;
	background-color: transparent;
}
#content h3{
	font-size: 120%;
}
/* -----{SIDEBAR}----- */
#sidebar{
	display:none;
}
/* -----{FOOTER}----- */
div#footer{
	display:none;
}
