* {
	margin: 0;
	padding: 0;
}

/* Common Styles */

body {
	font: normal small Arial, Helvetica, sans-serif;
	color: #696969;
	line-height:18px;
	background: url(images/bgrTiled.jpg) #134A9E repeat-x;
	color: #0C2B77;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a:link, a:visited {
	text-decoration:none;
	color: #0C2B77;
}
a:hover, a:active {
	text-decoration: underline;
	color: #0000FF;
}
#wrapper {
	width:960px;
	margin: 0 auto;
	padding: 0;
}
#content {
	width: 924px;
	background: url(images/contentVertBGR.jpg) repeat-y;
}
#contentText {
	width: 924px;
	float:left;
}
#textColumn {
	background: url(images/contentBgrTile.jpg) repeat-y;
	width: 477px;
	float: left;
	margin-left: 36px;
	padding: 0 20px 20px 20px;
}
#galleryColumn {
	float: right;
	width: 924px;
	background-image: url(images/rightTile1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#footer {
	width:100%;
	clear: both;
	padding: 20px 0;;
	text-align: center;
	background: url(images/footerBGR.gif) repeat-x #87D300;
}
#footerNav {
	width: 960px;
	margin: 0 auto;
}
#textColumn img {
	margin: 3px;
	border: thin solid #000000;
}
.titleHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #87D300;
}
