@charset "utf-8";
/* CSS Document */


/* div layout */

body {
}

#outerwrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#innerwrapper{
	width:922px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/background/nettlewebdesignbackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header{
	background-image: url(../images/background/nettlewebdesignheader.jpg);
	height: 244px;
	width: 922px;
	background-repeat: no-repeat;
	background-position: center top;

}

#titlebar {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

#topmenu {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #000000;
	padding-top: 10px;
}


#pagecentre{
	padding-right: 70px;
	padding-left: 70px;

}


#maincontent{

}

#rightcol{
	background-image: url(../images/artwork/working/rightbg2.jpg);
	background-repeat: repeat;
	float: right;
	width: 160px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-right: 70px;
	padding-left: 15px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #3C663C;
	border-right-color: #3C663C;
	border-bottom-color: #3C663C;
	border-left-color: #3C663C;
}


#footer{
	clear: both;
	height: 112px;
	width: 922px;
	background-image: url(../images/background/footerv999b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}

#baseline{
	font-size: 0.8em;
	text-align: center;

}

/* generic positioning, alignment, floats and borders */

.clearboth{
clear:both;

}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

}

.floatleftwithborder {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

.floatrightwithborder {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}



.imgborder {
	border: 1px solid #000000;
}

.centercontent {
	text-align: center;
}


/* misc */

#mapborder {
	height: 400px;
	width: 450px;
	border: 1px solid #000000;
}


.menu {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #3C663C;
}
#portfoliobox {
	height: 264px;
	width: 648px;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}
.centrepanel {
	text-align: center;
}
