body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.bodybackground {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
.designer {
	display: block;
	position: relative;
	left: 45px;
	width: 400px;
	top: -8px;
	font-size: 12px;
}
.topleft {
	background-image: url(images/topleft.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
.leftcontent {
	background-image: url(images/leftsidebody.jpg);
	background-repeat: repeat-y;
	height: 600px;
}
li {
	list-style-image: url(images/bullett.jpg);
}

.leftbottom {
	background-image: url(images/leftbottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
.maintop {
	background-image: url(images/maintop.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
.maincontent {
	background-image: url(images/maincontent.jpg);
	background-repeat: repeat-y;
	height: 600px;
}
.mainbottom {
	background-image: url(images/mainbottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF6600;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}





a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
