@charset "utf-8";
/* CSS Document */

body {
	font: 10pt, Times New Roman, Times, serif;
	color: white;	
	background-color: #000;
		}


#header {
background: url(../interface/top_bar.jpg);
height: 120px;
}

#header_solid {

background: url(../interface/top_bar_solid.jpg);
height: 120px;
}

#nav {
			position: absolute;
			top: 120px;
			left: 0;
			height:254px;
			width: 197px;
			color: white;
			border:none
			}


#nav ul {
position:absolute;
			font: 8.5pt verdana;
			margin: 0 0 1em 0;
			padding: 0 0 0 0;
			list-style: none;
			width: 220px;
			line-height:27px;
			top: 10px;
		}
		
		#nav ul a {
			color: #fff;
			text-decoration: none;
			display: block;
			height: 30px;
			padding: 0 0 0 48px;
			margin: 3px 0 3px 0;
		}
		
		
		#nav a:hover {
			color: #a7a7a7
		}
		
		.selected {
background-color: #424141;
padding: 0 0 0 48px;
height: 30px;
margin: 3px 0 3px 0;
}

#display {
position:absolute;
top: 120px;
left: 220px;
display: block;
hieght: 247px;
background-image: url(../interface/transparency_bg.png);
			border: solid #424141;
			border-width: 6px;
			padding: 6px;
}

.paintingtext {

font: 8.5pt verdana;
color: white;
text-align:center;
text-padding: 10px 0 10px 0;
}


#picdisplay {
position:relative;
left: 220px;
display: block;
width: 500px;
hieght: 247px;
background-image: url(../interface/transparency_bg.png);
			border: solid #424141;
			border-width: 6px;
			padding: 10px;
}

		#picdisplay a {
			color: #fff;
			text-decoration: underline;
			padding: 10px 0 10px 0;
		}
		
		
		#picdisplay a:hover {
			color: #a7a7a7
		}

#painting {
position:relative;
left:197px;
height: 254px;
width: 603px;
background-image: url(../interface/body_painting.jpg);
}

#bottom {
position:relative;
height: 57px;
width: 800px;
background-image: url(../interface/bottom_bar.jpg);

}

#bottom_solid {

position:relative;
height: 57px;
width: 800px;
background-image: url(../interface/bottom_bar_solid.jpg);

}

#container {
			position: relative;
			width: 806px; /* width + border for IE 5.x */
			w\idth: 800px; /* real width */
			top: 50px;
			border: solid #000;
			border-width: 3px;
			margin: auto;
			background-image: url(../interface/paint_bg.jpg);
}
