/*	layout.css	-	Style of peckandgartner.com website, navigation, and footer	*/
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
	background: #738553 url(/images/layout_images/vertical_span.jpg) repeat-y center top;
}
.left_bar {
	background: url(/images/layout_images/bar_left.jpg) repeat-y center top;
	font-size: 2px;
}
.right_bar {
	background: url(/images/layout_images/bar_right.jpg) repeat-y center top;
	font-size: 2px;
}
#under_nav {
	background: url(/images/layout_images/nav_base.gif) no-repeat center top;
	height: 27px;
}
#page_title h1 {
	font-size:13px;
	font-weight: bold;
	line-height:0.9em;
	color:#000000;
}
#art_search {
	font-size:12px;
	color:#ffffff;
	line-height:22px;
}
#art_search .search_box {
	font-size: 10px;
	padding: 1px 2px;
	margin: 1px 0;
	border: 1px solid #000000;
}
#art_search .search_button {
	font-size: 10px;
	background:#fafafa;
	margin:1px 6px 1px 1px;
	padding: 0 2px;
	border:1px solid #000000;
}
#nav2 {
	background: url(/images/layout_images/grey_area.jpg) repeat-y center top;
	padding:0px 8px;
	height:23px;
	line-height: 20px;
	font-size: 11px;
}
#nav2 a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	margin: 0px 5px;
	padding: 1px 4px;
	border: 1px solid #666666;
}
#nav2 a:hover {
	color: #000000;
	border: 1px solid #000000;
}
#content {
	padding: 5px;
	text-align: left;
	background-color:#FFFFFF;
}
#footer {
	width:99%;
	position: static;
	bottom: 0px;
	margin:3px 0;
}
#footer td {
	font-size:10px;
	color: #333333;
}
#footer a {
	color:#C56A33;
	text-decoration:none;
}
#footer a:hover {
	color:#844722;
	text-decoration:underline;
}
#footer .border_top {
	padding: 3px;
	border-top: 1px solid #666666;
}
