body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #FF8606;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
.leftclm {
	background-image: url(../images/left-strip.jpg);
	background-repeat: no-repeat;
	background-position: left 75px;
	height: 100%;
	width: 12px;
}
.rightclm {
	background-image: url(../images/right-strip.jpg);
	background-repeat: no-repeat;
	background-position: left 75px;
	height: 100%;
	width: 12px;
}
.header {
	background-color: #FF9C01;
	height: 75px;
}
.maincel {
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 735px;
	width: 1000px;
}
.sidebotom {
	background-image: url(../images/side-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.leftsidetop {
	background-image: url(../images/left-top.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 12px;
	height: 75px;
}
.rightsidetop {
	background-image: url(../images/right-top.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 12px;
	height: 75px;
}
.footer {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
