@charset "UTF-8";
body {
	background: #DFDFDF;
	margin: 40px 0 0 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;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, sans-serif;
	color: #807f7f;
}
#mainContainer  {
	width: 793px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topContainer {
	width: 741px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 33px;
	padding: 0 26px 0 26px;
}
#logo {
	float: left; /* since this element is floated, a width must be given */
	width: 269px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#nav {
	margin: 0 0 0 400px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 9px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: right;
	font-size: 13px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul  li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 15px;
}
.nav a {
	color: #807f7f;
	text-decoration: none;
}
.nav a:hover {
	color: #AB0743;
}
#contentTop {
	height: 9px;
	width: 793px;
}
#container  {
	width: 741px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 17px 26px 0 26px;
	background-image: url(../images/contentBack.gif);
	background-repeat: repeat-y;
	min-height: 360px;
}
#portfolioContent {
	padding: 0 0 17px 0;
	text-align: center;
}
#mainContent  {
	margin: 0;
	padding: 0 0 17px 0;
	min-height: 360px;
}
a {
	color: #AB0743;
	text-decoration: none;
}
a:hover {
	color: #807f7f;
}
#contentLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#contentRight {
	margin: 0 0 0 380px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	font-size: 11px;
	text-align: justify;
}
#arrowContainer {
}
#arrowLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the background color will be displayed for the length of the arrow in the column, but no further */
	padding: 0 0 9px 0;
	font-size: 12px;
	margin: 0;
}
#arrowRight {
	margin: 0 0 0 380px; /* the left margin on this div element creates the column down the left side of the page - no matter how much arrow the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainarrow div's text to fill the #sidebar1 space when the arrow in #sidebar1 ends. */
	padding: 0 0 9px 0;
	font-size: 12px;
	text-align: right;
}
.arrow a {
	color: #AB0743;
	text-decoration: none;
}
.arrow a:hover {
	color: #807f7f;
}
#galleryNav {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CDCDCD;
	font-size: 13px;
	color: #807f7f;
	margin: 0;
	padding: 5px 0 5px 0;
}
#galleryNav ul {
	margin: 0;
	padding: 0;
}
#galleryNav ul  li {
	list-style-type: none;
	display: inline;
	margin: 0;
}
.galleryNav a {
	color: #AB0743;
	text-decoration: none;
	padding: 0 10px 0 0;
}
.galleryNav a:hover {
	color: #807f7f;
}
.galleryIn {
	color: #ACACAC;
	text-decoration: none;
	padding: 0 10px 0 0;
}
#contentBtm {
	height: 9px;
	width: 793px;
}
#copyright {
	width: 767px;
	padding: 2px 0 0 25px;
	font-size: 10px;
}
.copyright a {
	color: #807f7f;
	text-decoration: none;
}
.copyright a:hover {
	color: #AB0743;
}
.divider {
	padding: 0 10px 0 10px;
	margin: 0;
	color: #B7B7B7;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #5F5F5F;
	margin: 0;
	padding: 0 0 7px 0;
	line-height: 0.75em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
