/* CSS Document */

#wrapper {
	width:860px;
	margin:auto;
	padding-top:60px;
}

#frameLeft {
	width:550px;
	float:left;
}
#slideshow {
	width:520px;
	height:516px;
	margin:auto;
	position:relative;
}
#frame {
	width:516px;
	height:513px;
	top:0px;
	left:2px;
	position:absolute;
	z-index:99;
	background-image:url(/images/home/slideshowFrame.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

h1 {
	margin:15px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #999999;
	background-image:url(/images/home/kadirNelson.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}
h1 span{
	display:none;
}

#navigation {
	height:55px;
	background-image:url(/images/home/navigationBkg.jpg);
	background-repeat:no-repeat;
}
#navigation a{
	display:block;
	float:left;
	height:22px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#navigation a:hover {
	background-position:0px -22px;
}
#navigation a span{
	display:none;
}
#mainNavigation {
	padding:12px 0px 0px 22px;
	height:10px;
}
a.prints {
	background-image:url(/images/home/prints.jpg);
	width:50px;
}
a.originals {
	background-image:url(/images/home/originals.jpg);
	width:67px;
}
a.commissions {
	background-image:url(/images/home/commissions.jpg);
	width:89px;
}
a.books {
	background-image:url(/images/home/books.jpg);
	width:49px;
}
a.bio {
	background-image:url(/images/home/about.jpg);
	width:109px;
}
a.whatsnew {
	background-image:url(/images/home/whatsNew.jpg);
	width:82px;
}
a.contact {
	background-image:url(/images/home/contact.jpg);
	width:59px;
}
#homeLogin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	margin:15px 40px 0px 0px;
}
#homeLogin a{
	color:#666666;
	text-decoration:none;
	margin-left:7px;
}
#homeLogin a:hover{
	color:#000000;
}

#frameRight {
	float:left;
}
#whatsNew {
	width:292px;
	height:504px;
	background-image:url(/images/home/whatsNewBkg.jpg);
}
#whatsnewBottom {
	background-image:url(/images/home/whatsNewBoxBottom.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:308px;
}
#whatsNew h2 {
	background-image:url(/images/home/whatsNewBoxTop.jpg);
	background-repeat:no-repeat;
	height:69px;
	margin:0px;
	padding:0px;
}
#whatsNew h2 span{
	display:none;
}
.morenews {
	text-align:right;
	padding-right:9px;
}
.morenews a{
	font-size:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:15px;
}

form {
	margin:0px;
	padding:0px;
	background-image:url(/images/home/guestRegister.jpg);
	background-repeat:no-repeat;
	background-position:6px 0px;
	height:110px;
	margin-top:7px;
}
form h2 {
	display:none;
}
.formtext {
	text-align:center; 
	font-size:10px; 
	font-style:italic; 
	color:#666666; 
	padding-right:10px;
	padding:15px;
}
.submitButton {
	margin:3px 0px 0px 90px;
}

