body {
    margin:0px 0px 10px 0px;
    padding:0;
    background:#006;
    font-family: Arial;
    font-size: 12px;
    background-image: url(/images/pattern.jpg);
    background-repeat: repeat;
}

#container {
     background:#E7F4E4;
     width:750px;
     height:728px;
     border: 1px #006 dotted;
     margin-left: auto; 
	 margin-right: auto;
	 
}

html>body #container {
	height: auto;
	min-height: 728px;
	position:relative;
}


#leftbar {
    width:150px;
    top:365px;
    left:0px;
}


html>body #leftbar {
    position:absolute;
    width:150px;
    bottom:0px;
    left:0px;
}

#content {
    margin-left:150px;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    background:#E7F4E4;
    height: auto;
}

#toplink {
     background:#9A0000;
     width:750px;
     text-align:right;
}


h1 {
	color: #006;
	font-size:16px;
	font-weight: bold;
}

h2 {
	color: #9A0000;
	font-size:14px;
	font-weight: bold;
}

a {
	color: #006;
	text-decoration:underline;
}

a:hover {
	color: #006;
	text-decoration:none;
}



div.imggallery { 
	float:left; 
	margin: 15px; 
	margin-bottom:5px;
	text-align: center;
	}
div.imggallery p {
	padding:0px;
	margin:0;
	text-align: center;
	font-weight:bolder;
   }
div.imggallery img {
	border:1px #006 dotted;
	padding:2px;
	
   }
   
.keywordphrase { color: #ffffff; font-weight: bolder; font-size: 11px; margin:0px 0px 10px 0px; padding:3px; margin-bottom:20px; background-color:#080C6B; border-bottom: 1px #fff dotted;}