@CHARSET "utf-8";
body  {
	font-size: 90%;
	font-family:Dejavu Sans;
	background: #ffffff;
	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: #000000;
}
.thrColFixHdr #container { 
	width: 95%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	margin-top:15px;
}

.thrColFixHdr #header { 
	height:89px;
	text-align:center;
	background-image:url(images/headerImage.png);
	background-repeat:no-repeat;
	padding: 0 10px 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. */
} 

.thrColFixHdr #leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 10px 20px; /* padding keeps the content of the div away from the edges */
	height:650px;
	display:table;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height:535px;
	position:relative;
}
.thrColFixHdr #mainContent { 
	margin: 0 200px;
	text-align:left; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:50;
	width:800px;
	position:relative;
} 

.thrColFixHdr #mainContent p{ 
	text-align:justify;
} 

#content{
	margin-top:40px;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 */
}
.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;
}

#mainImage{
position: relative;
display:block;
height:472px;
width:253px;
margin:0 auto;
background-image:url(images/main.jpg);
background-repeat:no-repeat;
visibility:visible;
}

#galleryDiv{
	width:253px;
	margin:0 auto;
	position:relative;
}

.bottomMainPage{
	position:absolute;
	bottom:70px;
	width:90%;
}

.bottomMainPage a{
	text-decoration: none;
	color:black;
}

.floatRight{
	float:right;
}

.floatLeft{
	float:left;
}

.width50{
	width:50%;
}

.width40{
	width:40%;
}

.margin-right5{
	margin-right:20px;
}
.textRight{
	text-align: right;
}

.navigation{
	width:300px;
	opacity:1;
}

#menuIconWrapper{
	display:table-cell;
	vertical-align:middle;
}

#menuIcon{
	display:table-cell;
	background-image:url(images/menu.jpg);
	margin:0 auto;
	background-repeat:no-repeat;
	width:27px;
	height:50px;
	vertical-align:middle;
	cursor:pointer;
}

a{
	text-decoration: none;
	color:grey;
}


.centerAlign{
 	text-align:center;
}

.wrapieTable{
	display:table;
	height:650px;
	padding: 10px 10px 10px 20px;
	width:800px;
}

.centerDiv1{
	vertical-align:middle;
	display:table-cell;
	height:200px;
}

.centerDiv{
	vertical-align:middle;	
	display:table-cell;
	width:800px;
}

.paddingBottom15{
	padding-bottom: 15px;
}

.footer{
	text-align: center;
	clear:both;
}

.footer span{
	font-size: 75%;
	
}
