@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body{
}

.clearfix{
padding: 7px;
}

#wrapper{
	min-width: 800px;
	max-width: 980px;
        width: auto !important;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 100px;
	clear: both;
	width: 100%;
}

#toolbar{
	height: 25px;
	float: right;
	clear: both;
}

#inset{
	width: auto;
	height: auto;
}

#search{
	float: right;
}
	
#mainnav{
	height: 40px;
	clear: both;
}

#breadcrumbs{
	clear: both;
	height: 1.2em;
}

#top{
	clear: both;
}

#main_body{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#left_col{
	float: left;
	width: 20%;
	overflow: hidden;
        height: 100%;
}

#main-content{
	float: left;
	width: 55%;
}


#right_col{
	float: left;
	width: 20%;
	overflow: hidden;
}

#bottom{
	clear:both;
}

#footer{
	clear: both;
}