/**** custom styles ****/

h1 {
	color: CC6600;
	font-size: 18px;
	font-weight: bold;
}

h2 {	font-size: 16px;
	font-weight: bold;
}

.bioPhoto {
	border:1px solid #666666;
	height:250px;
	width:250px;
}

.bookPhoto {
	border:1px solid #666666;
	height: 300px; 
	width: 201px;
}

.servicesPhoto {
	border:1px solid #666666;
	height: 225px;
	width: 225px;
}

.weddingPhoto {
	border:1px solid #666666;
	height: 170px; 
	width: 170px; 
}

.paintingThumb {
	border:1px solid #666666;
	height: 125px;
	width: 125px;
	margin-right: 5px;
}

.main {
	vertical-align: top;
	background-color: #FFF2C9;
	padding: 30px;
}

.copyright {
	color: #222222;
	background-color: #FFF2C9;
	font-family: georgia, arial, verdana, sans-serif; 
	font-size: 11px;
	padding-bottom: 10px;
	text-align: center;
}

/**** anchor styles ****/

a:link {
	color : maroon;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 12px;
	text-decoration: underline;
}

a:visited {
	color : maroon;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 12px;
	text-decoration: underline;
}

a:hover {
	color : red;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 12px;
	text-decoration: underline;
} 

a:active {
	color : red;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 12px;
	text-decoration: underline;
}

a.nav {
	padding: 3px;
}
	
a.nav:link {
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 13px;
	color : maroon;
	text-decoration : none;
}
 
a.nav:visited {
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 13px;
	color : maroon;
	text-decoration : none;
}

a.nav:hover {
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 13px;
	color : #DF0000;
	text-decoration : underline;
}

a.nav:active {
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 13px;
	color : maroon;
	text-decoration : underline;
}

/**** html tags ****/

body {
	background-color: #FFCC28;
	color : #222;
	margin : 0;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 12px;
}

input, select {
	color : #222;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 11px;
}

table {
	color : #222;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 12px;
	line-height:150%;
}

td.navoff {
	color : #000000;
	background-color: #DED3AF;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-align : center;
	height: 30px;
	width : 140px;
}

td.navon {
	color : #000000;
	background-color: #FFFFFF;
	font-family : georgia, arial, verdana, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-align : center;
	height: 30px;
	width : 140px;
}
