/* Centre Styles */
body {
	text-align: center;
	padding: 0px;
	scrollbar-face-color: #99cc33; 
	scrollbar-shadow-color: #99cc33; 
	scrollbar-highlight-color: #99cc33F; 
	scrollbar-3dlight-color: #99cc33; 
	scrollbar-darkshadow-color: #99cc33; 
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #000000;
}

/* HTML Tag Styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}


/* h2 style with a links */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

a.h2 {
	color: #660066;
}

a.h2:hover {
	color: #660066;
}


/* h3 style with a links */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	padding-bottom: 3px;
}

a.h3 {
	color: #660066;
}

a.h3:hover {
color: #660066;
}

/* Styles for sitemap */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	text-decoration:none
}

a.h4 {
color: #333333;
text-decoration:none;
}

a.h4:hover {
color: #99cc33;
text-decoration:none;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	padding-left: 30px;
}

a.h5 {
color: #333333;
text-decoration:none;
}

a.h5:hover {
color: #99cc33;
text-decoration:none;
}
/* Styles for sitemap */

/* p style */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

a.p {
	color: #666666;
}

a.p:hover {
	color: #000000;
	text-decoration: underline;
}

/* img styles take off border with links */
a img {
	border: 0px;
	}
a:hover img {
	border: 0px;
}

/* scroller for lots of content */
div.scroll_main_content {
height: 270px;
width: 580px;
overflow: auto;
}

/* Content holders */
#wrapper{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#grey_border{
	width: 730px;
	border: 10px solid #FFFFFF;
	height: 520px;
}

#content_holder {
	width: 675px;
	padding-left: 55px;
	text-align: left;
}

#spacer {
	height: 20px;
	width: 750px;
	padding: 0px;
}

#header {
	padding: 0px;
	width: 675px;
}

/* Nav holders */
#navigation {
	padding: 10px 0px 0px;
	width: 675px;
	vertical-align: middle;
	height: 30px;
}

#nav_spacer {
	padding: 0px;
	height: 20px;
	width: 675px;
}

#footer {
	background-color: #99cc33;
	width: 620px;
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

#intro_holder {
	width: 580px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Divs below holds content for ceramics, painting, glass, textiles button etc. Also hold artist icon */
#main_content_holder {
	width: 610px;
	padding-right: 65px;
}

#two_box_content_holder {
	width: 610px;
}

#art_icon_holder {
	text-align: left;
	float: left;
	height: 50px;
	width: 335px;
	z-index: 3;
}

#viewartist_icon_holder {
	float: right;
	height: 50px;
	width: 235px;
	padding: 0px;
}

/* Below are top level navigation styles */
.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	text-decoration: none;
}

a.top_nav {
	color: #333333;
}

a.top_nav:hover {
	color: #000000;
	text-decoration: underline;
}

/* Below are footer navigation styles */
.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
}

a.footer_nav {
	color: #000000;
}

a.footer_nav:hover {
	color: #000000;
	text-decoration: underline;
}

/* xposure web link holder */
#xpo_link {
	width: 750px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0px;
}
