@charset "UTF-8";
/* CSS Document */

body {
	background: #454545;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#title{
	margin-left:20px;
	margin-right:20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.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 */
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#copyright {
	font: 80% Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
}

#copyright a{
color:#333333;
text-decoration:none;

}
#copyright a:hover{
color:#333333;
}

.close a{
	color: #bbCCCC;
}	
.close a:hover{
	color: #FFFFFF;
}	

.copyright{
	color:#999999;
	font-size: 10px;
}

#contentcopy{
	color:#333333;
}

#contentcopy a{
	color: #bbCCCC;
}
#contentcopy a:hover{
	color: #FFFFFF;
}


#close-up{
	background-color: #454545;
	color:#121212;
}

#close-up img{
	border: 2px solid #333333;

}
#thumbs{
	width:738px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.thumbs{
	margin-right:14px;
	border: 2px solid #333333;
}
.thumbslast{
	border: 2px solid #333333;/*no right margin*/
}
#mainimage{
	width:554px;
	float:left;
	margin:20px;
}
#mainimage img{
	border: 2px solid #333333;
}

#mainContent{
	background-image: url(../images/blend.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#detail{
	float:left;
	width:154px;
	text-align:left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#detail img{
	border: 2px solid #333333;
	margin-bottom:16px;
}
#clear{
	clear:both;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom:10px;
}
.signature {
	margin-left: 500px;	
}
