/* CSS Document */

/*Defaults*/
body {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	background-image: url(../images/second-tan-back.jpg);
	background-repeat: repeat;
}

/*header*/
table.header{
	border: 1px solid #660033;
	width: 1024px;
	margin: auto;
	padding: 0px;
}
td.hdr-right{
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #660033;
}

/*header images*/
.hdr-aboutus{
	background-image: url(../images/sec-hdr-aboutus.jpg);
	background-repeat: no-repeat;
	height: 181px;
	width: 451px;
}
.hdr-philosophy{
	background-repeat: no-repeat;
	height: 181px;
	width: 451px;
	background-image: url(../images/sec-hdr-philosophy.jpg);
}
.hdr-client{
	background-repeat: no-repeat;
	height: 181px;
	width: 451px;
	background-image: url(../images/sec-hdr-design.jpg);
}
.hdr-gallery{
	background-repeat: no-repeat;
	height: 181px;
	width: 451px;
	background-image: url(../images/sec-hdr-gallery.jpg);
}
.hdr-green{
	background-repeat: no-repeat;
	height: 181px;
	width: 451px;
	background-image: url(../images/sec-hdr-green.jpg);
}
.hdr-contact{
	background-repeat: no-repeat;
	height: 181px;
	width: 451px;
	background-image: url(../images/sec-hdr-contact.jpg);
}
.hdr-design{
	background-repeat: no-repeat;
	height: 181px;
	width: 451px;
	background-image: url(../images/sec-hdr-client.jpg);
}

/*navigation and content*/
table.middle{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #660033;
	margin: auto;
	padding: 0px;
	width: 1024px;
}

/*navigation*/
div#nav-box{
	background-color: #660033;
	text-align: left;
	padding-right: 5px;
	padding-left: 20px;
	width: 146px;
	padding-top: 10px;
}

/*content*/
div.content{
	text-align: left;
	padding: 10px;
}

/*Footer*/
div#footbox{
	font-size: x-small;
	color: #FFFFFF;
	margin: auto;
	padding: 4px 20px;
	clear: both;
	width: 984px;
	background-color: #660033;
}
