* {
	margin: 0;
	padding: 0;
}

html{
	min-height: 100%;
	margin-bottom: 1px;

}

body {
	background: #666666;
	text-align: center;
	font-family: "Lucida Grande", "MS Trebuchet", "Arial", sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #222;
}

table {
	margin: 0 0 20px 0;
}

th{
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	font-size: 12pt;
	border-bottom: 6px solid #ddd;
	/*background: transparent url(../images/th.gif) no-repeat bottom left;*/
}

td{
	padding: 4px 10px 4px 0;
	line-height: 20px;
}

td img{
	margin: 8px;
	/*border: 8px solid #ddd;*/
}

h1{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 14pt;
	border-bottom: 6px solid #ddd;
}
h3{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 11pt;
	border-bottom: 6px solid #ddd;
}

a {
	color: #5B2E40;
}

img {
	border: none;
}

form {
	width: 400px;
	
}

fieldset {
	border: 2px solid #333;
	margin: 0 0 20px 0;
}
legend {
	padding: 5px;
}
fieldset.selects {
	padding: 20px;
}
fieldset.buttons {
	border: none;
}
fieldset.selects select{
	width: 70px;
}

hr {
	display: block;
	height: 10px;
	margin: 10px;
	background: transparent url(../images/hr.gif) no-repeat;
	border: none;
}

address {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-style: normal;
}

#header {
	position: relative;
	margin: 30px auto 0 auto;
	width: 796px;
}
#navigation {
	position: relative;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/title.gif) no-repeat left;
}
#navigation ul {
	padding: 0 0 0 340px;
	list-style-type:none;
}
#navigation ul li {
	position:relative;
	display:block;
	height: 60px;
	float:left; /* Critical */
}
#navigation ul li a{
	display: block;
	height: 60px;
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
}
#navigation ul li.home a{
	width: 67px;
	background: transparent url(../images/home.gif) no-repeat top left;
}
#navigation ul li.about a{
	width: 66px;
	background: transparent url(../images/about.gif) no-repeat top left;
}
#navigation ul li.contact a{
	width: 83px;
	background: transparent url(../images/contact.gif) no-repeat top left;
}
#navigation ul li.writing a {
	width: 78px;
	background: transparent url(../images/writing.gif) no-repeat top left;
}
#navigation ul li.portfolio a {
	width: 60px;
	background: transparent url(../images/work.gif) no-repeat top left;
}
#navigation ul li.exhibitions a {
	width: 98px;
	background: transparent url(../images/exhibitions.gif) no-repeat top left;
}

#navigation ul li a:hover {
	background-position: top right;
}

#header #maincontent {
	margin: 0;
	padding: 20px 0 20px 0;
	background-color: #fff;
	border:10px solid #CCCCCC;
	text-align: center;
}
#contentbackground {
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

#text {
	margin-left: 40px;
	padding: 0px;
	width: 680px;
	text-align: left;
	/*background: transparent url(../images/lined_paper.gif) repeat-y;*/	
}
#text p{
	padding: 0 20px 22px 20px;
}


#footer {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 796px;
	color: #ccc;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
}
/*LoVeHAte*/
#footer ul li a {
	font-size: 10px;
	color: #ccc;
}
#footer ul li a:visited {
	color: #ccc;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #aaa;
	text-decoration: none;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 30px;
	letter-spacing: 0;

}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 20px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}