@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;
	background-color: #4D4D4D;
	font-size: 100%;
}
.oneColLiqCtr #container {
	width: 837px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/JanetPidoux_layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 696px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtr #navigation {
	top: 158px;
	width: 172px;
	right: 0px;
	overflow: auto;
	height: 360px;
	position: relative;
	bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	background-image: url(../images/navbackground.jpg);
	left: 9px;
	background-repeat: no-repeat;
}


.oneColLiqCtr #mainContent {
	top: -180px;
	width: 380px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	right: 0px;
	overflow: auto;
	height: 325px;
	position: relative;
	left: 200px;
	bottom: 0px;
}
.oneColLiqCtr #mainPicture {
	top: -150px;
	width: 615px;
	right: 0px;
	overflow: hidden;
	height: 300px;
	position: relative;
	left: 180px;
	bottom: 0px;
	z-index: 1;
}
.oneColLiqCtr #mainPrint {
	top: -185px;
	width: 615px;
	right: 0px;
	overflow: hidden;
	height: 335px;
	position: relative;
	left: 180px;
	bottom: 0px;
	z-index: 1;
}


.oneColLiqCtr #newsContent {
	top: -450px;
	width: 215px;
	right: 0px;
	overflow: hidden;
	height: 257px;
	position: relative;
	left: 613px;
	bottom: 0px;
	background-color: #cacaca;
	border: 2px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.oneColLiqCtr #ScrollGallery {
	top: -435px;
	width: 748px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	right: 0px;
	overflow: hidden;
	height: 150px;
	position: relative;
	left: 45px;
	bottom: 0px;
}
.oneColLiqCtr #ScrollGallery2 {
	top: -146px;
	width: 746px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	right: 0px;
	overflow: hidden;
	height: 145px;
	position: relative;
	left: 45px;
	bottom: 0px;
}
.oneColLiqCtr #ScrollGallery3 {
	top: -148px;
	width: 748px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	right: 0px;
	overflow: hidden;
	height: 150px;
	position: relative;
	left: 45px;
	bottom: 0px;
}
.oneColLiqCtr #ScrollGallery4 {
	top: -181px;
	width: 746px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	right: 0px;
	overflow: hidden;
	height: 145px;
	position: relative;
	left: 45px;
	bottom: 0px;
}





#titleframe {
	width: 100%;
	/*height: 92px;*/
	/*background-color: #CCCCCC;*/
	
}

#TopFrame {
	width: 100%;
	height: 100%;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}
#RightFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}
.links {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	top: 2px;
}
.links  a:link   {
	color: #000000;
	text-decoration: none;
	height: 17px;
	width: 139px;
	float: left;
	padding: 2px;
}
.links  a:visited    {
	color: #000000;
	text-decoration: none;
	height: 17px;
	width: 139px;
	padding: 1px;
	float: left;
}
.links  a:hover   {
	color: #000000;
	text-decoration: none;
	width: 139px;
	font-size: 12pt;
	left: 2px;
	position: relative;
	top: 0px;
	bottom: 2px;
	padding: 2px;
	height: 16px;
	float: left;
	background-color: #CCC;
	background-repeat: repeat;
}
.links :active   {
	color: #28304D;
	text-decoration: none;
	padding: 1px;
	height: 16px;
	width: 139px;
	background-color: #9db3dc;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	position: relative;
	top: 50px;
}
.footer   a:link   {
	color: #FFFFFF;
	text-decoration: none;
}
.footer   a:visited    {
	color: #FFFFFF;
	text-decoration: none;
}
.footer   a:hover   {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCC;
	background-repeat: repeat;
}
.footer :active    {
	color: #28304D;
	text-decoration: none;
	background-color: #9db3dc;
}
