html,body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #ffffff;
}


/* page wrappewr */
#page_wrapper {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	padding: 0;
	border: 0;
}

/* header */
#header {
	height: 0px;
	display: none;
}

/* content wrapper */
#content_wrapper {
	float: left;
	width: 100%;
}

/* content */
#content {
	float: left;
	width: 100%;
}


/* navigation */
#navigation {
	display: none;
}

/* nav */
#nav {
	display: none;
}

/* extra */
#extra {
	clear: both;
	display: none;
}


/* footer */
#footer {
	clear: both;
		display: none;
}


/* box for call-outs */
#box {
	border: 1px solid #333333;
	display: block;
	float: right;
	margin: 5px 0 0 20px;
	padding: 10px;
	background-color: #bbbbbb;
}

.tiny {
	display: none;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color: #000000;
	}
#content a:visited {
	color:  #000000;
	}
#content a:active {
	color:  #000000;
	}
#content a:hover {
	color: #000000;
	text-decoration: underline;
	}
