#main {
	background-image: url(../forum/main.jpg);
	/*background-position: 220px 0px;
	background-repeat: repeat-y;*/
	background-color: #d4d3d9;
	color: #460046;
}

#left_menu {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	width: 256px;
	text-align: center;
}

#contents {
	float: left;
	color: #683260;
	margin-left: 100px;
}
.caps {
	border: 2px solid #460046;
}
a {
	color: #7F0080; /*color: #696969;*/
	/*text-decoration: underline;
	font-weight: normal;
	cursor: pointer;*/
}

a img {
	border: 0;
	text-decoration: none;
}
a:hover {
	color: #B22222;
}

#footer {
	background-image: url(../forum/header.jpg);
	background-position: 0 -25px;
}
