body {
	font-family:"Times New Roman", Times, serif;
	background: transparent url(../img/landingPageBackground.jpg) top left repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #002f51;
}
a{
	color:#002f51;
}
a:hover{
	color:#f7f3a9;
}
#container{
	width: 900px; 
	margin: 0 auto;
	text-align: left; 
	position:relative;
	padding-top:20px;
}
#newlyUpdated{
	width:800px;
	margin:0 auto;
	background:transparent url(../img/newlyUpdatedBackground.png) top left repeat;
	padding:5px;
	font-size:14px;
}
.landingPage #container {
	background:transparent url(../img/landingPageSketchBackground.jpg) center 340px no-repeat;
}
.landingPage #sketchBackground{
}
.landingPage #header{
	margin:0;
	padding:0;
}
.landingPage #header h1 {
	text-indent:-9000px;
	height:363px;
	width:900px;
	background: transparent url(../img/landingPageMantle.jpg) top left no-repeat;
	margin:0;
	padding:0;
}
.landingPage #topNav, .landingPage #bottomNav{
	background:transparent url(../img/landingPageNavBackground.gif) center center repeat-x;
	position:relative;
	height:40px;
	margin-bottom:10px;
}
.landingPage #topNav .home{
	display:block;
	width:89px;
	height:40px;
	background:transparent url(../img/navHome.gif) top left no-repeat;
	position:absolute;
	left:0;
	top:0;
}
.landingPage #topNav .contact{
	display:block;
	width:119px;
	height:40px;
	background:transparent url(../img/navContact.gif) top left no-repeat;
	position:absolute;
	left:230px;
	top:0;
}
.landingPage #topNav .bio{
	display:block;
	width:59px;
	height:40px;
	background:transparent url(../img/navBio.gif) top left no-repeat;
	position:absolute;
	left:467px;
	top:0;
}
.landingPage #topNav .news{
	display:block;
	width:82px;
	height:40px;
	background:transparent url(../img/navNews.gif) top left no-repeat;
	position:absolute;
	left:600px;
	top:0;
}
.landingPage #topNav .store{
	display:block;
	width:80px;
	height:40px;
	background:transparent url(../img/navStore.gif) top left no-repeat;
	position:absolute;
	right:0;
	top:0;
}
.landingPage #bottomNav .comicArt{
	display:block;
	width:125px;
	height:40px;
	background:transparent url(../img/navComicArt.gif) top left no-repeat;
	position:absolute;
	left:0;
	top:0;
}
.landingPage #bottomNav .bookIllustration{
	display:block;
	width:202px;
	height:40px;
	background:transparent url(../img/navBookIllustration.gif) top left no-repeat;
	position:absolute;
	left:190px;
	top:0;
}
.landingPage #bottomNav .biblicalChristianArt{
	display:block;
	width:249px;
	height:40px;
	background:transparent url(../img/navBiblicalChristianArt.gif) top left no-repeat;
	position:absolute;
	left:450px;
	top:0;
}
.landingPage #bottomNav .artForSale{
	display:block;
	width:142px;
	height:40px;
	background:transparent url(../img/navArtForSale.gif) top left no-repeat;
	position:absolute;
	right:0;
	top:0;
}
.landingPage #mainContent {
	padding: 0 20px;
	height:795px;
	position:relative;
}
.landingPage #mainContent .welcomeMessage {
	width:298px;
	height:559px;
	display:block;
	background: transparent url(../img/landingPageWelcome.gif);
	text-indent:-9000px;
	position:absolute;
	top:45px;
	left:40px;
	padding-top:0;
	margin-top:0;
}
.landingPage #mainContent .books {
	width:566px;
	height:553px;
	display:block;
	background: transparent url(../img/landingPageBooks.png);
	text-indent:-9000px;
	position:absolute;
	top:193px;
	left:295px;
}
.landingPage #mainContent #counter {
	bottom:10px;
	display:block;
	position:absolute;
	right:140px;
	width:345px;
}
.landingPage #mainContent #counter a{
	text-decoration:none;
}
.landingPage #footer {
	padding: 0 10px; 
}
.landingPage #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.subPage #navContainer{
	text-align:center;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding-left: 45px;
}
.subPage #navContainer ul{
	list-style:none;
}
.subPage #navContainer ul li {
	padding: 0 20px 0 0;
	margin: 0;
	background: transparent;
	float:left;
	text-align:center;
}
.subPage #navContainer a{
	color:#002f51;
	font-size:24px;
	text-decoration:none;
}
.subPage #topNav{
	padding-left:92px;
}
.subPage #navContainer a:hover{
	color:#f7f3a9;
}
.subPage #mainContent{
	background: #f7f3a9 url(../img/subPageBackground.gif) bottom left repeat-x;
	padding:20px;
	margin:20px 0;
}
.subPage p, .subPage h2{
	padding:0 0 10px 0;
	margin:0;
}
.subPage h3{
	padding-bottom:0;
	margin-bottom:0;
}
.news p{
	padding-left:40px;
	font-size:18px;
}
.subPage #navContainer a.active{
	color:#f7f3a9;
}
.store #mainContent, .comicArt #mainContent{
	padding:0;
}
.store .storeSpacer, .comicArt .spacer{
	background: transparent url(../img/landingPageBackground.jpg) top left repeat;
	height:120px;
	width:750px;
	float:right;
	text-align:right;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
}
.comicArt .firstSpacer{
	height:90px;
}
.store a , .store a:active, .comicArt #container #mainContent a, .comicArt #container #mainContent  a:active, .comicArt #container #mainContent  a:hover, .comicArt #container #mainContent  a:visited{
	text-decoration:none;
	color:#002f51;
}
.store .spacerHack, .comicArt .spacerHack{
	visibility:hidden;
	height:0;
	line-height:0;
	font-size:0;
}
.store .storeContent, .comicArt .comicArtContent{
	clear:both;
	position:relative;
	float:right;
	width:560px;
	padding:5px 20px;
}
.comicArt .comicArtContent{
	height:137px;
}
.comicArt .comicArtContent h2{
	font-size:34px;
	padding-top:45px;
}
.store .storeImage, .comicArt .comicArtImage{
	position:absolute;
	left:-200px;
	top:-50px;
}
.orders #container{
	width:400px;
}
.creatureMantle{
	text-indent:-9999px;
	width:896px;
	height:86px;
	background: transparent url(../img/creature/mantle.jpg) top left no-repeat;
}
.sketchMantle{
	text-indent:-9999px;
	width:892px;
	height:72px;
	background: transparent url(../img/sketchbook/mantle.jpg) top left no-repeat;
}
.subPage .privateSketchbook{
	margin-left:-46px;
}
.subPage .sketchCopy {
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	width:800px;	
}
.artForSale td{
	vertical-align:top;
}
.artForSale #mainContent a:hover{
	text-decoration:none;
	color:#002f51;
}

.gridShell {
	width:900px;
}
.gridShell .gridCell{
	margin:0 10px 10px 0;
	float:left;
}
.twoBy .gridCell{
	width:435px;
	text-align:center;
}
.threeBy .gridCell{
	width:290px;
}
.fourBy .gridCell{
	width:205px;
}
.back{
	display:block;
	height:21px;
	width:60px;
	background: transparent url(../img/back.jpg) top left no-repeat;
	margin:10px 50px;
}
.subPage a, .subPage a:active, .subPage a:visited{
	color:#002f51;
}
.subPage a:hover{
	color:#f7f3a9;
}
.centered{
	text-align:center;
}
#footer{
	text-align:center;
	font-size:12px;
}
th{
	text-align:left;
	font-size:18px;
}
.title strong{
	font-weight:Bold;
	font-size:18px;
}
.sold td{
	text-decoration: line-through;
}
.soldText{
	color:#F00;
	font-weight:bold;
}
a .screenshot{
	text-decoration:none;
}
.screenshot{
	position:relative;
	top:3px;
}
#skip{
	font-size:11px;
	margin-left:17px;
	position:relative;
	text-decoration:none;
	top:-5px;
}
.clearfix{
	clear:both;
	height:0;
}
