/* BODY */
body {
    line-height: 1em;
	color: #333;
    margin: 0;
    padding: 0;
    background: #252525;     
}
/* TEXT */
p {
	color: black;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	line-height: 1.5em;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
/* Links */
a, a:link, a:active {
	text-decoration: underline;
	color: #525db5;
	color: blue;
}
a:hover {
	text-decoration: none;
}
/* end Links */
/* Headings */
h1, h2, h3{
    color: #cca972;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0 0.3em;
}
h3 {
	font-size: 1.4em;
	margin: 0.5em 0 0.3em;
}
/* end Headings */
/* Lists */
ul {
	font-size: 1.3em;
	margin-left:10em;
	line-height: 1.6em;
}

/* end List */

/* end Markup stuff */

/*LAYOUT*/
#page{
	background-color: white;
	background-image: none;
	text-align: left;
}
#wrap-outer{
	padding-top: 0px;
}
#wrap-inner{
	padding-top: 20px;
}
#main-content{
	width: 550px;
	float: right;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}
#sub-content{
	width: 150px;
	float: left; }
#header{
	height: 60px;
	background-color: #252525;
	background-image: url(../images/site-artwork/header-cats.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header h1 {
	font-size: 3.5em;
	color: #b3c29d;
	font-weight: bold;
	line-height: 2.6em;
}
#footer{
	clear: both;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
	height: 20px;
	border-top: 1px solid #252525;	
}
#footer p{
    font-size: 1em;
	padding: 2px 10px;
	font-style: italic;
}
#footer p.copyright {
	width: 350px;
	float: left;
}
#footer p.webdesign {
	text-align: right;
	width: 250px;
	float: right;
}
/* END LAYOUT*/
/* Navigation */
#navigation {
	width: 100%;
	padding: 0; }
#navigation .wrapper {
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 35px;
	padding-top: 2px;
	padding-bottom: 100px;
	margin-left: 10px;
}
/* end Navigation */

/* IMAGES */
#bio #main-content img, #contact #main-content img{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid gray;
}
#bio #main-content .rtimg, #contact #main-content .rtimg {
	float: right;
	margin: 0 0 0 10px;
}
/* Gallery Page Thumbs */
#gallerythumbs {
    padding: 1px;
	border: 3px double gray;
	width: 500px;
	vertical-align: middle;
}
#gallerythumbs p{
	text-align: center;
	margin: 0;
	padding: 0;
}

#gallerythumbs img{
    border: 1px solid gray;
    padding: 1px;
	margin: 10px;
}
#links .bannerthumbs, #commission .bannerthumbs {
	width: 84px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px gray;
}
.bannerthumbs img {
	float: right;
	margin: 1px;
	border: solid 1px gray
}
#links .bannerthumbs{
	height: 100%;
}
#commission .bannerthumbs {
	height: 420px;
}
/* Index Page Image Rollovers */
.outerbox {
    border: 1px solid gray;
    padding: 1px;
    height: 365px;
    width: 387px;
	margin-bottom: 10px;
}
.outerbox img {
    border: 1px solid gray;
    margin: 1px;
    float:left;
}
.thumbox img{
    border: solid 1px gray;
    margin: 1px;
}

