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

* {
	margin: 0px;
	padding: 0px;
}


a{
	outline:none;
	
}
a img{
	outline:none;
	
}
body{
	background-color:#999999;
	
}
/*ALL PAGE NAVIGATION*/

#nav{
	width:950px;
	height:94px;
	padding-top:38px;
}

#nav ul {
	padding-left:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	overflow:hidden;
	text-align:center;
	list-style-type: none;
	/*the following will force nav items to remain on one line*/
	white-space: nowrap;
	font-weight: bold;
}

#nav li{
	list-style: none;
/* inline below, forces the list to be horizontal*/
	display: inline;
	padding-right:18px;
	
	
}
#nav a:link, #nav a:visited {
	color:#333333;
	text-decoration: none;
}
/* a short way to list a group of linking properties below */
#nav a:hover, #nav a:active, #nav a:focus {
	color:#330000;
	text-decoration: none;
}



/*FRONT page */
#containFront{
	background-image:url(images/front.jpg);
	width:950px;
	height:700px;
}
#container{
	width:950px;
	height:1000px;
	margin:10px auto 0px auto;
	/*margin:0 auto 0 auto;*/
}




/*PAINTING PAGE*/
#containPaint{
	width:950px;
	height:1000px;
	border: thin solid #666;
}
#paintthumbs{
	margin:0 auto;
	width:585px;
	/*height:567px;*/
}
#paintthumbs img{
	padding-right:20px;
	padding-bottom:20px;
	overflow: hidden;	
}	
#clicktosee{
	width:950px;
}
#clicktosee h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	font-weight:normal;
	margin:21px 0px 21px 182px;
}






/*NEWS page */
#containerNews{
	width:950px;
	background-color:#fff;
	margin:10px auto 0px auto;
	/*margin:0 auto 0 auto;*/
}
#containerBorder{
	width:950px;
	border: thin solid #666;
}
#bottom h2 {
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left: 45px;
	line-height: 16px;
}
#bottom h1{
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	line-height: 16px;
}





/*text and bio*/
.dots{
	color:#FFFFFF;
}
#bottom h3{
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding-left: 45px;
	line-height: 16px;
}
#bottom a:link, #bottom a:visited, #bottom a:hover, #bottom a:active {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	text-decoration: underline;
	padding-left: 45px;
	padding-bottom:40px;

}
#bottom a:hover{
	text-decoration: none;
}






/*INSTALL*/
#installpics{
	width:95px;
	margin:0 auto;

}
#pic1{
	margin-top:100px;
	width:950px;
}
#text1div{
	width: 950px;
}
#text1div h1{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 0px 0px;
}





/*WORKS ON PAPER*/

#paperthumbs{
	margin:0 auto;
	width:800px;
	height:567px;
}

#scroll{
	width:800px;
	overflow: auto;
}
#smalldraw{
	width:800px;
}
#smalldraw img{
	margin-right:15px;
}
#clicktoseeDR{
	width:950px;
}
#clicktoseeDR h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	font-weight:normal;
	margin:21px 0px 21px 73px;
}
#clicktoseeDR a:link, #clicktoseeDR a:visited, #clicktoseeDR a:hover, #clicktoseeDR a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	font-weight:bold;
	text-decoration: underline;	
}
#clicktoseeDR a:hover{
	text-decoration:none;

}
#essay h1{
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding-left: 25px;
	padding-right: 50px;
	line-height: 16px;

}
#essay h2{
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left: 25px;
	padding-right: 50px;
	line-height: 16px;

}