/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
	
html,body {
	height: 100%;
	margin:0px;
	padding:0px;
}

body{
	background-color:#664928;
	background-image:url('../images/port/bg.jpg');
	background-repeat:repeat-y;
	background-position: top center;
	font-size:11px;
	color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#container{
	width:760px;
	height:100%;
	text-align:left;
	margin:0px auto;
	background-image:url(../images/port/footer.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#cleft{
	width:760px;
	height:auto;
	text-align:center;
	margin-top:20px;
	}

#nav{
	height:35px;
	width:760px;
	background-image:url('../images/port/nav/navside_07.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	}

#thumbs{
	list-style-type:none;
	}
	
#thumbs li{
	display:inline;
	}	
	
#heading{
	width:760px;
	height:117px;
	background-image: url('../images/port/porthead.jpg');
	background-position:top left;
	}
	
#heading span{
	display:none;
	}
	
#ptitle{
	margin:25px 0px 0px 20px;
	}