@charset "UTF-8";

table {
border-collapse:collapse
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
	background-color: #EEEEEE;
	background-image: url(Assets/Images/TinyBorderCream.gif);
	word-spacing: normal;
}
.twoColFixLtHdr #container {
	width: 904px;
	text-align: left;
	background-image: url(Assets/Images/TinyBorderCream.gif);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
	height: 750px;
} 
.twoColFixLtHdr #mainContent {
	background-image: url(Assets/Images/TinyInnerCream.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 25px;
	height: 660px;
	border-right: solid #000 2px;
	border-top: solid #000 2px;
} 
.twoColFixLtHdr #mainContent2 {
	background-image: url(Assets/Images/TinyInnerCream.gif);
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 25px;
	height: 658px;
	border-right: solid #000 2px;
	border-top: solid #000 2px;
	border-left: solid #000 2px;
}
.twoColFixLtHdr #header {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(Assets/Images/TinyBorderCream.gif);
	border-bottom-width: 1px;
	vertical-align: bottom;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #EBEBEB;
	background-image: url(Assets/Images/TinyInnerCream.gif);
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	height: 655px;
	border-left: solid #000 2px;
	border-top: solid #000 2px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	background-color: #EBEBEB;
	background-image: url(Assets/Images/TinyInnerCream.gif);
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 650px;
	border-left: solid #000 2px;
	border-top: solid #000 2px;
}
.artTitle {
	height: 605px;
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	color: #440000;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	padding-left: 20px;
	letter-spacing: 0.07em;
}
.artTitle  td {
	vertical-align: bottom;
	padding-right: 5px;
	padding-left: 10px;
}
.artTitleCopy {
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999999;
}
.artImage  {
	height: 626px;
	width: 610px;
}
.artImage  td {
	vertical-align: bottom;
	text-align: right;
}
#mainimage {
	text-align: right;
	float: right;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 640px;
	padding-right: 15px;
	height: 626px;
	bottom: 0px;
}
.nextbuttons {
	font-family: "Courier New", Courier, monospace;
	color: #440000;
	font-size: 12px;
	font-weight: bold;
}
.nextbuttons a:link {
	text-decoration: none;
	color: #440000;
}
.nextbuttons a:visited {
	text-decoration: none;
	color:#440000;
}

.nextbuttons a:hover {
	text-decoration: none;
	color:#990000;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(Assets/Images/TinyInnerCream.gif);
	margin-top: 0px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 2px;
	width:auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #AAAAAA;
}
.twoColFixLtHdr #footer2 {
	padding: 0 10px 0 20px;
	background-image: url(Assets/Images/TinyInnerCream.gif);
	margin-top: 0px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 2px;
}
.twoColFixLtHdr #footer2 p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#borderbox {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 900px;
}
#textCVBoxRight {
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	height: 650px;
}
h1 {
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 13px;
	color: #550000;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bolder;
	color: #660000;
	padding-left: 20px;
}
.submenu {
	padding-left: 30px;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#550000;
}
#theworkmenu {
	padding-top: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
#theworkmenu p {
	margin: 10px 0 0 0;
	padding: 0px;
	font-family: "American Typewriter", "Courier New ", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.06em;
}
#theworkmenu a:link {
	text-decoration: none;
	color: #000000;
}
#theworkmenu a:visited {
	text-decoration: none;
	color:#000000;
}

#theworkmenu a:hover {
	text-decoration: none;
	color:#990000;
}

#aboutgif {
	padding-right: 25px;
	padding-left: 25px;
}
#wileygif {
	text-align: left;
}
.sidebarText {
	text-align: left;
	vertical-align: top;
	height: auto;
	margin-bottom: 65px;
}
#imagedescription {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: italic;
	line-height: 1em;
	font-weight: normal;
	color: #330000;
}
#scrollingbox {
	height: 650px;
	overflow:auto;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebarimg {
	margin-left: 10px;
	margin-top: 5px;
}

/* Copyright 2009 Magic Toolbox
   Use this tool on your website:
   Go to www.magictoolbox.com
*/


/* Stlye of zoomed window */
.MagicZoomBigImageCont {
border: 1px solid #999;
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
font-size: 8pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
	font-family: "Courier New", Courier, monospace;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: move;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(assets/ajax-loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}

/* rollover buttons */

.rollover a{
   display: block;
   text-indent: -9999px;
   margin: auto auto auto auto;
   cursor: pointer;
   outline: transparent solid 0px;
}
#TheWorkButton a{
	height: 13px;
	width: 65px;
	background-image: url(Assets/Images/GIFs/ComboNavbarLinkButtons/TheWorkCombo.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	vertical-align: bottom;
}
#TheWorkButton a:hover{
	background-position: center -13px;
}
#AboutButton a{
	height: 13px;
	width: 100px;
	background-image: url(Assets/Images/GIFs/ComboNavbarLinkButtons/AboutCombo.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	vertical-align: bottom;
}
#AboutButton a:hover{
	background-position: center -13px;
}
#IndexButton a{
	height: 13px;
	width: 40px;
	background-image: url(Assets/Images/GIFs/ComboNavbarLinkButtons/IndexCombo.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	vertical-align: bottom;
}
#IndexButton a:hover{
	background-position: center -13px;
}
#floating  {
	bottom:50px;
	left:200px;
	position:absolute;
}
