﻿body
{
	text-align: center;
}
#maincontainer
{
	width: 760px;
	text-align: left;
	margin: auto;
	background-color:White;
	overflow: hidden;
	padding-top:2px;
}

#c1, #c2, #c3
{
	float: left;

	padding-bottom: 32700px;
	margin-bottom: -32700px;
	padding-left:2px;
	padding-right:0px;
/*
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
*/
}

#c1
{
	width: 141px;	
    background-color:#666666;
}

#c2
{
	width: 214px;
}

#c3
{
	width: 397px;
}

#maincontainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#maincontainer {display: inline-block;}

/* Hides from IE-mac \*/
#IERoot #maincontainer {height: 1%;}
#maincontainer {display: block;}
/* End hide from IE-mac */


#c1 #menu
{
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#menu {display: inline-block;}

/* Hides from IE-mac \*/
#IERoot #menu{height: 1%;}
#menu {display: block;}
/* End hide from IE-mac */

/*******Master Page main container*******/

#container	
{	
	width:760px; 
}

/*******End of main container************/

/************* Photo Gallery ************/

#displayImage
{
	margin-bottom: 20px;
	
}

.image_title
{
	text-align: center;
	font-size: 10pt;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.image_title span
{
	text-align: left;
}
.image
{
	text-align: center;
}

.image_des
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
}

.image_des span
{
	text-align: left;
}

#photocontainer
{
	width:580px;
}

#listImage
{
    text-align:center;
}

/********* End of Photogallery ************/