@charset "UTF-8";
/* Main Style Document for Finishing Touches Surrey Ltd */

/* Set up the page */

body
{
text-align: center;
/* background-color: #220501; */
background-color: #110000;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
background-image: url(../images/bg.jpg);
}

div#indexheader
{
	background-image:url(../images/index-header.jpg);
	height: 396px;
}

div#header
{
	background-image:url(../images/header.jpg);
	height: 167px;
}


div#content
{
	color:#471e00;
	background: url(../images/btleft.jpg) top left no-repeat;
	padding-left: 300px;
	padding-right: 100px;

}

div#leftbar 
{
}


div#content h2 {
	display:inline;
	margin-top: 50px;
	font-family:Verdana, Geneva, sans-serif;
}

/* Navgation */

#indexnav {
	position:relative;
	width: 570px;
	left: 280px;
	top: 125px;
}

#navcontainer {
	position:relative;
	width: 570px;
	left: 280px;
	top: 3px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#navlist li a {
	font-weight:600;
	color:#ffb047;
	text-decoration: none;
}

.r0 {
	float:right;
}

#navlist li a:hover {
	color: #f4ebbe;
	text-decoration:overline;
	
}

#navlist li a.current {
	/* color: #f4ebbe; */
	text-decoration:overline;
	
}

h2.port {
	font-size:small;
}

a img {
	border:none;
}

.portfolio {
	border:1px #600 ridge;
	padding: 5px;
	margin: 5px;
}
