

 {
	margin: 0;
	padding: 0;
}

html {
	color: #fff;
	background-color: #757575;
}

div #container {
	min-width: 765px;
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	text-align: center;
	border: 3px double #7d7e9a;
	color: #151515;
	background-color: #fff;
}

div #wrapper {
	width: 100%;
	float: left;
	background-color:#fff;
	color:#000;
}

div #content {
	margin: 0 21% 5px 21.9%;
	text-align: left;
}

div #column01 {
	float: left;
	width: 20.6%;
	margin-left: -20.8%;
	text-align: left;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #bdcbd0;
}

div #column02 {
	float: left;
	width: 20.6%;
	margin-left: -99.6%;
	text-align: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #bdcbd0;
}

div #header {
	width: 100%;
		height: 100px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	background-color: #dadada;
	color: inherit;
}

div #footer {
	margin: 0 auto;
	text-align: center;
		clear: left;
		width: 100%;
	border-top: 3px double #7d7e9a;
	background-color: #dadada;
	color: inherit;
		height: 60px;
}


ul #naviMain {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;

	border-right: 1px solid #000;
}

ul #naviMain li.last {
	border-right: none;
}

ul #naviMain li a,
ul #naviMain li span {

	text-decoration: none;

	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	color: #000;

	float: left;
	display: inline;
	padding: 3px 10px;
	height: 20px;
}

ul #naviMain li a:hover {
	text-decoration: underline;
}

ul #naviMain li span {
	font-weight: bold;
	cursor: default;
}


img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}
