/* html5 items */

header {
	width: 960px;
	margin: 0 auto;
	border: thin solid #096;
}

	#schubox-home {
	font-size: 32px;
	color: #900;
	text-decoration: none;
}

section {
	width: 960px;
	margin: 0 auto;
}

footer {
	width: 960px;
	margin: 0 auto;
}

/* general html items */
body {
	margin: 0 auto;
	background-image: url(../assets/topbar.gif);
	background-repeat: repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	margin: 0px;		
}

img {
	border: 0;
}
