body {background-color:white;}

div#header {
}

div#banner {
	height: 51px;
	background-image: url("kanadea.gif");
	background-repeat: no-repeat
}

div#container {
	margin-left: 20px;
	margin-right: 20px;
}

div#content {
	width:72%;
	float:right;
}

div#sidebar {
	width:27%;
	float:left;
}

div#footer {
		margin:10px 0;
		clear:both;
		color: white;
		background-color:gray;
		padding:8px;
}

/* Paragraph */
p {
	line-height:1.6em;
}

p#navigation{
	font-size: small;
}

p#summary {
	margin-left:5%;
	margin-right:5%;
	line-height:1.6em;
}


table.software-spec {
	border: 0;
	width: 94%;
	margin-bottom:20px;


}



table.software-spec td{
	padding: 5px;
}

table.software-spec caption {text-align:left;}
td.column1 {width:18%; text-align:right; vertical-align:top; font-weight:bold;}

/* List */
ul {
	line-height:1.6em;
}

dl {
	line-height:1.6em;
}

ul#content {
	line-height:1.6em;
	list-style-type:none;
}


ol {
	line-height:1.6em;
}

.std {
	margin-left: 40px;
	margin-right: 7%;
	line-height: 160%;
}

/* Image */
img {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

address {
	line-height:1.2em;
	
}
.centering{
	text-align:center;
}