@charset "utf-8";
body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
	margin-top: 15PX;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
}
.link {
	width:150px;
	border-bottom:1px solid #efefef;
	margin-bottom:3px
}
#logo {
	padding-top:10px;
}
.oneColFixCtrHdr #container {
	width: 910px;
	  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0 20px 0 20px;   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear:both;
}
.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 */
}

#space { margin-top:15px}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	background: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	clear:both;
	padding: 0 20px 0 20px;   /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size: 80%;
}
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menu {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs *//*padding: 0 10px 0 0;  */
	}
.oneColFixCtrHdr #menuElements {
	margin-bottom:15px;
	margin-left: 20px;
	margin-right: 20px;
}
.oneColFixCtrHdr #menuLanguage {
	margin-left: 835px;
	font-size:80%;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	
	background-color: #CFCFCF;
	color:#666666;
}
a:visited {
	color:#000000;
	text-decoration:none
}
a:active {
	color:#000000;
	text-decoration:none
}
a.boldLink:link, a.boldLink:visited {
	
	background-color: #CFCFCF;
	color:#000000;
}
#imgListFrontPage {
	margin-top:10px;
}
h1 {
	font-weight:100;
	font-size:24pt
}
h2 {
	font-weight:100;
	font-size:14pt;
	margin-bottom: 3px;
	color:#000000;
	border-bottom: 1px solid #cccccc
}
h3 {
	font-weight:100;
	font-size:16pt
}
.imageDescription {
	font-size:90%;
	

}
.categoryHolder {
	float: left;
	margin-right: 15px;
	margin-top:15px
}
#mainImageHolder {
	margin-bottom:10px;
	vertical-align:bottom;
	text-align:center;
	height: 500px;
width:100%;

}
#mainImageHolder img {
	vertical-align:bottom
}
.headerline {
	font-size:26px;
	font-weight:100;
	border-bottom: 1px solid #efefef;
	margin-top: 30px;
}
input {
	color:#000000;
	border:1px solid #cccccc;
	width: 150px
}
textarea {
	color:#000000;
	border:1px solid #cccccc;
	width: 150px
}
#leftN {
	float:left;
	margin-left:20px;
	margin-right:5px;
	padding-top:10px;
}
#rightN {
	float:right;
	margin-left:5px;
	padding-top:10px;
}
#thumbHolder {
	width: 600px;
	overflow:hidden;
	float:left
}
#thumbHolderInside {
	width: 10000px;
}
#thumbHolder img {
	float: left;
	padding: 0px;
	margin: 0px;
}
#portfolioHeader {
	font-weight:bold;
	font-size:110%
}
.thumbImg {
	width:70px;
	overflow:hidden;
	float:left
}
.catImg {
	width:110px;
	height:70px;
	overflow:hidden;
	display: inline;
	float:left
}
.menuMargin {
}
#mainImageHolder {
	min-height:480px
}

