*
{
    margin: 0px;
    padding: 0px;
}


/************************************* Main structure *************************/

body
{
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 12pt;
    margin-top: 5px;
    text-align: center;
}

#wrap
{
    width: 950px;
    margin: 0px auto;
    background: #ffffff;
    text-align: left;
}

#header_left
{
  height: 362px;
  background: url(../images/house.jpg) no-repeat top;
}

#header_right
{
    height: 225px;
    background: url(../images/edstata.jpg) no-repeat top;
}

#left
{ 
    float: left;
    width: 265px;
    background-color: #ffffff;
}

#right
{
	margin-left: 265px;
	background: #ffffff;
}

#menu
{
}

#main
{
    background: url(../images/main_bottom.jpg) no-repeat bottom;
    background-color: #c5bbab;
    font-family: verdana;
    font-size: 9pt;
    width: 612px;
    min-height: 475px;
}

#main_top
{ 
}

#gallery
{
    background: url(../images/photo_bottom.jpg) no-repeat bottom;
    background-color: #ffffff;
    margin: 30px auto 0px auto;
    width: 503px;
    
}

#main_top
{ 
    width: 503px;
}

#footer
{
    font-family: verdana;
    font-size: 10pt;
    margin-top: 10px;
    margin-right: 85px;
    line-height: 32px;
}

#clear
{
    clear: both;
}

/******************************* Text and image formatting *******************************/

#menu ul
{
    list-style-type: none;
    font-weight: bold;
}

#menu a
{
    font-family: sans-serif;
    font-size: 10pt;
	display: block;
	padding-top: 7px;
	padding-left: 0px;
	background-color: #ffffff;
	background-image: url(../images/link_inactive.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 125px;
	color: #ffffff;
	height: 28px;
	width: 265px;
}

#menu a.active
{
    background-image: url(../images/link_active.png);
}

#menu a:hover 
{	
	background-image: url(../images/link_active.png);
}

#main p
{
    text-indent: 20px;
    padding: 25px 18px 25px 18px;
    line-height: 18px;
    color: #4b3c30;
    text-align: justify;
}    

#main li
{
    margin: 0px 0px 0px 50px;
    line-height: 18px;
    color: #4b3c30;
}

#main h1, h2, h3, h4, h5, h6
{
    font-family: sans-serif;
    font-size: 18pt;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 15px;
}

#gallery image.photo
{
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    margin: 3px 6px 11px 8px;
}

#gallery p
{
    text-indent: 0px;
    padding: 5px 18px 0px 18px;
    line-height: 18px;
    color: #4b3c30;
}    

img.corner
{
   border: none;
   display: block !important;
}

.right
{
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    border-width: 0px;
}

.left
{
    float: left;
    margin: 0px 270px 10px 0px;
    vertical-align: middle;
}

/*************************************** LightBox ***************************************/

#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption
{
    float: left;
}

#keyboardMsg
{
    float: right;
}

#lightbox img
{
    border: none;
} 

#overlay img
{
    border: none;
}

#overlay
{
    background-image: url(overlay.png);
}

* html #overlay
{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
