body {
	background-image: url('tealbg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 11px;
	color: navy;
	margin-top: 8px;
	margin-left: 50px;
}
p {
	margin-left: 6px;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 80%;
}
p.pg2 {
	margin-left: 6px;
	margin-right: 4px;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: 5e93ac;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 90%;
}
a:hover {
	text-decoration: underline;
	color: green;
}
h5.blue {
	color: black;
	background-color: lightskyblue;
	border: solid 2px #000;
	width: 320px;
}
h5.lblue {
	color: black;
	background-color: lightblue;
	border: solid 2px #000;
	width: 320px;
}

h5.wheat {
	color: black;
	background-color: wheat;
	border: solid 2px #000;
	width: 320px;
}
h5.green {
	color: black;
	background-color: lightgreen;
	border: solid 2px #000;
	width: 320px;
}
h5.yellow {
	color: black;
	background-color: lemonchiffon;
	border: solid 2px #000;
	width: 320px;
}
ul.pg {
	line-height: 150%;
	font-size: 80%;
}
ol.pg {
	line-height: 150%;
	font-size: 80%;
}
.button {
        color: navy;
}
div#mainwin {
	width: 900px;
	background-color: white;
	border: solid 2px #000;
	align: center;
}
div#smallwin {
	width: 450px;
	background-color: white;
	border: solid 2px #000;
	align: center;
}
div#logo {
	float: left;
	width: 475px;
	height: 108px;
	background: url(pctbanner.jpg) no-repeat;
}
div#tips 
	float: right;
	width: 368px;
	height: 108px;
}
div#lefmenu {
	width: 135px;
	background: url(sidebar.jpg);
	valign: top;
}
div#article {
	valign: top;
	margin-left: 10px;
	margin-right: 20px;
}
div#repairsec {
	width: 236px;
	height: 196px;
	background: url(backblue.jpg);
}
div#pic {
	width: 236px;
	height: 196px;
	border-top: solid 1px grey;
}
div#lessons {
	width: 236px;
	height: 196px;
	background: url(backgreen.jpg) no-repeat;
}
div#trainsec {
	width: 236px;
	height: 196px;
	border-left: groove 1px lightgray;
}
div#whatsnew {
	width: 236px;
	height: 196px;
	background: url(backwheat.jpg) no-repeat;
}
div#ask {
	width: 236px;
	height: 196px;
}
div#footer {
	font-size: 80%;
	font-color: green;
}

