/* 
   Bella Stone Design CSS file
   (C) 2004 Ukiah Smith 
*/

/* header color #af9b45 */

html	{
	font-family: sans-serif;
	font-size: 12px;
	}

html img {
	border: solid 0px black;
	}

body	{
	text-align: center;
	}

a	{
	color: #444;
	text-decoration: none;
	}

a:hover	{
	text-decoration: underline;
	}

h1	{
	text-size: 2em;
	}

p	{
	text-align: left;
	margin: 2em 1em 2em 0em;
	padding: 1em .5em 0em 0em;
	}

ol	{
	text-align: left;
	}

#header {
	border: solid blue 0px;
	width: 902px;
	margin: 0em auto 0em auto;
	}

.menu a {
	margin: .5em;
	border: solid red 0px;
	}

#menu_bar {
	width: 250px;
	border: solid green 0px;
	float: left;
	}
	
#content {
	border: red solid 0px;
	width: 631px;
	margin: 0em 0em 0em 251px;
	text-align: left;
	}

#main	{
	width: 902px;
	border: 0px purple solid;
	margin: 0em auto 0em auto;
	}

#footer	{
	font-size: 10px;
	width: 902px;
	margin: 3em auto 0em auto;
	}

#footer div a {
	padding: 0em 1em 0em 1em;
	}
#footer address {
	padding: 1em;
	}

.subtle {
	color: #ccc;
	}
	
.subtle	* {
	color: #ccc; 
	}



/* for splash page */
#splash	{
	width: 700px;
	margin: 10em auto 0em auto;
	text-align: left;
	}

/* for quote form */
.row	{
	border: 0px red solid;
	width: 30em;
	height: 2em;
	margin: .5em;
	}
	
.title	{
	float: left;
	width: 12em;
	border: 0px green solid;
	height: 2em;
	text-align: right;
	}

.item	{
	float: right;
	width: 12em;
	border: 0px blue solid;
	height: 2em;
	text-align: left;
	}

.gallery_image	{
		margin: 0em auto 0em auto;
		width: 500px;
		min-height: 500px;
		}

.gallery_image img {
		margin: 0em auto 0em auto;
		}

.gallery_thumb	{
		width: 500px;
		padding: 1em;
		margin: 0em auto 0em auto;
		}

.gallery_thumb img {
		margin: 0em 25px 0em 25px;
		}

/* for edges page */
#edgemask	{
		border-bottom: solid red 0px;
		}

#bground	{
		height: 300px
		}
