/* CSS Document */

body {
	min-width: 900px;
	max-width: 1440px;
	background: #FFF;
	margin: 10px;
}
html,body {
	height: 100%;
}


#container {
	margin: 0px auto;
	position: relative;

}


#header,#topmenu,#col1,#col2,#col3,#footer,#nav,#top {
	overflow: hidden;
	display: inline-block;

}


#footer { width: 100%; }

#header, #col1,#col2 {
	float: left
}
#col3,#topmenu {
	float: right;
}
#top {
	width: 100%;
	margin-bottom: 5px;

}
	#header {
		width: 69%;
		margin-right: 1%;
	}
	#topmenu {
		width: 28.9%;
	
	}
	
#nav {
	height: 35px;
	width: 100%;
	margin-bottom: 5px;
}

#col1,#col3 {
	width: 25%;
}
#col1 {

}

#col2 {
	width: 48%;
	margin: 0 .5% 0 .7%;


}
#footer {
	margin-top: 5px;

}

#content {
	padding: 15px;
}
.clear{
	clear: both;
}
