/* background and default font */
body {
	background-color:#303030;
	font-family: "Lucida Grande", "Lucida Sans",Arial,Verdana,sans-serif;
}

#horizontal_bar {
	position: absolute;
	top: 0px;
        left:0px;
	width: 100%;
	height:140px;
        background-color: #000;
}


/* default text */
.text {
	font-size: 11px;
	line-height:16px;
	color:#878586;
}

/* default links */
a {
	color:#929999;
	color:#D0E3F2;
}

/* default headers */
h1 {
	color:white;
}

h3 {
	color:#E3E1E2;
	margin-top:20px;
	margin-bottom: 0px;
	font-weight:normal;
	font-size: 11px;
}

/* blue viewbook color */
.viewbook_coloured {
	color: #D0E6FF;
}

/* label */
label {
	font-weight:bold;
	color: #FFF;
	display:block;
	margin-bottom:4px;
}


/* LOGO */
#logo
{
	position: absolute;
	top: 0px;
	width: 220px;
	height: 70px;
	background-image: url('http://www.viewbook.com/shared/images/viewbook_logo.gif'); 
	z-index:10;
}

