/* 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: #0066cc;
	position: relative;
	left: 36px;
}
#content_fanclub {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff00ab;
	position: relative;
	float: right;
}
#content_spacer {
	height: 6px;
}
#contentarea1 {
	width: 500px;
	height: 365px;
	position: absolute;
}
#photoarea {
	width: 327px;
	height: 365px;
	left: 618px;
	position: absolute;
}
#sidetitle {
	width: 36px;
	height: 214px;
	position: absolute;
}
#newsitem {
	width: 570px;
	background-image: url(images/newsitem_bg.gif);
	position: relative;
}
#newsitem_image {
	width: 123px;
	position: absolute;
}
#newsitem_text {
	width: 520px;
	padding-top: 1px;
	padding-left: 6px;
	padding-bottom: 6px;
	position: relative;
}
#backbutton {
	padding-top: 6px;
	padding-left: 18px;
	padding-bottom: 6px;
	position: relative;
}


/* Text styles */
#date {
	font-weight: bold;
	color: #6699ff;
	line-height: 20px;
}
#title {
	font-weight: bold;
	line-height: 25px;
}
#copy {
	line-height: 15px;
}
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;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000066;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000066;
}