@charset "UTF-8";
/* CSS for screens  - David Cowley */


body {
	color: #fff;
	font-size: medium;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif; /*Courier New, Courier New;*/ /*Tahoma,Verdana, Arial, Helvetica, sans-serif;*/
	margin: 20px ;
	background-color: #000;
	
}
img {
	border: none;
}

p {
font-weight:normal;
font-size:smaller;
}
a{
color:#0066FF;
}

a:visited{
color:#666666;
}

span{

}
/************************************************
*	header file - left hand side 									*
************************************************/


#leftbar{
	height:100%;
}
/***** headder ************/
#header {
		
	margin: 0px auto 0px;
	padding: 0px;
	width:250px;
	float:left;
	}
	
#logo {
	
}	

/***** Navagation ************/
#nav {
	
	border-left:#fff medium solid;
	font-size: medium;
	font-style:normal;
}
	
#nav li {
	display: block;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	}
		
#nav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	/*padding-left:55px;*/
	
	}
		
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	
	/*font-weight: bold;*/
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
		
#nav a:hover {
	color: #999;
	/*font-weight: bold;*/
	text-decoration: none;
	}
/*****Sub  Navagation ************/
#nav ul.sub{
	margin-left:10px;
	border-left:#999 medium solid;
	color:#999999;
	
}
#nav ul.sub a{
	color:#999;
	
}
#nav ul.sub a:hover{
	color:#666;
	
}


/************************************************
*	main body - right hand side								*
************************************************/


/*****the main content ************/
#content {
	margin-left:250px;
	
	padding:0px 20px 20px 20px;
	width:80%
	float:left;
	border-left:#FFFFFF thin solid;

}

#content H1{
font-weight:normal;

}
#content H2{
font-weight:normal;

}
#content H3{
font-weight:normal;

}
#content H1 a{
color:#FFFFFF;

}
#content H2 a{
color:#FFFFFF;

}
#content H3 a{
color:#FFFFFF;

}
#content p{
width:600px;
}

/*****banner ************/
#banner {
/*background:url(../images/paintingspagebanner.jpg) repeat-x;*/

	padding-top:-20px;
}
#banner img {

 padding-top:0px;
}
 

/***** the images ************/
#imageGroup {

	width:650px;
	font-size: medium;
	
}
		
#imageGroup ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	
		/*padding-left:55px;*/
	
	}
	
#imageGroup li {
	display:inline;
	list-style-type: none;
	padding-right:5px;
			
	}
#imageGroup img{
		padding-bottom:20px;
		
}
#imageGroup a {
	color: #FFFFFF;
	text-decoration: none;
	/*font-weight: bold;*/
	margin: 0px;
	padding: 6px 20px 6px 0px;
	}
		
#imageGroup a:hover {
	color: #C0C0C0;
	/*font-weight: bold;*/
	text-decoration: none;
	}
	
#imageGroupSml {

	width:420px;
	font-size: medium;
	
}

#imageGroupSml ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	
		/*padding-left:55px;*/
	
	}
	
#imageGroupSml li {
	display:inline;
	list-style-type: none;
	padding-right:5px;
			
	}
#imageGroupSml img{
		padding-bottom:20px;
		
}
#imageGroupSml a {
	color: #FFFFFF;
	text-decoration: none;
	/*font-weight: bold;*/
	margin: 0px;
	padding: 6px 20px 6px 0px;
	}
		
#imageGroupSml a:hover {
	color: #C0C0C0;
	/*font-weight: bold;*/
	text-decoration: none;
	}

/************************************************
*	footer - left hand side								*
************************************************/
#footer {
	clear:both;
}
#credits {
	text-align:center;
	font-size:small;
	color:#CCCCCC;
}

/*****address ************/
#address {
	margin-top:-45px;
	display:block;
	vertical-align:bottom;
}