/*this stylesheet is for Alamance Artisans Guild home page */

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
}

/*main styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #2b4659 url(images/wholeback.jpg) no-repeat center 6px;
}
#wrapper {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #b3d66f;
	min-height: 350px;
	_height: 350px;
	background-color: #503f53;
	margin-top: 38px;
	height: 544px;
}
#nav {
	width: 100%;
	margin-bottom: 4px;
	text-align: center;
	margin-top: 2px;
	height: 28px;
	list-style: none;
	padding-top: 8px;
	padding-bottom: 6px;
}
#nav li {
	color: #CC9;
	padding: 2px;
	display: inline;
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;	
}
#nav a:link, #nav a:visited {
	color: #CCCC99;
	padding: 4px 16px;
	background-color: #615366;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#nav a:hover {
	color: #503f53;
	background-color: #b3d66f;
}

#wrapperleft {
	float: left;
	width: 420px;
	margin-bottom: 34px;
}
#wrapperleft img.box {
	margin-top: 24px;
	margin-left: 44px;
}
#wrapperright {
	float: right;
	padding-right: 28px;
}
#wrapperright img.name {
	margin-top: 66px;
	margin-right: 48px;
}
#findanartist {
	width: 690px;
	clear: both;
	color: #CC9;
	margin-left: 34px;
	background-color: #615366;
	height: 45px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 4px;
}
#findanartist_left {
	float: left;
	width: 143px;
	border-right: 2px solid #503f53;
	height: 45px;
	padding-top: 3px;
}
#findanartist form {
	float: right;
	margin-right: 8px;
}
#findanartist table {
	margin-top: 3px;
	width: 510px;
}
#findanartist td {
	text-align: left;
	padding-left: 4px;
}
#bydiscipline {
	width: 270px;
	background-color: #CC9;
	font-size: 11px;
	line-height: 13px;
	color: #333;
	margin-right: 8px;
	border: none;
}

#findanartist input.txt {
	background-color: #CC9;
	font-size: 11px;
	line-height: 13px;
	color: #333;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 6px;
	text-align: right;
	color: #503f53;
}
