@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D9EBF0;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(images/BG-FOR-PORTFOLIO.png);
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	position: relative;
	height: 993px;
}
.oneColFixCtrHdr #header {
	text-align: center;
	font-family: "Gill Sans Light", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0;
	top: 20px;
	color: #000000;
	font-weight: lighter;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family: "Gill Sans Light", Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	top: 35px;
	color: #666666;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-family: "Gill Sans Light", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;   /* Height of the footer */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	top: 200px;
}
.picheaders {
	font-size: 16px;
	color: #8FCBE1;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#logo {
	position: relative;
	height: 174px;
	text-align: center;
	top: 20px;
}
	#footer2 {
	text-align: center;
	font-family: "Gill Sans Light", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;   /* Height of the footer */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: absolute;
	top: 875px;
	left: 286px;
}



#mainContent_LEFTjustified {
	font-family: "Gill Sans Light", Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	top: 35px;
	color: #666666;
	font-size: 12px;
	margin-left: 200px;
	margin-right: 200px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #BBE3EF;
}
a:active {
	text-decoration: none;
	color: #000000;
}


			.gallery {
	zoom:1;
	width:160px;
	position: relative;
	left: 395px;
			}

			.gallery a {

				display:block;

				float:left;

				margin:5px;

				text-align:center;

				opacity:0.87;				

			}

			.gallery a:hover {

				opacity:1;

			}

			.gallery a img {

				border:none;

				display:block;

			}

			.gallery a#vlightbox{display:none}

		
#container_about_page {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-image: url(images/about_bg.png);
	height: 900px;
}
