/* CSS Document */

/* Basic Setup */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	color: #5f5e5e;
	line-height: 120%;
}

a:link{
	color: #ef468d;
	text-decoration: none;
	}
a:active {
	color: #ef468d;
	text-decoration: none;
	}
a:visited {
	color: #ef468d;
	text-decoration: none;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
a.util:link{
	color: #333333;
	text-decoration: underline;
	}
a.util:active {
	color: #333333;
	text-decoration: underline;
	}
a.util:visited {
	color: #333333;
	text-decoration: underline;
	}
a.util:hover {
	color: #ef468d;
	text-decoration: underline;
	}


/* Layout */

#container {
	width: 750px;
	margin: 0px auto;
}



#leftcol {
	width: 220px;
	text-align: left;
	float: left;
}

#leftnav {
	width: 220px;
	height: 313px;
	/*width: 220px;
	height: 313px;*/
	margin-top: 52px;
	text-align: left;
	background: #FFFFFF;
}

#leftcontent {
	width: 220px;
	background: url(graphics/white-panel/left_corner.png) top right scroll no-repeat;
	}

.left-newseason {
	width: 210px;
	height: 72px;
	padding: 10px 0 10px 0;
	}

.left-pic1 {
	width: 210px;
	height: 300px;
	margin: 0 10px 10px 0;
	background:url(graphics/pic/hearts.png) top scroll no-repeat;
	}

.left-pic2 {
	width: 210px;
	height: 300px;
	margin: 0 10px 10px 0;
	background:url(graphics/pic/stars.png) top scroll no-repeat;
	}

#rightcol {
	width: 530px;
	float: left;
}

#right-background-fix {
	background: #FFFFFF url(graphics/backgrounds/spacer_white.gif) repeat scroll;
	width: 530px;
	}
#rightcol-main {
	width: 310px;
	float: left;
	background: #FFFFFF;
	}

.right-pagetitle {
	width: 310px;
	height: 51px;
	margin-top: 9px;
	}

.right-content {
	width: 252px;
	padding: 10px 28px 10px 30px;
	}

.right-othertitle {
	width: 310px;
	margin: 0;
	}

.right-moodlinks {
	width: 235px;
	height: 32px;
	margin-bottom: 8px;
	}

#rightcol-sub {
	width: 220px;
	float: left;
	background: #FFFFFF;
	}

#rsub-myagirls {
	margin-top: 16px;
	margin-bottom: 8px;
	width: 180px;
	height: 181px;
}
#rsub-findaboutmya {
	width: 180px;
	height: 66px;
	margin: 0;
	}
#rsub-findlinked {
	width: 220px;
	height: 360px;
	margin: 0;
	}

#rightcolend {
	clear: both;
	}

#rightcol-footer {
	width: 530px;
	height: 99px;
	background: url(graphics/white-panel/footer.png) top left scroll no-repeat;
	float: left;
	}

.rcf-util {
	float: left;
	width: 310px;
	height: 39px;
	text-align: center;
	padding: 40px 0 20px 0;
	}
.rcf-obw {
	float: left;
	width: 200px;
	padding: 5px 0 0 20px;
	}

#header {
	width: 530px;
	height: 150px;
	background: url(graphics/header/header.png) left no-repeat scroll;
	margin: 0;
}


#content-home {
	width: 500px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

#basefooter {
	clear: both;
	width:750px;
	height: 10px;
}

h1 {
	color: #F375A9;
	font-size: 120%;
	}	
h2 {
	color: #F375A9;
	font-size: 110%;
	}
h3 {
	color: #F375A9;
	font-size: 105%;
	}
.intro {
	font-size: 115%;
	}
.small {
	font-size: 85%;
	}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}
img {
	border:none;
}