/* Print layout styles */

body {
	background:white;
}

#container {
	/*width: 860px;*/
	position: relative;
	margin: 0;
	left: 0;
}

#navbar {
	border-width: 0px 0 0px 0;
	
	background:white;
	color:black;
}
#navbar ul li a {
	color:black;
}

#image {
	width: 520px;
}

#sidebar {
	width: 311px;
	border-bottom: 0;
}

#content {
	border-top: 1px solid #dedede;
}

#content .col1,
#content .col2,
#content .col3 {
	width: 250px !important;
}

#content select {
	width: 200px !important;
}

#footer {
	font-size: 10px;
}

#adminBar {
	display:none;
}