/* Universal CSS */

body {
	font: 13px;

}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}

/* Header CSS */

div#header {

}

div#header h1, div#header p {
	display: none;
}

div#header img.logo {
	display: none;
}

/* Main Content CSS */

div#main_content {
	
}

/* Secondary Content CSS */

#secondary_content {
	display: none;
}

/* Footer CSS */

div#footer {
	
}

/* Links CSS */

div#footer div#links {
	display: none;
}