@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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/portfolio-bg.jpg);
	background-repeat: repeat-x;
	background-position: 130px -50px;
}
div#container {
	text-align:center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 817px;
	width: 905px;
}
#navigation {
	width: 392px;
	float: right;
	height: 817px;
}
.oneColLiqCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contact {
	height: 40px;
	width: 1026px;
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-transform: none;
	padding-top: 5px;
	color: #2D393D;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}
.copywrite {
	color: #333;
	font-style: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover, a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
	#imageBox { margin: auto; width: 894px; border: 1px #ffffff solid; overflow: hidden; }
#imageBoxInside { width: 10000px; }  #imageBox img { float: left; padding: 0px; margin: 0px; }
#imageBox br { clear: both; }

		.nextbutton {
}
#container p a {
	color: #9C1617;
	font-size: 9px;
}

