/* @override http://www.ilovelooe.co.uk/webpages/generic/css-pages/bright-pink.css */

/* ---------------------------- Structure --------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FF99CC;
	margin: 20px 0px;
}
.mainarea {
	background-color: #FFFFFF;
	width: 770px;
	height: 620px;
}
.spacer-column {
	width: 20px;
}
.navigation-column {
	width: 160px;
	margin-top: 35px;
}
.masthead {
	width: 770px;
	height: 155px;
	background: #FFFFFF url(bright-pink/masthead1.jpg) no-repeat left top;
}
/* ---------------------------- Text styling - h1, h2, h3, h4 --------------------------- */
h1 {
	font: normal normal 2em Verdana, Tahoma, Arial, sans-serif;
	margin: 20px 0 0 0;
	color: #FF6699;
}
h2 {
	font: normal normal 1.6em Verdana, Tahoma, Arial, sans-serif;
	margin: 20px 0 0 0;
	color: #FF6699;
}
h3 {
	font: normal normal 1.4em Verdana, Tahoma, Arial, sans-serif;
	margin: 20px 0 0 0;
	color: #FF6699;
}
h4 {
	font: normal normal 1.2em Verdana, Tahoma, Arial, sans-serif;
	margin: 20px 0 0 0;
	color: #FF6699;
}
h5 {
	font: normal normal bold 1em Verdana, Tahoma, Arial, sans-serif;
	margin: 20px 0 0 0;
	color: #FF6699;
}
h6 {
	font: italic normal bold 1em Verdana, Tahoma, Arial, sans-serif;
	margin: 20px 0 0 0;
	color: #FF6699;
}
/* ---------------------------- Text column --------------------------- */
.text-column {
	color: #666666;
	font-size: .9em;
	line-height: 1.5;
	width: 550px;
	margin: 5px 0 0 0;
}
.text-column a:link {
	color: #666666;
	text-decoration: underline;
}
.text-column a:visited {
	color: #666666;
	text-decoration: underline;
}
.text-column a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6699;
}
.text-column a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6699;
}
.footer {
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #FF6699;
	padding: 0px 20px;
	width: 730px;
	height: 45px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ----------------------------------- Google top ------------------------------- */
.google-top {
	margin-top: 20px;
}
/* ----------------------------------- Google base ------------------------------- */
.google-base {
	background-color: #FFFFFF;
	width: 730px;
	padding: 0px 20px;
	margin-top: 0px;
}
/* ----------------------------------- Google left ------------------------------- */
.google-left {
	margin-top: 9px;
}

/* ----------------------------------- No ads version ------------------------------- */
.text-column-no-ads {
	color: #000000;
	font-size: .9em;
	line-height: 1.5;
	width: 730px;
	margin: 5px 0 0 0;
}
.text-column-no-ads a:link {
	color: #666666;
	text-decoration: underline;
}
.text-column-no-ads a:visited {
	color: #666666;
	text-decoration: underline;
}
.text-column-no-ads a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6699;
}
.text-column-no-ads a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6699;
}
