body {
	background-color: #f1d6ea;
	background-image: url('images/bg.jpg');
	color: #000000;
	text-align: center;
	font-family: "Maiandra GD", "Lucida Casual", sans-serif;
}

a {
	color: #661e42;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #66324c;
}

h1#header {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #7bb1df;
}

h1 {
	text-align: center;
	color: #b3467c;
}

h1, h2, h3 {
	font-family: "Monotype Corsiva", "Lucida Calligraphy", script;
}

p {
	text-align: justify;
}

#menu img {
	border: 0px;
}

#content {
	margin: auto;
	margin-top: 35px;
	width: 80%;
	text-align: left;
}
#content .bg, .content_bg {
	background-image: url('images/frame_bg.jpg');
	background-color: #f6e6f2;
}
#content .watermark {
	background-image: url('images/watermark.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
#content .frame_left {
	background-image: url('images/frame_light.gif');
	background-position: left;
	background-repeat: repeat-y;
}
#content .frame_top {
	background-image: url('images/frame_light.gif');
	background-position: top;
	background-repeat: repeat-x;
}
#content .frame_right {
	background-image: url('images/frame_dark.gif');
	background-position: right;
	background-repeat: repeat-y;
}
#content .frame_bottom {
	background-image: url('images/frame_bottom.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
#content .frame_corner_tl {
	background-image: url('images/frame_tl.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#content .frame_corner_tr {
	background-image: url('images/frame_tr.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#content .frame_corner_br {
	background-image: url('images/frame_br.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
#content .frame_corner_bl {
	background-image: url('images/frame_bl.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 12pt;
}

#foot {
	margin-top: 12px;
	text-align: center;
	font-size: small;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.success, .error { 
	font-weight: bold;
	font-size: large;
}

.topic_list {
	text-align: center;
	font-size: large;
}