/*
	Fabulous Female Functions
	@version 1.0
	@date 23/11/07
	@author PerthBusinessWebsites
*/

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('images/bg.gif') top center no-repeat;
}

#container {
	width: 800px;
	height: 100%;
	margin: 0px auto 0px auto;
}

#content {
	width: 800px;
	text-align: left;
}

/*
	Header
*/

	#headTop {
		width: 800px;
		height: 240px;
		background: url('images/headerTop.gif') top left no-repeat;
	}

	#headLogo {
		width: 800px;
		height: 160px;
		background: url('images/headerLogo.gif') top left no-repeat;
	}


/*
	Content
*/

p {
	font-family: Comic Sans MS, Arial, Helvetica, Serif;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
}

p em {
	color: #ff66ff;
	font-style: normal;
	font-weight: bold;
}

p.normal {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

p.weekend {
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	padding: 15px;
	background: url('images/green.gif') top left repeat-x;
	border: 2px solid #d3f696;
}

h2 {
	font-family: Arial, Helvetica, Serif;
	text-align: center;
	font-size: 14px;
}

form {
	font-family: Tahoma, Verdana, Arial, Helvetica, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
}

form h2 {
	font-family: Comic Sans MS, Arial, Helvetica, Serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff66ff;
}

input, textarea {
	width: 300px;
}

input#submit {
	width: 120px;
	margin: 6px;
	padding: 2px;
}

ul {
	padding: 10px;
	line-height: 200%;
	list-style-image: url('images/point.gif');
}

li {
	font-family: Comic Sans MS, Arial, Helvetica, Serif;
	font-size: 18px;
	margin-left: 80px;
	color: #ff66ff;
	font-weight: bold;
}

img.framed {

}

.padded p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 10px;
}

.padded p em {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.norm p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.tour_C {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('content/images/tours_02.jpg') top left no-repeat;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.tour_C em {
	font-size: 14px;
	font-weight: bold;
}
/*
	Menu
*/

#headLogo a {
	display: block;
	float: left;
	width: 100px;
	height: 75px;
}

a#contact {
	background: url('images/contact.gif') top left no-repeat;
}

a#contact:hover {
	background: url('images/contact_over.gif') top left no-repeat;
}

a#home {	
	background: url('images/home.gif') top left no-repeat;
}

a#home:hover {
	background: url('images/home_over.gif') top left no-repeat;
}

a#weekend {	
	background: url('images/weekend.gif') top left no-repeat;
}

a#weekend:hover {
	background: url('images/weekend_over.gif') top left no-repeat;
}

a#invitations {	
	background: url('images/invitations.gif') top left no-repeat;
}

a#invitations:hover {
	background: url('images/invitations_over.gif') top left no-repeat;
}

a#tours {
	margin-left: 40px;
	background: url('images/tours.gif') top left no-repeat;
}

a#tours:hover {
	background: url('images/tours_over.gif') top left no-repeat;
}

/*
	Footer
*/

	#foot {
		width: 100%;
		height: 90px;
		background: url('images/footer.gif') top left repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#foot a:link, #foot a:active, #foot a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#foot a:hover {
		text-decoration: none;
	}
