html {
	height:100%;
}

body {
	margin: 0;
	height: 100%;
	background: url(/images/bg.jpg) repeat-x;
}

body, td {
	font-family: "trebuchet ms";
	font-size:14px;
}

h1 {
	font-size:24px;
	color: #D7386C;
}

h2 {
	font-size:19px;
	color: #D7386C;
}

.small {
	font-size:11px;
}

.pink {
	color: #D7386C;
}

a{
	color: #D7386C;
}

a:hover {
	color: #AE0968;
}

img {
	border:0;
}

td.pinkbg {
	background-color: #FEE9EF;
}

img.right {
	border:2px solid black;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

hr {
	border: 0;
	height:7px;
	color: #FBC2D5;
	background-color: #FBC2D5;
}

#wrapper {
	text-align:center;
	height:100%;
	background: url(/images/wrap_bg.jpg) no-repeat top center;
}

#music {
	position:absolute;
	top:0px;
	font-size:10px;
	color:#AE0968;
	right:2px;
}

#wrapper2 {
	width:849px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:125px;
	background: url(/images/content-bg.jpg) repeat-y top center;

}

#navbar{
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	top:140px;
	position:relative;
	height:34px;
	z-index:5;
	width:816px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width: 769px;
	text-align:left;
	padding-top: 35px;
	padding-left:40px;
	padding-right:40px;
	background: url(/images/content-top-bg.jpg) no-repeat top center;
}

#content2 {
	background: url(/images/watermark.jpg) no-repeat bottom right;

}

#footer {
	background: url(/images/footer-bg.jpg) no-repeat top center;
	height:32px;
	padding-top:4px;
	text-align:center;
	font-size:12px;
	color: #666666;
}

#footer a {
	color: #D7386C;
}