body {
	margin: 0px;
	background: #C27B86 url(../images/site_bg.jpg) 0 0;
}

form, select, textarea, input {
	margin: 0;
	padding: 0;
}

/* main site container, holds everything and setups 100% widths and heights */
#maincontainer {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: url(../images/bg.jpg) 0 0 repeat-y;
	
}

/* use this to set width of main site div then center in main container */
#wrapper {
	width: 791px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* Defaul global styles */
.clearme {
	clear: both;
}
.colour_pink {
 color: #c37b86;
}


/* top header, holds logo, nav1 and login */
#top {
	width: 761px;
	height: 323px;
	margin: 0;
	padding: 0;
	left: 15px;
	top: 0px;
	position: relative;
	display: block;
	background: transparent url(../images/header_image.jpg) top right no-repeat;
}

#top #logo {
	width: 294px;
	height: 43px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: transparent url(../images/header_logo.gif) 0 0 no-repeat;
	left: 17px;
	top: 103px;
	text-indent: -3000px;
}


/* NAVIGATION 1 MENU */
#top #nav1 p {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	position: absolute;
	right: 6px;
	top: 3px;
}
#top #nav1 {
	width: 739px;
	height: 18px;
	left: 10px;
	top: 220px;
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	background-color: #63383F;
}
#top #nav1 ul {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	left: 10px;
	top: 3px;
	position: absolute;
	text-transform: uppercase;
}
#top #nav1 li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 0px;
}
#top #nav1 a { color: #ffffff; text-decoration: none; }
#top #nav1 a:hover { color: #c37b86; text-decoration: none; }
#top #nav1 a.current { color: #c37b86; text-decoration: none; }



/* main styles */
#main {
	padding: 0;
	margin: -50px 0px 0px 0px;
	left: 37px;
	top: 0px;
	position: relative;
	font-size: 0px;
	line-height: 0px;
	height: auto;
	width: 715px;
}

/* Minimum height hack to create min height on ALL browsers */
*>#maincontainer #main {
	padding-top: 0px;
	min-height: 400px;
}

* html #maincontainer #main {
	/* IE5Mac filter \*/
	height: 400px;
	/* end filter */
}
#main h1 {
	font-family: arial;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #63383f;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -3000px;
	display: block;
	position: relative;
}
#main h1.heading_welcome {
	width: 120px;
	height: 20px;
	background: transparent url(../images/header_welcome.gif) 0 0 no-repeat;
}
#main h1.heading_about {
	width: 126px;
	height: 20px;
	background: transparent url(../images/header_about.gif) 0 0 no-repeat;
}
#main h1.heading_gallery {
	width: 101px;
	height: 26px;
	background: transparent url(../images/header_gallery.gif) 0 0 no-repeat;
}
#main h1.heading_links {
	width: 79px;
	height: 20px;
	background: transparent url(../images/header_links.gif) 0 0 no-repeat;
}
#main h1.heading_exhibitions {
	width: 160px;
	height: 20px;
	background: transparent url(../images/header_exhibitions.gif) 0 0 no-repeat;
}
#main h1.heading_contact {
	width: 148px;
	height: 20px;
	background: transparent url(../images/header_contact.gif) 0 0 no-repeat;
}
#main h1.heading_news {
	width: 208px;
	height: 20px;
	background: transparent url(../images/header_news.gif) 0 0 no-repeat;
}
#main h1.heading_prices {
	width: 84px;
	height: 20px;
	background: transparent url(../images/header_prices.gif) 0 0 no-repeat;
}

#main h2 {
	font-family: arial;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #63383f;
	margin: 0;
	padding: 12px 0px 0px 0px;
}
#main h3 {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #63383f;
	margin: 0px 0px -6px 0px;
	padding: 0px 0px 0px 0px;
}
#main p {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #63383f;
	margin: 0;
	padding: 6px 0px 6px 0px;
}
#main a {
	color: #c37b86;
	text-decoration: none;
}
#main a:hover {
	color: brown;
	text-decoration: none;
}
#main ul {
	margin: 6px 5px 6px 15px;
	padding: 0px 0px 0px 0px;
}
#main li {
	list-style: disc url(../images/bullet.gif) outside;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #63383f;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 3px 14px;
}
#main .col_split {
	width: 350px;
	float: left;
	position: relative;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0;
}
#main .col_split2 {
	width: auto;
	float: left;
	position: relative;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0;
}
#main #news {
	width: 230px;
	float: left;
	position: relative;
	display: block;
}
#main #advert {
	width: 130px;
	float: left;
	position: relative;
	display: block;
	padding-left: 12px;
}
#main .para {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #63383f;
	margin: 0;
	padding: 6px 0px 6px 0px;
}
#main .caption {
	font-size: 0px;
	line-height: 0px;
	position: relative;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 210px;
}
#main .caption h1 {
	font-family: "arial", sans;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin: 0;
	padding: 4px 6px 4px 6px;
	color: #63383f;
	text-indent: 0;
	background: ;
}
#main .caption p {
	font-family: "arial", sans;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0px 6px 6px 6px;
	color: #63383f;
}
#main .caption a {
	text-decoration: none;
	color: #63383f;
}
#main .caption a:hover {
	text-decoration: underline;
	color: #63383f;
}

/* Gallery page range styles */
#main .col_split2 .gallerylink {
	font-family: "arial", sans;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #c37b86;
	width: 715px;
	position: relative;
}
#main .col_split2 .gallerylink a {
	text-decoration: none;
	color: #c37b86;
}
#main .col_split2 .gallerylink a:hover {
	text-decoration: none;
	color: #63383f;
}


/* Back to Top */
#main .col_split2 .gallerylink span {
	position: absolute;
	right: 0;
	float: right;
	
}
#main .col_split2 .gallerylink span a {
	font-family: arial;
	font-size: 9px;
	line-height: 9px;
	color: #63383f;
	text-decoration: none;
}
#footer .col_split2 .gallerylink span a:hover {
	font-family: arial;
	font-size: 9px;
	line-height: 9px;
	color: #98b21e;
	text-decoration: none;
}

/* Footer styles */
#page_bottom {
	width: 791px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: transparent url(../images/site_bottom.gif) bottom left no-repeat;
}
#footer {
	width: 739px;
	height: 37px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	left: 25px;
	position: relative;
}
#footer #ftop {
	width: 100%;
	height: 18px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #63383f;
}
#footer #ftop #ftop_left {
	padding-top: 3px;
	padding-left: 7px;
	float: left;
}
#footer #ftop p {
	font-family: arial;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#footer #ftop p a {
	font-family: arial;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	text-decoration: none;
}
#footer #ftop p a:hover {
	font-family: arial;
	font-size: 11px;
	line-height: 11px;
	color: #brown;
	text-decoration: none;
}

#footer #fbottom {
	width: 100%;
	height: 19px;
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px #63383f solid;
}
#footer #fbottom #fbottom_left {
	padding-top: 6px;
	padding-left: 7px;
	float: left;
}
#footer #fbottom #fbottom_right {
	padding-top: 6px;
	padding-right: 7px;
	float: right;
}
#footer #fbottom p {
	font-family: arial;
	font-size: 9px;
	line-height: 9px;
	color: #63383f;
	margin: 0;
	padding: 0;
}
#footer #fbottom p a {
	font-family: arial;
	font-size: 9px;
	line-height: 9px;
	color: #c37b86;
	text-decoration: none;
}
#footer #fbottom p a:hover {
	font-family: arial;
	font-size: 9px;
	line-height: 9px;
	color: #brown;
	text-decoration: none;
}