/* CSS Document */

html, body {
	height: 100%;         /* required */
}

html {
	overflow-y: scroll; /* Optional - Forces a vertical scrollbar so container doesn't move horizontal */
} 

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font: 12px normal Arial, Helvetica, sans-serif; /* cosmetic */
	color:#000000; /* cosmetic */
}
div#distance { 
	margin-bottom: -267px; /* half of content height */
	background: #fff;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#centeredcontent {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 534px;         /* required - desired height */
	width: 800px;          /* required - desired width */
	background: #F6F7FB;     /* cosmetic */
	border: 1px solid #000; /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

h1 {
    margin: 0;
    padding: 10px 0px 10px 0px;
	line-height:1.0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0034C8;
}


.TopMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align:right;
}

a.TopMenu:link {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;   
	font-size:11px;
	color:#0033cc;
	text-decoration:none;
}
a.TopMenu:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;   
	font-size:11px;
	color:#0033cc;
	text-decoration:none;
}
a.TopMenu:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;   
	font-size:11px;
	color:#0033cc;
	text-decoration:underline;
}
a.TopMenu:active {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;   
	font-size:11px;
	color:#0033cc;
	text-decoration:none;
}


div.photogallery {width:160px;height:160px;padding:10px 10px 30px 10px;float:left;}
img.photogallery{width:160px;height:120px;border:none;margin:10px 0px 10px 0px;}




