root {
 display: block;
}

body {
 background: #333333;
}

#header {
 background: #333333;
 position: absolute;
 top: 25px;
 left:210px;
 height: 95px;
 width: 750px;
 margin-left: 20px;
/* dark #cccccc
   medium #333333
rgb(255,205,0)
   light #eaeaea
   yellow ffcc00*/
}

#leftcol {
 background: url("/art/lefttile.png") repeat;
 position: absolute;
 top: 0;
 left: 0;
 width: 210px;
 height: 100%;
}

#masterdiv {
	padding-left: 5px;
}

#mainFrame {
 background: #333333;
 margin-top: 120px;
 margin-left: 210px;
 width: auto;
 max-width: 750px;
}

#nojava {
 margin-left: 210px;
}

#artist,#commissions,#contact,#art,#projects,#cv,#bookbuy,#bookpic {
 display: none;
}

#news,#artist,#commissions,#contact,#art,#projects,#cv,#bookbuy,#bookpic {
 margin-top: 120px;
 margin-left: 20px;
 font-family: "Nimbus Sans L", "Helvetica Neue","Arial Unicode MS", "sans serif";
 color: #cccccc;
}

a:link, a:visited, a:active, a:hover, a:link img, a:visited img, a:hover img {
 text-decoration: none;
 border: none;
}

p { 
 margin-left: 80px; 
 font-size: 1em;
}

h1.left {
 margin-left: 80px; 
 float: left;
 font-size: 1.3em;
}

h1.right {
 margin-right: 80px; 
 float: right;
 font-size: 1.3em;
}

.tableLeft {
 text-align: left;
}

.tableCenter {
 text-align: center;
}

.tableRight {
 text-align: right;
}

.newsA:link {
 color: gray;
}
.newsA:visited {
 color: gray;
}
.newsA:active {
 color: #F0F8FF;
}
.newsA:hover {
 color: #F0F8FF;
}

