/*
body {
	color: #000;
	font-size: 11pt;
	padding: 0;
	}

a {
	color: #000 !important;
	text-decoration: none;
	}

#page {
	width: auto;
	}
#header {
	background: none;
	height: auto;
	}
#main {
	float: none;
	overflow: visible;
	width: auto;
	}

#nav {
	background: none;
	float: none;
	width: auto;
	}
#logo {
	background: none;
	height: auto;
	}
#logo a {
	display: inline;
	position: relative;
	text-indent: 0;
	top: 0; left: 0;
	width: auto; height: auto;
	}
#logo a:hover {
	background: none;
	}

#previstage #logo {
	background-color: none;
	}

#nav ul, #nav #search, #nav .btn, #util {
	display: none;
	}

#content {
	margin: 0;
	overflow: visible;
	width: auto;
	}

.w-sidebar #text {
	float: none;
	overflow: visible;
	width: auto;
	}

#sidebar {
	float: none;
	margin: 20px 0 0;
	width: auto;
	}
*/

.col2 { width: 45%; }
.col2wide { width: 45%; }
.col3 { width: 30%; }
