body {
	margin:5%;
	padding:0;
	text-align:center;
	background:transparent;
	font-family:"trebuchet ms", arial;
	font-size:100%;
	color:#000;
}

#container {
	width:100%;
}

#header {
	display:none;
}

#logo {
	display:none;
}

#contentMain {
	width:100%;
	background:transparent;
	text-align:left;
	font-size:100%;
	line-height:22px;
}

#randomMain {
	display:none;
}

#footer {
	width:100%;
	text-align:center;
	font-size:80%;
	color:#000;
}

#footer a, a:visited {
	color:blue;
	text-decoration:underline;
}

/*  The following settings are for the Content page  */

#logoContent {
	display:none;
}

#contentContent {
	width:10%x;
	background-image:transparent;
	text-align:left;
	font-size:100%;
}

#contentContent a, a:visited {
	color:blue;
}

#contentContent div {
	padding:0;
}

#contentContent h1 {
	font-size:150%;
	font-weight:normal;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

#contentContent h2 {
	font-size:110%;
	font-weight:normal;
	font-style:italic;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	color:#000;
}


#footerline {
	display:none;
}