/* General */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.2em;
}

a {
	text-decoration: underline;
	color: #ffde00;
}

h1 {
	line-height: normal;
}

img {
	border: none;
}

/* Containers */

#page {
	position: relative;
	background: #59a9db;
	min-height: 100%;
	margin-bottom: -150px;
}

#wrapper {
	background: #0389dc;
	background-image:url(../../images/layout/common/bg_texture.png);
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	min-height: 100%;
	border-left: 1px solid #319cde;
	border-right: 1px solid #319cde;
}

	/* Header
	--------------------------------------------------------------------------- */
	#header {
		position: relative;
		background: #0389dc;
		width: 100%;
		max-width: 820px;
		margin: 0 auto;
		height: 360px;
	}

		/* Logo
		---------------------------------------------------------------------- */
		#logo {
			position: absolute;
			top: 170px;
			left: 40px;
			width: 384px;
			height: 61px;
			z-index: 2;
		}
		/* Image (top) banner
		----------------------------------------------------------------------- */
		#top_banner {
			position: relative;
			top: 17px;
			width: 781px;
			height: 231px;
			margin: 0 auto;
			z-index: 1;
		}

		/* Navigation menu
		------------------------------------------------------------------------ */
		#navbox {
			font-size: 1.0em;
			color: #339999;
			font-weight: bold;
			position: relative;
			top: 25px;
			left: 60px;
			width: 700px;
		}

		#gallerynav {
			font-size: 1.0em;
			color: #0b7dab;
			font-weight: bold;
			position: relative;
			top: 40px;
			left: 15%;
			width: 700px;
		}
		
		.nav_button {
			float: left;
			width: 100px;
			text-align: center;
		}

		.nav_button a {
			text-decoration: none;
			color: #339999;
		}

		.nav_button a:hover {
			text-decoration: none;
			color: #fff;
		}

		.gallery_nav_button {
			float: left;
			width: 100px;
			text-align: center;
		}
		
		.gallery_nav_button a {
			text-decoration: none;
			color: #0b7dab;
		}

		.gallery_nav_button a:hover {
			text-decoration: none;
			color: #fff;
		}
		
	/* Content container
	------------------------------------------------------------------------------- */
	#content {
		width: 100%;
		margin-top: 10px;
		#background: #0389dc;

	}

		/* Banner to display images down the left side of the page
		------------------------------------------------------------------------- */
		#side_banner {
			float: left;
			width: 20%;
		}

		/* Main text and pictures in this area
		-------------------------------------------------------------------------- */
		#content_area {
			float: right;
			width: 70%;
			padding-left: 30px;
			padding-right: 30px;
			text-align: justify;
			
		}
		
		#gallery_info_box {
			margin-top: 5px;
			margin-bottom: 5px;
			padding-bottom: 10px;
			border-top: 2px dotted #fff;
			border-bottom: 2px dotted #fff;
			min-height: 135px;
			font-family: georgia;
			font-size: 0.8em;
		}
		
		#gallery_title {
			font-size: 1.2em;
		}
		
		#gallery {
			clear: both;
		}
		
		.paint_box {
			width: 45%;
			text-align: center;
			padding-top: 10px;
			min-height: 300px;
			border-bottom: 1px dotted #fff;
		}
		
		.paint_box a {
			border: none;
		}
		
		.painting_info {
			position: relative;
			top: 15px;
			text-align: center;
			font-size: 0.5em;
			line-height: 1.5em;
			max-width: 150px;
		}
		
		.address {
			text-align: left;
		}
		
		.saleinfo {
			color: red;
			font-weight: bold;
			font-size: 130%;
		}
		
		/* set background images for corners */
		.rbroundbox { background: #67cccc; text-align: center; }
		.rbtop div  { background: url(../../images/layout/common/blue_corner_topleft.png) no-repeat top left; }
		.rbtop      { background: url(../../images/layout/common/blue_corner_topright.png) no-repeat top right; }
		.rbbot div  { background: url(../../images/layout/common/blue_corner_bottomleft.png) no-repeat bottom left; }
		.rbbot      { background: url(../../images/layout/common/blue_corner_bottomright.png) no-repeat bottom right; }

		/* height and width details */
		.rbtop div, .rbtop, .rbbot div, .rbbot {
			width: 100%;
			height: 14px;
			font-size: 1px;
		}
		.rbcontent  { margin: 0 14px; }
		.rbroundbox { width: 20em; margin: auto; }

		.about_paragraph_head {
			color: #ffde00;
			font-style: italic;
		}
		
		.centered {
			text-align: center;
		}
		
		.clear { clear: both; }

	/* Footer container
	------------------------------------------------------------------------------- */
	#footer {
		border-top: 1px dotted #fff;
		text-align: center;
		width: 100%;
		font-size: 0.7em;
	}
	
	#footer span {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.nav-prev {
		font-size: 0.7em;
		margin-top:20px;
	}
	
	.nav-next {
		font-size: 0.7em;
		margin-top:20px;
	}