/* Susie Stoddart - CSS */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #e4e4e4;
	background-image: url(images/bgfloral.gif);
	margin-left: 0px;
	margin-top: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	width: 970px;
	height: 492px;
}
#pinkcurve_top {
	width: 970px;
	height: 17px;
	position: relative;
}
#pinkcurve_end {
	width: 970px;
	height: 17px;
	position: relative;
}
#area-top {
	width: 970px;
	height: 20px;
	position: relative;
}
#area-main {
	width: 970px;
	height: 452px;
	background-image: url(images/area_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000066;
	position: relative;
}
#area-end {
	width: 970px;
	height: 20px;
	position: relative;
}

/* Nav */
#nav-area {
	width: 970px;
	height: 82px;
	position: relative;
}

/* Content */
#content-area {
	width: 970px;
	height: 370px;
	position: relative;
}
#logo {
	width: 180px;
	height: 82px;
	padding-left: 63px;
	position: relative;
}
#language {
	width: 162px;
	height: 30px;
	padding-left: 475px;
	position: relative;
	float: right;
}
#nav {
	width: 599px;
	height: 21px;
	position: relative;
	float: right;
}
#content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d60090;
	position: relative;
	float: right;
}
#content_fanclub {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff00ab;
	position: relative;
	float: right;
}
#content_spacer {
	height: 6px;
}
#contentarea1 {
	width: 384px;
	height: 365px;
	position: absolute;
}
#contentarea2 {
	width: 215px;
	left: 393px;
	position: absolute;
}
#contentarea3 {
	width: 215px;
	left: 0px;
	top: 188px;
	position: absolute;
}
#photoarea {
	width: 327px;
	height: 365px;
	left: 618px;
	position: absolute;
}
#sidetitle {
	width: 36px;
	height: 214px;
	position: absolute;
}
#newsitem {
	width: 348px;
	background-image: url(images/newsitem_bg.gif);
}
#newsitem_image_sm {
	width: 50px;
	position: absolute;
}
#newsitem_text {
	width: 300px;
	left: 6px;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	position: relative;
}
#galleryitem {
	width: 187px;
	padding-bottom: 6px;
	background-image: url(images/newsitem_bg.gif);
}
#galleryitem_text {
	width: 187px;
	padding-top: 6px;
	padding-left: 6px;
	position: relative;
}
#fanclubitem {
	width: 187px;
	height: 35px;
	padding-bottom: 6px;
	background-image: url(images/newsitem_bg.gif);
}
#fanclubitem_special {
	width: 187px;
	height: 77px;
	padding-bottom: 6px;
	background-image: url(images/newsitem_bg.gif);
}
#fanclubitem_text {
	width: 181px;
	padding-top: 6px;
	padding-left: 6px;
	position: absolute;
}

/* Text styles */
#date {
	font-weight: bold;
	color: #6699ff;
	line-height: 16px;
}
#title {
	font-weight: bold;
	line-height: 16px;
}
#title_pink {
	font-weight: bold;
	line-height: 16px;
	color: #FF00AB;
}
#copy {
	line-height: 12px;
}
#login {
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 5px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #ff00ab;
	text-decoration: underline;
}
li {
	padding-bottom: 2px;
	line-height: normal;
}
ul {
	list-style-type: disc;
	line-height: normal;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 8px;
}