@charset "utf-8";
/* Valid CSS Stylesheet
______ __ _____ _ __
/ ____/___ _/ /_ / ___/____ (_)___/ /__ _____
/ /_ / __ `/ __ \ \__ \/ __ \/ / __ / _ \/ ___/
/ __/ / /_/ / /_/ / ___/ / /_/ / / /_/ / __/ /
/_/ \__,_/_.___/ /____/ .___/_/\__,_/\___/_/
/_/
*/

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #b69c56;
  text-align: left;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0px;
  margin-bottom: 5px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #b69c56;
  margin: 1px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444035;
  font-weight: normal;
  margin-bottom: 5px;
}

a:link {
  color: #b69c56;
  text-decoration: none;
  border: none;
  outline: none;
}

a:hover {
  color: #332A0C;
  text-decoration: none;
  border-bottom: 1px dotted #8B8873;
  outline: none;
}

a:active {
  text-decoration: none;
  border: none;
  outline: none;
}

a:visited {
  color: #b69c56;
  text-decoration: none;
  border: none;
  outline: none;
}

.ull {
  list-style-image: url(../images/ull.png);
  float: left;
}
.ulr {
  list-style-image: url(../images/ulr.png);
  float: left;
}

img {
  border: 0;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

#tooltip {
  width: 150px;
  position: absolute;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 5px;
  color: #000000;
  display: none;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  opacity: .80;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  z-index: 100;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #705725;
  overflow-x: hidden;
}

#pageWrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 0;
  padding: 0;
  text-align: center;
}

#headerWrapper {
  background-color: #aba9aa; /*#9B9899;*/  
  background-repeat: repeat-x;
  border-bottom: 8px solid #000;
  width: 100%;
  height: 171px;
  margin: 0 auto;
  padding: 0;
  padding-top: 15px;
  text-align: center;
}

#header {
  width: 1000px;
  height: 191px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#logo {
  width: 150px;
  height: 140px;
  float: left;
}

ul#nav {
  margin: 0;
  margin-top: -20px;
  padding: 0;
  float: right;
}

#nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#nav li a {
  list-style: none;
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  float: left;
}

#nav .home a {
  background-image: url(../images/home.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 117px;
  height: 163px;
}

#nav .home a:hover {
  background-image: url(../images/home.jpg);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 117px;
  height: 163px;
  border: 0;
}

#nav .artists a {
  background-image: url(../images/artists.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 117px;
  height: 163px;
}

#nav .artists a:hover {
  background-image: url(../images/artists.jpg);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 117px;
  height: 163px;
  border: 0;
}

#nav .original a {
  background-image: url(../images/original.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 117px;
  height: 163px;
}

#nav .original a:hover {
  background-image: url(../images/original.jpg);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 117px;
  height: 163px;
  border: 0;
}

#nav .news a {
  background-image: url(../images/news.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 117px;
  height: 163px;
}

#nav .news a:hover {
  background-image: url(../images/news.jpg);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 117px;
  height: 163px;
  border: 0;
}

#nav .lemans a {
  background-image: url(../images/howtobuy.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 117px;
  height: 163px;
}

#nav .lemans a:hover {
  background-image: url(../images/howtobuy.jpg);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 117px;
  height: 163px;
  border: 0;
}

#nav .newartists a {
  background-image: url(../images/newartists.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 117px;
  height: 163px;
}

#nav .newartists a:hover {
  background-image: url(../images/newartists.jpg);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 117px;
  height: 163px;
  border: 0;
}

#nav .manhattan a {
  background-image: url(../images/manhattan.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 117px;
  height: 163px;
}

#nav .manhattan a:hover {
  background-image: url(../images/manhattan.jpg);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 117px;
  height: 163px;
  border: 0;
}

.mainWrapper {
  border-top: #000 10px solid;
  background-repeat: repeat-x;
  width: 100%;
  height: 650px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.mainWrappernews {
  border-top: #000 10px solid;
  background-repeat: repeat-x;
  width: 100%;
  height: 820px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.mainWrappermanhattan {
  border-top: #000 10px solid;
  background-repeat: repeat-x;
  width: 100%;
  height: 650px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.mainWrappercompany {
  border-top: #000 10px solid;
  background-repeat: repeat-x;
  width: 100%;
  height: 810px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.main {
  width: 1000px;
  height: 655px;
  border: 7px solid #000;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  text-align: left;
}

.mainWLA {
  width: 1000px;
  height: 582px;
  border: 7px solid #000;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  text-align: left;
}

.mainNews {
  width: 1000px;
  height: 834px;
  border: 5px solid #000;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  text-align: center;
}

.mainNewsSub {
  width: 1000px;
  height: 820px;
  border: 5px solid #000;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  text-align: center;
}

.mainHTB {
  width: 1000px;
  height: 655px;
  background: url(../images/howtobuyBg.jpg) bottom right no-repeat;
  border: 7px solid #000;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  text-align: left;
}

.mainGoodies {
  width: 1000px;
  height: 627px;
  border: 5px solid #000;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  text-align: center;
}



.ourartists {
  background: url(../images/ourartists.jpg) no-repeat;
  height: 42px;
  width: 196px;
  border-right: 5px solid #000;
  text-indent: -5000px;
  float: left;
}

.sliding-nav-artists {
  margin-top: 25px;
  width: 160px;
  float: left;
}

.sliding-nav-artists li {
  list-style: none;
  width: 150px;
  text-align: left;
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 3px;
  float: left;
}

.sliding-nav-artists li a {
  color: #444035;
  padding: 2px;
}

.sliding-nav-artists li a:hover {
  background-color: #d61b39;
  color: #ffffff;
  padding: 2px;
  border: 0;
}

.sliding-nav-artists li a:active {
  color: #d61b39;
  padding: 2px;
  border: 0;
}

.sliding-nav-artists li a:visited {
  color: #444035;
}

.sliding-nav-artists li a:visited:hover {
  background-color: #d61b39;
  color: #ffffff;
}

.csw {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.csw .loading {
  margin: 200px 0 300px 0;
  text-align: center;
}

/*----------- Homepagecontent --------------*/

#homemaincontent {
  width: 790px;
  height: 450px;
  float: right;
  margin-top: -52px;
}

#lightbox {
  width: 500px;
  height: 300px;
  float: right;
  border: #000 5px solid;
  padding: 3px;
}

/* --------------- Begin Show --------------------------------------------- */

#showcaseBg {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 0px;
  overflow: hidden;
}

#showdiv {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

#showanchor {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

#showimg {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

/* --------------- End Show --------------------------------------------- */

#latestnews {
  color: #d2bef7;
  width: 500px;
  height: 110px;
  background-color: #152236;
  border: 5px solid #000;
  float: right;
  padding: 3px;
  text-align: left;
}

#latestnews p,
#latestnews h3 {
  color: #d2bef7;
}

#homeintro {
  height: 42px;
  width: 554px;
  background-color: #b5cad5;
  text-align: left;
  color: #152236;
  font-weight: bold;
  float: left;
}

#homeintro p {
  padding: 3px;
  margin: 0;
  color: #152236;
  font-weight: bold;
}

#homeintro strong {
  font-size: 1.3em;
}

.sidebaritem {
  margin: 0 auto;
  margin-top: 5px;
  width: 200px;
  height: 154px;
  text-align: left;
  background-color: #999;
  border: #000 5px solid;
}

.sidebaritem img {
}

.latestadditions {
  background: url(../images/latestadditions.jpg);
  height: 42px;
  width: 240px;
  border-left: 5px solid #000;
  text-indent: -5000px;
  float: right;
}

.newartist {
  background: url(../images/newartist.jpg) no-repeat;
  height: 37px;
  width: 200px;
  border: 5px solid #000;
  text-indent: -5000px;
}

.latestoriginal {
  background: url(../images/latestoriginal.jpg) no-repeat;
  height: 37px;
  width: 200px;
  border: 5px solid #000;
  text-indent: -5000px;
}

.latestprint {
  background: url(../images/latestprint.jpg) no-repeat;
  height: 37px;
  width: 225px;
  border: 5px solid #000;
  text-indent: -5000px;
}
/*----------- End Homepagecontent --------------*/


/*----------- Weloveartistcontent --------------*/

#weloveartistsmaincontent {
  width: 799px;
  height: 517px;
  float: right;
  background-image: url(../images/coverflowbg.jpg);
  background-repeat: repeat-x;
}

#artistbio {
  width: 769px;
  height: 180px;
  float: left;
  background-color: #666666;
  margin-top: -50px;
  text-align: left;
  padding: 15px;
}

#artistpics {
  width: 125px;
  height: 150px;
  float: left;
  border: thick #FFFFFF solid;
  margin-right: 20px;
}

#artistbiotext {
  width: 600px;
  height: 170px;
  float: left;
}

#artistbiotext p {
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
}

/*-----------End Weloveartistcontent --------------*/

/*-----------Artworksnewscontent --------------*/

#artworksnewscontent {
  width: 962px;
  height: 757px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

#newsbanner {
  width: 960px;
  height: 360px;
  float: left;
  background-color: #009933;
  border: 1px #ffffff solid;
}

.newsitem {
  width: 320px;
  height: 196px;
  float: left;
}

/*-----------End Artworksnewscontent --------------*/

/*----------- Startartistsubcontent --------------*/

#newartistsubmission {
  width: 970px;
  height: 510px;
  background: url(contentBg.png) repeat-x;
  margin-top: 20px;
}

.newArtists {
  margin: 30px 0 0 25px;
  float: left;
}

#form {
  width: 450px;
  margin: 30px 85px 0 0;
  float: right;
}

select {
  width: 200px;
}

input, .input {
  border: 1px solid #000000;
  width: 150px;
}

.req {
  color: #FF0000;
}


/*----------- Endartistsubcontent --------------*/

/*----------- Startgoodiescontent --------------*/

#goodiescontent {
  width: 1000px;
  height: 550px;
  float: left;
  margin-top: 20px;
}

#desktopwallpapercontent {
  width: 1000px;
  height: 550px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

#contactuscontent {
  width: 1000px;
  height: 550px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

#contactForm {
  background: url(../images/contactphone.png) no-repeat bottom right;
  width: 930px;
  height: 400px;
  margin-left: 5px;
  margin-top: 20px;
  border: 5px solid #000;
  float: left;
}

#contform {
  width: 400px;
  margin-top: 20px;
  margin-left: 25px;
  float: left;
}

#name,
#email,
#comments {
  background-color: #ccc;
  color: #003169;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #000;
  width: 300px;
  font: 100% 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 11px;
}

#name:hover,
#email:hover,
#comments:hover {
  background: #ddd;
}

#comments {
  height: 125px;
  overflow: auto;
}

#contform #send li,
#contform #reset li {
  list-style: none;
  float: left;
}

#contform #send a,
#contform #reset a {
  text-decoration: none;
  display: block;
  outline: none;
}

#contform #send,
#contform #reset {
  width: 66px;
  height: 26px;
  margin: 0 auto;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  float: left;
}

#contform #send:hover,
#contform #reset:hover {
  background-color: #003169;
  color: #fff;
  width: 66px;
  height: 26px;
}

#contform #reset {
  margin-left: 10px;
}


h1.contactUs {
  background: url(../images/contactUs.jpg);
  width: 400px;
  height: 57px;
  text-indent: -5000px;
}

#exhibitionscontent {
  width: 1000px;
  height: 550px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

#asktheartistcontent {
  width: 1000px;
  height: 550px;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
}

#companycontent {
  width: 1000px;
  height: 550px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

#goodiesnav {
  background-image: url(../images/goodiesnavbg.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 142px;
}

ul#goodiesnav {
  margin: 0;
  padding: 0;
  float: right;
}

#goodiesnav li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#goodiesnav li a {
  list-style: none;
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  float: left;
}

#goodiesnav .goodies a {
  background-image: url(../images/case.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 125px;
  height: 145px;
  margin-left: 5px;
  margin-top: 7px;
}

#goodiesnav .goodies a:hover {
  background-image: url(../images/case.png);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 125px;
  height: 145px;
  border: 0;
}

#goodiesnav .asktheartist a {
  background-image: url(../images/asktheartist.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 140px;
  height: 145px;
}

#goodiesnav .asktheartist a:hover {
  background-image: url(../images/asktheartist.png);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 140px;
  height: 145px;
  border: 0;
}

#goodiesnav .desktopwallpaper a {
  background-image: url(../images/desktopwallpapers.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 140px;
  height: 145px;
}

#goodiesnav .desktopwallpaper a:hover {
  background-image: url(../images/desktopwallpapers.png);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 140px;
  height: 145px;
  border: 0;
}

#goodiesnav .pdfdownload a {
  background-image: url(../images/pdfdownload.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 130px;
  height: 145px;
}

#goodiesnav .pdfdownload a:hover {
  background-image: url(../images/pdfdownload.png);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 130px;
  height: 145px;
  border: 0;
}

#goodiesnav .company a {
  background-image: url(../images/company.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 130px;
  height: 145px;
}

#goodiesnav .company a:hover {
  background-image: url(../images/company.png);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 130px;
  height: 145px;
  border: 0;
}

#goodiesnav .exhibitions a {
  background-image: url(../images/exhibitions.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 140px;
  height: 145px;
}

#goodiesnav .exhibitions a:hover {
  background-image: url(../images/exhibitions.png);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 140px;
  height: 145px;
  border: 0;
}

#goodiesnav .contactus a {
  background-image: url(../images/contactus.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 140px;
  height: 145px;
}

#goodiesnav .contactus a:hover {
  background-image: url(../images/contactus.png);
  background-repeat: no-repeat;
  background-position: 0 -163px;
  width: 140px;
  height: 145px;
  border: 0;
}

/*----------- Endgoodiescontent --------------*/

/*----------- BeginPDFpagecontent --------------*/

#pdfpagecontent {
  width: 1000px;
  height: 480px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

#container {
  width: 820px;
  margin: 15px auto;
  padding: 50px;
  margin-top: 130px;
  margin-left: -10px;
}

#container img {
  border: 0;
  margin-right: 20px;
}

/* slider specific CSS */
.sliderGallery {
  overflow: hidden;
  position: relative;
  padding: 10px;
  height: 400px;
  width: 800px;
}

.sliderGallery UL {
  position: absolute;
  list-style: none;
  overflow: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sliderGallery UL LI {
  display: inline;
  height: 200px;
}

.slider {
  width: 542px;
  height: 17px;
  margin-top: 370px;
  margin-left: 150px;
  padding: 1px;
  position: relative;
  background: url(../../images/productbrowser_scrollbar_20070622.png) no-repeat;
}

.handle {
  position: absolute;
  cursor: move;
  height: 17px;
  width: 181px;
  top: 0;
  background: url(../../images/productbrowser_scroller_20080115.png) no-repeat;
  z-index: 100;
}

.slider span {
  color: #bbb;
  font-size: 80%;
  cursor: pointer;
  position: absolute;
  z-index: 110;
  top: 3px;
}

.slider .slider-lbl1 {
  left: 50px;
}
.slider .slider-lbl2 {
  left: 107px;
}
.slider .slider-lbl3 {
  left: 156px;
}
.slider .slider-lbl4 {
  left: 280px;
}
.slider .slider-lbl5 {
  left: 455px;
}

/*----------- EndPDFpagecontent --------------*/

#footer {
  margin-top: 51px;
  border-top: #999999 30px solid;
  background-color: #CCCCCC;
  width: 100%;
  height: 134px;
}

#footerinner {
  width: 1000px;
  height: 24px;
  margin: 0 auto;
  color: #333333;
  padding-top: 50px;
}

#footerinner a:link {
  color: #333333;
  text-decoration: none;
  border: none;
  outline: none;
}

#footer #footerinner a:hover {
  color: #000000;
  text-decoration: none;
  outline: none;
}

#footerinner a:active {
  color: #333333;
  text-decoration: none;
  border: none;
  outline: none;
}

#footerinner a:visited {
  color: #333333;
  text-decoration: none;
  border: none;
  outline: none;
}

#slidingNav {
  width: 200px;
  height: 530px;
  float: left;
}
#homeContent {
}

#footerLinks {
  background-color: maroon;
  height: 70px;
  margin-left: 15px;
  width: 711px;
  float: left;
}

#footerLinkLeft {
  height: 60px;
  width: 461px;
  border: 5px solid #000;
  float: left;
}

#footerLinkRight {
  height: 60px;
  width: 205px;
  border: 5px solid #000;
  float: right;
}

#mainPage {
  background: url(../images/mainHomeBg.png) repeat-x bottom ;
  width: 1000px;
  height: 650px;
  margin: 0 auto;
  margin-top: 5px;
  border: 5px solid #000;
}

#mainHeaders {
  width: 1000px;
  height: 42px;
  border-bottom: 5px solid #000;
  float: left;
}

#mainContent {
  width: 740px;
  height: 600px;
  float: left;
}

#mainSliding {
  width: 200px;
  height: 450px;
  float: left;
}

#mainLightbox {
  margin-top: 20px;
  width: 515px;
  height: 315px;
  float: right;
}

#mainLatestNews {
  width: 515px;
  height: 125px;
  margin-top: 20px;
  float: right;
}

#mainFooterLinks {
  width: 720px;
  height: 70px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}

#mainSidebar {
  width: 240px;
  height: 605px;
  border-left: 5px solid #000;
  float: right;
}

.bottomStamp {
  position: absolute;
  margin-left: -120px;
  margin-top: 31px;
}

.mtop {
  margin-top: 25px;
}

#wlaSlidingNav {
  width: 196px;
  height: 517px;
  border-right: 5px solid #000;
  float: left;
}

#wlaSlidingNav ul.sliding-nav-artists {
  width: 10px;
}

.wlaOurArtists {
  border-bottom: 5px solid #000;
}

#wlaFooter {
  border-top: 5px solid #000;
  width: 1000px;
  height: 50px;
  float: left;
}

.wlaFind {
  border-left: 5px solid #000;
}

.wlaFooterStamp {
  position: absolute;
  margin-left: -1px;
  margin-top: -1px;
}


#newsFooter {
  border-top: 5px solid #000;
  background-color: #282626;
  width: 1000px;
  height: 52px;
  float: left;
}

.newsFooterStamp {
  position: absolute;
  margin-top: -5px;
  margin-left: 239px;
}

h1.htbheader {
  background: url(../images/htbheader.jpg) no-repeat;
  border: 5px solid #000;
  height: 47px;
  width: 300px;
  margin: 10px 0 0 10px;
  text-indent: -5000px;
}

.clear {
  clear: both;
}

.mainHTB p {
  font-size: 1.5em;
  margin: 10px 0 0 10px;
  width: 300px;
}

#askForm{
  margin-left: 644px;
}

#asktheartistcontent {
  background: url(../images/asktheartist-bg.jpg) no-repeat;
  background-position: bottom left;
  height: 635px;
}

#ask-highlight{
  background-color: #6adb7f; 
  border: 4px solid black;
  width :  276px;
  padding: 8px;
  color: black;
  font-size: 1.5em;
}


.wallpaper-thumbnail{
  width:  180px;
  height:  100px;
}

#desktopwallpapercontent {
  background: url(../images/wallpaper-bg.jpg) no-repeat;
  background-position: bottom left;
  margin: 0px;
  padding-top: 20px;
  padding-left: 20px;
  height: 635px;  
}

#desktopwallpapercontent img{
  border: 6px solid black;
  margin: 10px 10px;
     -moz-box-shadow: 0 0 2em white;
  -webkit-box-shadow: 0 0 2em white; 
}
.mainwallpaper{
/*  height: 895px;*/
}

ul#twitter_update_list{
  font-size: 1.5em;
  list-style: none;
}

div#twitter_div{
  margin-right: 60px;
}
ul#twitter_update_list li span a{
  display: inline;
}

/* hide the x days ago */
ul#twitter_update_list li a{
 display: none;
}
 
 .stampLeft{
   margin-left: 739px;
 }
