/* CSS Document */

* { margin: 0; padding: 0;}

html, body, #container  {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
body {	
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 62.5%;
	color: #212121;
}
img {border: 0;}

#container { 
	width: 100%; 
	height: auto;
	min-height: 100%;
	position: relative;
	text-align: left; 
} 
#header {
	width: 943px;
	height: 120px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: url(../images/logo.jpg) no-repeat 0 0;
} 
#body {
	width: 943px;
	height: auto;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 0 40px 0;
}


/* start side navigation */
#side-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
}
#side-nav li {
	padding: 10px;
	list-style: none;	
	font-size: 1.3em;
	font-weight: bold;
}
#side-nav li a {
	display: block;
	text-decoration: none;
	color: #000033;
}
#side-nav li a:hover {
	color: #660066;
	text-decoration: underline;
}
#side-nav li ul {
	padding: 12px 0 6px 0;
}
#side-nav li li {
	padding: 4px;
	list-style: none;	
	font-size: 1.0em;
	font-weight: normal;
	line-height: normal;
}
#side-nav li li a {
	display: block;
	text-decoration: none;
	color: #000033;
}
#side-nav li li a:hover {
	color: #660066;
	text-decoration: underline;
}
/* end top navigation */


/* start sidebar */
#sidebar {
	float: right;
	width: 320px;
	height: auto;
	padding: 0 0 30px 4px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 30px 80px;
	/* 
	border-left: 1px dotted #C27C82;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	*/
	font-size: 0.9em;
	line-height: 1.8em;
	color: #444444;
}
#sidebar .caption {
	padding-bottom: 16px;
	font-size: 1em;
	color: #444444;
	text-transform: uppercase;
}
/* end sidebar */


/* start content */
#content {
	width: 753px;
	padding-bottom: 60px;
	padding-left: 190px;
	font-size: 1.4em;
	line-height: 1.85em;
} 
#content p {
	padding-bottom: 1.2em;
}
#gallery {
 width: 753px;
}
#thumbs {
 float: left;
}
#main_image {
 width: 400px;
 margin: 0 30px;
 float: left;
}
/* end content */


/* start footer */
#footer { 
	position: relative;
	margin-top: -60px;
	width: 100%;
	height: 60px;
	clear: both;
} 
#footer p {
	padding: 40px 0 20px 0;
}
/* CLEAR FIX*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
/* end footer */


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
