
body {
	background: #9cadc1 url("../_images/bg_tile.png") repeat-x;
	text-align: center;
	font: 13px/19px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}

div.container {
	width: 742px;
	margin: 5px auto 10px auto;
	background: #fff url("../_images/main_tile.png") repeat-y;
	text-align: left;
	padding: 0px;
}

div.main_content {
	padding: 0px 30px 25px 30px;
}

div.footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 1px;
	background: transparent url("../_images/footer_bg.png") no-repeat bottom;
}


h1 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
/*h1 {font-size: 1.5em; margin-bottom: 1.5em; border-bottom: 1px dotted;}*/
h1 {font-size: 1.3em; color: #666; margin-bottom: 1em; margin-top: 2em; border-bottom: 1px dotted;} 
h1.first {margin-top: 1em;}

a:link {color: #336699;}
a:visited {color: #6699cc;}
a:hover {color: #680000;}

img {border: none;}
img.borderedpic {border: 1px solid #000;}

div#featured p#latest_pic {text-align: center;}

div.port_nav {
	width: 130px;
	float: left;
}

div.port_nav img {
	display: block;
}

div.port_nav img.last {
	margin-bottom: 0px;
}

div.port_nav img.odd {
	border-width: 15px 20px;
	border-color: #e3e4d9;
	border-style: solid;
}

div.port_nav img.even {
	border-width: 15px 20px;
	border-color: #d2d3c9;
	border-style: solid;
}

/*div.port_nav img:hover {
	border-color: #680000;
}*/

div.port_text {
	margin-left: 160px;
	padding: 5px 0px 10px 0px;
}

p.galleryobj {
	text-align: center;
	padding-bottom: 10px;
}



