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

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4E422D;
	background-image: url(../images/background_texture.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#bg {
	background-color: #eff3e8;	
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 200px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#address {
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E422D;
}

#welcome {
	width: 880px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 8px;
}

#content {
	width: 880px;
	margin: 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E422D;
}

	#signoff {
		padding-bottom: 20px;	
	}

#concepts {
	width: 880px;
	height: 195px;
	margin: 0 auto;
	padding-top: 12px;

}

#footer {
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E422D;	
}

#footer p {
	font-size: 13px;
	padding-top: 6px;
	text-align: left;
}

#back {
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #4E422D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#artwork1400 {
	width: 1400px;
	margin: 0 auto;
}

p {
	padding-bottom: 16px;	
	margin: 0px;
	color: #4E422D;
	line-height: 1.3em;
}

.pic {
	border: 1px solid #4E422D;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

a:link {
	text-decoration: none;
	color: #4E422D;
}

a:visited {
	text-decoration: none;
	color: #4E422D;
}

a:hover {
	text-decoration: none;
	color: #B5B235;
}

a:active {
	text-decoration: none;
	color: #4E422D;
}

#back a:link {
	text-decoration: none;
	color: #eff3e8;
}

#back a:visited {
	text-decoration: none;
	color: #eff3e8;
}

#back a:hover {
	text-decoration: none;
	color: #B5B235;
}

#back a:active {
	text-decoration: none;
	color: #eff3e8;
}