@charset "utf-8";
body {
	background-color: #666666;
}
h1, h2 {
	margin-top: 8px;
	margin-bottom: 8px;
}
p {
	margin-bottom: 4px;
	line-height: 15px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}

#wrap {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 50px;
	background-color: #000000;
}

#leftCol {
	background-color: #000000;
	background-image: url(../images/tile_commercial.gif);
	background-repeat: repeat;
}
#centreCol {
	background-image: url(../images/tile_weddings.gif);
	background-repeat: repeat;
	background-color: #CCCCCC;
}
#rightCol {
	background-color: #29184A;
	background-image: url(../images/tile_portrait.gif);
	background-repeat: repeat;
}

#leftCol, #centreCol, #rightCol {
	height: 345px;
	float: left;
	padding: 10px;
	text-align: center;
	border: 2px solid #FFFFFF;
	width: 265px;
}
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
	background-color: #666666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#newsContent {
	padding: 5px;
	border: 2px solid #FFF;
}
#newslink {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}
