/* CSS Stylesheet */
/* Created for The PembrokeFestivals.com */
/* Content copyright (c) 2006 Kingsbury Media (kingsburymedia.com) */


body, html {
	margin:0;
	padding:0;
	background-color:#c2e085;
	background-image: url(../images/bg-global.gif);
	}
	
body {
	min-width:750px;
	}
	
p {
	font-family:"Trebuchet MS",Georgia,sans-serif;
	margin:0px;
	}
	
.bold {
	font-weight: bold;
	}
	
.wrap {
	margin:0 auto;
	width:750px;
	}

#cont {
	background-image:url(../images/bg-contentarea.gif);
	background-repeat:repeat-y;
	background-position:left;
	}

#masthead {
	width:750px;
	margin:0px;
	}

#nav-cont {
	width:750px;
	}

#intro-cont {
	width:750px;
	height:205px;
	background-image:url(../images/bg-intro.gif);
	background-repeat:no-repeat;
	background-position: right;
	}

#intro p {
	padding:18px;
	color: #360;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
	text-align:left;
	}

#contentarea {
	width:480px;
	min-height:500px;
	margin-top:14px;
	}

#newstitle {
	font-size:1.3em;
	font-weight:bold;
	color:#000;
	}
	
#newsdate {
	font-style:italic;
	font-size:0.85em;
	color:#1592A0;
	}

#contentarea p {
	margin:0px;
	padding:0px 0px 15px 65px;
	text-align:justify;
	font-size:0.8em;
	line-height:1.5em;
	color:#333;
	}

#footer {
	width:750px;
	height:48px;
	background-image:url(../images/bg-footer.gif);
	background-repeat:no-repeat;
	}
	
#teasers {
	width:235px;
	float:right;
	margin-top:14px;
	padding: 0px 24px 0px 0px;
	}

#footer p {
	padding:12px 20px 0 0;
	text-align:right;
	font-size:11px;
	}
	
/* LINKS */
a:link, a:visited {
	color: #c30;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #c30;
	text-decoration: none;
	}



/* end of css stlesheet */