* {
	padding:0;
	margin: 0;
}
body, html {
	margin: 0px;
	padding: 0px;
	color: #360019;
	background:#824952 url(../images/bg3.jpg) top left repeat-x;
	font-family: Verdana, "Geneva CE", lucida, sans-serif; /* Verdana */
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
a {
	text-decoration: underline;
	font-size: 1.15em;
	text-align: left;
}
a:link {
	color: #FF006E;
}
a:visited {
	color: #FF006E;
	text-decoration: underline;
}
a:hover {
	color: #FF006E;
	text-decoration:none;
}
a img {
	border: none;
	margin: 0px;
}
img {
	border: none;
	margin: 0px;
}
img.img-right {
	float:right;
	margin-left:20px;
}
p {
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom:30px;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	padding:0 250px 0 0;
	margin-bottom:30px;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1em;
}
li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
label {
	display:block;
	color:black;
	font-size:0.8em;
}
input {
	width:164px;
	height:18px;
	font-size:0.8em;
}
br.clear {
	clear:left;
}

/* Header */
.header {
	width:1000px;
	height:301px;
	/*background:#46272B url(../images/header.jpg) top left no-repeat;*/
}
.container {
	background:#fff url(../images/content_bg.jpg) top left repeat-x;
	width:100%;
	padding-bottom:59px;
}

/* Menu */
.menu {
	width:221px;
	background:#fff url(../images/menu_top.jpg) top left no-repeat;
	float:left;
}
.menu ul {
	padding:149px 20px 0px 20px;
}
.menu li {
}
.menu a, .menu a:visited {
	display:block;
	height:41px;
	line-height:2.2em;
	padding:0 0 0 16px;
	border-bottom:1px solid #F2E8EA;
	text-decoration:none;
}
.menu a:hover {
	background:#FFF5F9;
	text-decoration:none;
}
.menu a.active, .menu a.active:hover {
	background:#fff url(../images/button_active_bg.jpg) bottom left no-repeat;
	color:#723F47;
}

/* content */
.content {
	width:759px;
	float:left;
	background:#fff url(../images/content_top.jpg) top left no-repeat;
}
.content-in {
	padding:16px 20px 0 20px;
}




a.comment-button, a.comment-button:visited {
	width:232px;
	height:50px;
	float:right;
	font-size:1.15em;
	line-height:3.5em;
	text-indent:1.8em;
	text-decoration:none;
	background:#FF008D url(../images/comment-button.jpg) top left no-repeat;
	color:#fff;
	margin-top:-1.4em;
}





/* bottom footer */
.bottom {
	height:140px;
	background:#824952 url(../images/bottom_bg.jpg) top left repeat-x;
}
.footer {
	width:1000px;
	height:52px;
	background:url(../images/butterfly.jpg) top center no-repeat;
	position:relative;
}
.footer-left {
	position:absolute;
	left:30px;
	top:38px;
	color:#fff;
	font-size:75%;
}
.footer-right {
	position:absolute;
	right:30px;
	top:38px;
	color:#fff;
	font-size:75%;
}
.bottom a, .bottom a:visited {
	color:#fff;
	font-size:1em;
	text-decoration:none;
}