/* COPYRIGHT 2007 NEUTRINO CONSULTING www.goneutrino.com
 * MASTER CSS
 */

@import url(slide.css);
@import url(header.css);
@import url(content.css);
@import url(footer.css);

/*
 * BASICS 
 */

body {
	background: #555 url(../artwork/bg_top.gif) repeat-x;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
}
div#body-top {
	background: url(../artwork/body_top.jpg) top center no-repeat;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 100%;
}
div#wrapper {
	width: 772px;
	padding: 0;
	margin: 0 auto;
}
a img {
	border: none;
	margin: 0;
	padding: 0;
}
strong, b {
	font-weight: bold;
	font-size: 110%;
}
.emphasis {
	font-weight: bold;
	font-size: 110%;
}
.center {
	text-align: center;
}
.access {
	display: none;
}
.white-space {
	margin: 0 10px;
	height: 10px;
	width: 1px;
}