 /* sStyle sheet for Kara Gasparro Illustration Portfolio.*/
 /* created by Rowland Forbes 2008*/
 
a		{font-family:impact; }
a:link		{color: #8bcb27; }  /* for unvisited links */
a:visited	{color: #467103;} /* for visited links */
a:active	{color: #467103; } /* when link is clicked */

p {font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:12px;
	color:#000001;
	text-align: justify;
	}
	
table{
font-size:18px;
}

body {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:10px;
	color:#000001;
	text-align: justify;
	background-color:#ffffff;
}

h1 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:30px;
	color:#000000;
	text-align:Left;
	
}

h2 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:24px;
	color:#979797;
	text-align:center;
	
}

.shopthumbnail {
  	float:left;
  	border: 1px solid #000;
	margin: 5px 0px 0px 100px;
  	padding: 0px;
  	text-align: center;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
} 


.thumbnail {
  	float: left;
  	width: 51px;
  	height: 51px;
  	border: 1px solid #000;
	margin: 5px 0px 0px 5px;
  	padding: 0px;
  	text-align: center;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
} 

.thumbpallet {
	float: left;
  	width: 295px;
  	height: 230px;
  	border: 1px solid #000;
  	margin: 10px 5px 10px 5px;
  	padding: 0px;
  	text-align: center;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
}

 /* 
 #links a img {
  height: 0;
  width: 0;
  border-width: 0px;
}
 
#links a {
  display:block;
  padding-top:75px;
} 

#links a:hover img {
  position: absolute;
  top: 120px;
  left: 325px;
  height: 399px;
  width: 521px;
  border-width: 2px;
  border-color: #0ff;
} 
*/

#container{
	position:relative;
	width:980px;
	margin:auto;
	background:#ffffff;

}

#logo{
	position:relative;
	width:980px;
}

#subnav{
	position:absolute;
	left:0px;
	margin:auto;
	height:625px;
	width:200px;
	text-align:justify;
	background-repeat:no-repeat;
}

#thin_subnav{
	position:relative;
	margin:auto;
	height:625px;
	width:50px;
	text-align:justify;
	background-repeat:no-repeat;
	float:left;
}

#main{
	position:absolute;
	top:150px;
	left:200px;
	text-align:justify;
	background-repeat:no-repeat;
}

#full_main{
	position:absolute;
	width:930px;
	left:50px;
}

#text{
	position:absolute;
	left:168px;
	top:146px;
	width:458px;
	height:164px;
}

#footer{
	position:absolute;
	width:980px;
	top:650px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#nav_spacer{
	position:relative;
	top:150px;
	left:0px;
	width:178px;
	margin: 0px;
	padding: 0px;
}

#backgroundright{
	position:absolute;
	top:0px;
	right:-200px;
	}

#backgroundleft{
	position:absolute;
	top:0px;
	left:-200px;
	}	
