.left {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.right {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.left_column {
	border: 1px none #666666;
}

.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.right_top {
	background-image: url(../images/top_right.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.bottom_left {
	background-image: url(../images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.bottom_right {
	background-image: url(../images/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left_top {
	background-image: url(../images/top_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	text-decoration: none;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

