/* CSS Document */

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

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

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

#nav{
	height:35px;
	width:760px;
	background-image:url('../images/port/nav/navside_07.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	}
	
#heading{
	width:760px;
	height:117px;
	background-image: url('../images/port/porthead.jpg');
	background-position:top left;
	}
	
#heading span{
	display:none;
	}
	
#ptitle{
	margin:30px 15px 0px 20px;
	}

#cleft{
	width:115px;
	height:auto;
	float:left;
	background-color:#D2AB67;
	text-align:right;
	}

#thumbs{
	list-style-type:none;
	}


#cright{
	width:640px;
	float:right;
	text-align:right;
	}

#linkpic{
	float:right;
	margin-right:5px;
	}

#txt{
	width:620px;
	margin:5px 10px 5px 10px;
	text-align:left;
	}
	
a{
	font-size:10px;
	color:#4C371E;
	font-weight:bolder;
	text-decoration:none;
	font-weight:500;
	}
	
a:hover{
		text-decoration:underline;
			}


p{
	margin-bottom:10px;
}