#page
{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}

/* Banner */

#banner
{
	height: 157px;
	width: 759px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	background-image: url(images/sdw.gif);
	text-align: left;
	font-size: 80%;
}

#bannertitle
{
	width: 600px;
	margin-top: 40px;
	float:left;
	color: #fff;
}
.bannertitle
{
	position: relative;
	/* font-family: 'Trebuchet MS', 'Trebuchet', sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: 0.15em;
}
.bannertitle:link
{
	text-decoration: none;
	color: #fff;
}
.bannertitle:visited
{
	color: #fff;
}
.bannertitle:hover
{
	text-decoration: none;
}

.bannersubtitle
{
	width: 600px;
	position: relative;
	font-family: 'Times New Roman', serif;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-left: 100px;
}
.bannersubtitle:link
{
	text-decoration: none;
}
.bannersubtitle:hover
{
	text-decoration: none;
}




/* Content */

#content
{
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#quote
{
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0px;
	float: right;
	text-align: right;
}

.quote
{
	font-family: 'Trebuchet MS', 'Trebuchet', Helvetica, Arial, sans-serif;
	margin-left: 80px;
	font-size: 120%;
	font-weight: light;
	line-height: 140%;
	font-style: italic;
}
.quoter
{
	font-size: 70%;
}
.break
{
	content: ".";
	display: block;
	height: 50px;
	clear: left;
	visibility: hidden;
}
.smllbreak
{
	content: ".";
	display: block;
	height: 10px;
	clear: left;
	visibility: hidden;
}
.halfsmllbreak
{
	content: ".";
	display: block;
	height: 5px;
	clear: left;
	visibility: hidden;
}
h1
{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 100%;
	font-variant: small-caps;
}
h2
{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 90%;
/*	font-variant: small-caps; */
}
h3
{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 85%;
	font-weight: bold;
/*	font-variant: small-caps; */
}
.intro
{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 160%;
}
.introlead
{
	font-family: Helvetica, Arial,  sans-serif;
	color: #efefef;
	font-weight: bold;
	line-height: 150%;
}
.body
{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 80%;
	line-height: 160%;
}
.bodylink:link,
body a:link,
a.bodylink:visited,
body a:visited
{
	color: #3a3a3a;
	text-decoration: none;
}
a.bodylink:active,
body a:active,
a.bodylink:hover,
body a:hover
{
	color: #3a3a3a;
	text-decoration: underline;
}
li
{
	list-style: square;
}
.captioncreator
{
	font-family: Helvetica, Arial,  sans-serif;
	color: #333;
}
.bodycredit
{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 75%;
	color: efefef;
	text-align: left;
	margin-bottom: 40px;
	margin-left: 10px;
}
.captionmedium
{
	font-family: Helvetica, Arial,  sans-serif;
	color: #333;
}
.captiontitle
{
	font-family: Helvetica, Arial,  sans-serif;
	font-style: italic;
	color: #333;
}
.captionstatement
{
	font-family: Helvetica, Arial,  sans-serif;
	color: #333;
	width: 400px;
	text-align: left;
}

td .captioncreator,
td .captionmedium,
td .captiontitle
{
	font-size: 80%;
}
.whitebox
{
	margin: 0 auto;
	border: 1px solid #000;
	color: #fff;
	width: 710px;
	padding: 2px;
	text-align: left;
	background-color: #fff;
	border: 3px solid #fff;
}


/* Artwork columns */
.column_wrapper {
 width: 710px;
 margin: 0 auto;
}

.left_column1 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: block; /* IE Hack */
 width: 170px;
 float: left;
 min-height: 190px;
 padding: 2px;
 text-align: center;
}
* html #leftcolumn1 {height:190px} /* IE Min-Height Hack */ 

.left_column2x { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: block; /* IE Hack */
 width: 340px;
 float: left;
 min-height: 200px;
 padding: 2px;
 text-align: center;
}
* html #leftcolumn2 {height:190px} /* IE Min-Height Hack */ 

.right_column1 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 padding: 2px;
 width: 170px;
 float: left;
 min-height: 190px;
 text-align: center;
}
* html #rightcolumn1 {height:190px} /* IE Min-Height Hack */ 

.right_column2 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 padding: 2px;
 width: 170px;
 float: left;
 min-height: 190px;
 text-align: center;
}
* html #right_column2 {height:190px} /* IE Min-Height Hack */ 


/* Footer */
#back2top
{
	width: 100px;
	float: right;
	padding: 0.15em 1em 0.15em 1em; 
}

#back2top a:link,
#back2top a:visited
{
	font-family: Helvetica, Arial,  sans-serif;
	text-decoration: none;
	font-size: 70%;
}
#back2top a:hover,
#back2top a:active
{
	font-family: Helvetica, Arial,  sans-serif;
	text-decoration: underline;
	font-size: 70%;
}
#footer
{
	height: 29px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}
.footercopyright
{
	font-family: Helvetica, Arial,  sans-serif;
	color: #fff;
	font-size: 75%;
	line-height: 160%;
	text-align: right;
	font-style: italic;
	padding: 10px;
}
.footercopyrightlink,
.footercopyrightlink:link,
.footercopyrightlink:visited
{
	font-family: Helvetica, Arial,  sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.footercopyrightlink:hover,
.footercopyrightlink:active
{
	text-decoration: underline;
}
