@charset "UTF-8";
body {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #78471d;	
}
#wrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1101px;
}
#header {
}
#navbar {
	text-align:left;
	background-image: url('images/bg_centre.png');
	background-repeat: repeat-x;
}
#content {
}
#sidebar {
	float: left;
	width: 175px;
	height: 450px;
	background-image: url('images/sidebar_home.png');
	background-repeat: no-repeat;
	text-align: left;
	padding: 53px 35px 0px 39px;
}	
#posidebar {
	float: left;
	width: 175px;
	height: 250px;
	background-image: url('images/sidebar_portfolio.png');
	background-repeat: no-repeat;
	text-align: left;
	padding: 325px 35px 0px 39px;
}
#main {
	text-align: left;
	width: 753px;
	padding: 28px 0px 0px 50px;
	margin-left: 250px	
}
#maintxt {
	width: 420px;
}

#footer {
text-align: left;
font-size:x-small;
clear:both;
padding: 5px 0px 0px 0px;


}

.arrow {
position: relative;
top: 5px;


}
.credit {
	font-size: 70%;
	margin-top: 0px;
	padding-top: 0px;

}
.title {
	font-size: 30px;
}
.sidebar {
	font-size: 80%;
	
}
.photocredit {
	font-size: 70%;

}

a:link {
	color: #fdb843;
	}		
a:visited {
	color: #fdb843;
	}
a:hover {
	color: #fdb813;
	}
a:active {
	color: #fdb813;
	}

	
a  { 
	text-decoration: none; 
	}

a.p:link {
	color: #78471d;
	}		
a.p:visited {
	color: #78471d;
	}
a.p:hover {
	color: #fdb813;
	}
a.p:active {
	color: #fdb813;
	}



	
	
	
	
	
p {


}