/* CSS Document */

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	size: 12pt;
	size: portrait;
	margin: 0;
}

#container {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#header {
	float: none;
}

#left {
	width: 80px;
	float: none;
	border: 1px solid #000000;
	display: none;
}

#right {
	float: left;
}

#right_inner {
	float: none;
}

#homecontent {
	float: none;
}

#nav {
	width: 70px;
	float: none;
}

#nav ul {
	width: 70px;
}

#maingraphic {
	float: left;
}

#homecontent .left {
	width: 223px;
}

#homecontent .right {
	width: 330px;
}

#news {
	width: 180px;
	float: none;
}

#content {
	width: 330px;
	float: left;
}

#tools {
	display: none;
}

.search {
	display: none;
}