@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	height:100%;
}

img { border: none; }

#container {
	min-height:100%;
	position:relative;
	margin-bottom: -40px; /* Height of the footer */
	font-family: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;	
	color:#666666;
}

#licensingLogo {
	text-align:center;
	padding: 20px 0 20px 0;
}

#body {
	margin:0px auto 0px auto;
}

#content {
	font-family: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	margin:0px auto 0px auto;
	border:thin solid #666;
	padding: 0px 20px 20px 20px;
	width: 950px;
	text-align:left;
	background-color: #fafafa;
	text-align:justify;
}

#content h1, h2, h3 {
	padding: 10px 0 0 0;	
}

#content p {
	line-height:1.2em;	
}

#mainBody {
	padding: 0px 0px 0px 0px;	
}

#galleryThumb {
	padding: 12px 12px 12px 12px;
	background-color:333333;
	border: 1px solid #cccccc;
}

#thumbDescription {
	padding: 1px 1px 1px 1px;
	font-family: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:11px;
	text-align:center;
	color: #999;
}

#logoAbout {	
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.clearfooter {
	height: 40px; /* Height of the footer */
	clear: both;
}

/* Begin Footer */

#footer {
	position:relative;
	height:40px;   /* Height of the footer */
	background:#ffffff;
}

/* End Footer */
