body {
	background: #603;	
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height : 130%;
	/*-- text-align: center; --*/
}

h1 {
	font-size: 160%;
	color: #3c4854;
}

h2 {
	font-size: 135%;
	font-style: italic;
	color: #936;
}

h3 {
	font-size: 120%;
	font-style: italic;
	color: #3c4854;
}

#outerWrap {
	position:absolute;
	width: 100%;
	height:100%;
	margin:0;
	padding: 0;
}


#innerWrap {
	background: url(../images/bg_shadow.gif) repeat-y top center;	
	position:absolute;
	left:50%;
	width:850px;
	height:auto;
	margin-left:-437px;
	padding:0px;
	border:0;
	}

/*-- #contentContainer {
	background-color: #fcf8ef;
	position: absolute;
	left: 50%;
	width: 725px;
	height: auto;
	margin-left: -390;
	padding: 0;
} --*/

#outerContainer {
	background-color: #fcf8ef;
	display: inline;
	float: left;
	width: 725px;
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
}

#innerContainer {
	position:relative;
	background: transparent url(../images/body_top_fade.jpg) no-repeat top center;	
	display: inline;
	float: left;
	width: 725px;
	margin: 0px;
	padding: 0px;
}

.bigquote {
	font-family: georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 130%;
	font-weight: bold;
	color: #936;
	line-height: 1.5em;
}
	
/*--- Links ---*/

a:link {
	color: #c60;
	text-decoration: none;
}

a:hover {
	color: #383d44;
	text-decoration: underline; 
}


img {
	border: 0;
	}

#header {
	height: 250px;
	width: 100%;
	background: transparent url(../images/header_bg.jpg) bottom right no-repeat;
	clear: both;
	}

#header img, #header img a {
	float: left;
	margin: 0;
	border: 0;
}

#leftcol {
	float: left;
	width: 500px;
}


#leftcol div {
	padding: 10px;
	margin: 0 auto;
}

.centeredImage {
    text-align:center;
    margin: 0 auto;
    padding:0px;
}

#rightcol {
	float: right;
	width: 222px;
}

#rightcol div {
	padding: 10px;
}

#leftGutter {
	display: inline;
	width: 75px;
	height:100%;
	padding: 0;
	margin:0;
	float: left;
}

#rightGutter {
	background: url(../images/right_gutter.gif) no-repeat bottom;	
	height:inherit;
	padding:0;
	margin:0;
	float:left;
}

#categories {
	float: left;
	width: 480px;
	padding: 10px 0;
}

#categories dl {
	float: left;
	width: 460px;
	margin: 10px 10px;
	padding: 0;
	display: inline; /*-- fixes IE/Win double margin bug --*/
}

#categories dt {
	float: right;
	width: 243px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #936;
}

#categories dd {
	margin: 0 0 0 217px;
	padding: 0;
	line-height: 1.6em;
	color: #000;
}

#categories dl dd.img {
	margin: 0;
}

#categories dd.img img {
	float: left;
	margin: 0;
	padding: 0x;
	border: 1px solid #936;
	background: #000;
}

#categories .alt dt {
	float: left;
}

#categories .alt dd {
	margin: 0 217px 0 0;
}

#categories .alt dd.img img {
	float: right;
	margin: 0 0 0 15px;
}
#categories {
	float: left;
	width: 480px;
	padding: 10px 0;
}

/*-- #thumbs dl {
	width: 215px;
	margin: 0;
	padding: 0;
}

#thumbs dt {
	float: left;
	width: 215px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 115%;
	font-weight: bold;
	color: #603;
}

#thumbs dl dd.img {
	margin: 0 0 4px 0;
	position: relative;
	left: 50%;
	margin-left: -50px;
}

#thumbs dd.img img {
	border: 2px solid #936;
	background: #000;
}

#thumbs dd.img img:hover {
	color:#c69;
	border: 2px solid #39c;
} --*/

#thumbs {
	margin: 10px;
	padding: 0;
}

#thumbs img {
	border: 2px solid transparent;
}

#thumbs img:hover {
	color:#c69;
	border: 2px solid #936;
}

.painting {
	border: 5px solid #000;
	vertical-align: middle;
}

/*-- .thumb {
	border: 1px solid #000;
} --*/		
	
#footer {
	height: 30px;
	width: 100%;
	background: transparent;
	border-bottom: 3px solid #000;
	clear: both;
}

	

