/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: small;
	color: #666666;
	background: #ffffff;
	text-align: center;
	}

html, 
body {
	margin: 0;
	padding: 0;
	}

p {
	text-align: justify;
	}

h1 {
	margin: 0;
	padding: 0;
	color: #9c0000;
	font: bold large "Times New Roman", Times, serif;
	}
	
h2 {
	margin: 0;
	padding: 0;
	color: #9c0000;
	font: bold medium "Times New Roman", Times, serif;
	}

.big-a {
	background: url(painter-decorator/painter-a.gif) no-repeat left top;
	height: 34px;
	padding-left: 48px;	
	padding-top: 18px;	
	}

.big-h {
	background: url(painter-decorator/painter-h.gif) no-repeat left top;
	height: 34px;
	padding-left: 42px;	
	padding-top: 18px;	
	}

.big-r {
	background: url(painter-decorator/painter-r.gif) no-repeat left top;
	height: 34px;
	padding-left: 44px;	
	padding-top: 18px;	
	}

.big-g {
	background: url(painter-decorator/painter-g.gif) no-repeat left top;
	height: 44px;
	padding-left: 34px;	
	padding-top: 18px;	
	}

.big-s {
	background: url(painter-decorator/painter-s.gif) no-repeat left top;
	height: 50px;
	padding-left: 30px;	
	padding-top: 16px;	
	}

.big-c {
	background: url(painter-decorator/painter-c.gif) no-repeat left top;
	height: 34px;
	padding-left: 35px;	
	padding-top: 16px;	
	}

.center-text, .center-text p, .center-text li {
text-align:center;
}

.imgright {
	float: right;
	margin: 0 0 0 20px;
}

#page-container {
	width: 750px;
	margin: auto;
	text-align: left;
	}

#header {
	height: 67px;
	margin-top: 10px;
	}

#header #headertop {
	float: left;
	width: 480px;
	height: 67px;
	background: #ffffff url(painter-decorator/logo-painting.gif) no-repeat center top;
	padding-right: 30px;
	padding-left: 0px;
}

#header #headertopleft {
	height: 67px;
	float: right;
	width: 205px;
	}

#nav-bar a {
	color: #9c0000;
	text-decoration: none;
}

#nav-bar {
	width: 720px;
	margin: 60px 0 0 0;
	font: bold medium "Times New Roman", Times, serif;
	font-size: 13px;
}

#nav-links {
	padding: 0 0 0 17px;
	width: 720px;
}

#nav-links li {
	display:inline;
	padding: 0 10px;
}

#topline {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #9C0000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}

#content {
	float: left;
	width: 480px;
	border-bottom-style: none;
	border-top-style: none;
	border-right: 1px solid #9C0000;
	border-left-style: none;
	padding-right: 30px;
	padding-left: 30px;
	}
	
#rightside {
	float: right;
	width: 205px;
	}

/* Conservation page */

#convervation-images table {
text-align:center;
width:auto;
}

#convervation-images td {
width:33%;
text-align:center;
padding-bottom:15px;
}

/****/

#footer {
	clear: both;
	height: 66px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: x-small;
	color: #898989;
	border-top: 1px solid #9c0000;
	margin-top: 10px;
	line-height: 18px;
	}

#footer a {
	color: #898989;
	text-decoration: none;
	}

#footer a:hover {
	color: #80322b;
	}

#footer #botnav {
	width: 350px;
	float: right;
	text-align: right;
	padding-top: 8px;
	}

#footer #copyright {
	padding-top: 8px;
	text-align: left;
	}
a {
	color: #9C0000;
}
a:hover {
	color: #dd0000;
}