/* Rowe.css */

/* colors 
logo red #6c0000
text red #662222
bg light #c7bead
bg lighter #d4cbba
*/


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

a 	{ 
	color: 			#622;
	text-decoration: 	none;
	font-family: 		Georgia, serif;
	font-size: 		80%;
}

a img {
	border: none;
	}
	
a:hover {
	text-decoration: underline;
}


/* Splashpage Declarations */


div#splashpagetop {
	position: absolute;
	top: 0;
}

div#splashcontent {
	width: 850px;
	height: 350px;
	padding: 15px;
}

div#leftside {
	clear: both;
	float: left;
	margin-left: 25px;
	width: 625px;

}

div#rightside {
	float: right;
	width: 200px;
	}

div#splashnav {
	width: 700px;
	margin: 0 auto 0 auto;
	background-color: #c7bead;
	position: relative;
}

div#splashnav ul li {
	display: inline;
	list-style-type: none;
	padding: 12px;
}

div#splashnav ul li a {	
	font-family: Georgia, serif;
	font-size: 80%;
	}

img.top {
	position: absolute;
	top: 150px;
	right: 200px;
	border-right: 2px solid #baa;
	border-bottom: 2px solid #a99;
}

img.bottom {
	position: absolute;
	top: 340px;
	right: 200px;
	border-right: 2px solid #baa;
	border-bottom: 2px solid #a99;
}


/* ----- common declarations ----- */

div#content {
	width: 850px;
	height: 500px;
	margin: 0 auto;
}

div#gallerycontent {
	width: 850px;
	height: 535px;
	margin: 0 auto;
}

div#gallerybox {
	width: 850px;
	height: 450px;
	margin: 0 auto;
}

div#logo {
	position: relative;
	top: 20px;
	margin: 20 auto 35 auto;
	text-align: center;
}

div#header {
	text-align: left;
	padding-top: 40px;
	font-family: Georgia, serif;
	font-size: 100%;
	color: #333;
}

div#galleries {
	margin-top: 25px;
}

div#galleries ul li{
	text-align: left;
	padding: 3px;
	font-size: 125%;
	display: block;
	list-style-type: none;
}

div#galleries ul li a:hover {
	text-decoration: underline;
}

div#nav {
	width: 850px;
	margin: 0 auto 0 auto;
	background-color: #c7bead;
}

div#nav ul li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	}

.text {
	text-align: left;
	color: #333;
}


.rightimg {
	float: right;
	padding: 5px;
	margin:  5 0 10 15;
	border: 1px solid #999;
}

.featureimg {
	float: right;
	padding: 5px;
	margin:  5 0 15 15;
	border: 1px solid #999;
}
	

.address {
	margin-left: 35px;
	font-style: italic;
	font-size: 90%;
	
}

/* Specialty Pages */

div#threeimages {
	margin-top: 40px;
}

div#commission {
	width: 800px;
	color: #333;
	text-align: left;
	font-size: 90%;
}

h1 {
	font-style: bold;
	font-size: 110%;
}

div#tribute {
	margin-top: 40px;
	text-align: left;
	font-size: 90%;
	color: #333;
}

.quote {
	clear: both;
	padding: 5px;
	text-align: right;
}

div#publicleftcol {
	float: left;
	width: 300px;
	text-align: left;
}

div#publicrightcol {
	float: left;
	width: 550px;
	text-align: left;
}