/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:10px 0 0 0;
	height:100%;
	background-color:#ffffff;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000000;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
  
#container {
	position:relative;
	width:800px;
	height:600px;
	margin:auto;
	font-size: 1em;
	background-color:#ffffff;
	border:solid #abcee9;
	border-width:1px;
	background:url(../images/lisapettibone-bg.jpg) no-repeat;


}

#header {
	width:650px;
	height:62px;
	float:right;
}




#navigation {
	width:700px;
	height:67px;
	float:right;
	margin: 10px 20px 0px 0px;


}

#main {
	width:780px;
	height:461px;
	float:right;
	margin: 0px 20px 0px 0px;


}

#info {
	width:365px;
	height:autopx;
	float:right;
	margin: 0px 0px 0px 0px;


}

#news {
	width:385px;
	height:420px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	overflow-y: scroll;
	wid\th:375px;
}

#links {
	width:385px;
	height:420px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#gallery {
	width:395px;
	height:420px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	overflow-y: scroll;
	wid\th:385px;
}


#artistpic {
	width:64px;
	height:autopx;
	float:right;
	margin: 30px 10px 0px 0px;


}

.homepagepic{
	border:solid #5f90b7;
	border-width:0px;
	float:right;

}

.gallerypic{
	float:left;
	margin: 0px 15px 15px 0px;

}

.gallerypic2{
	float:left;
	margin: 0px 0px 15px 0px;

}

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.90em;
	color: #000000;
	font-weight:lighter;
	margin: 0px;
	line-height:150%;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.90em;
	color: #000000;
	margin: 2px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	list-style: none;
}


li {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 6px 5px;
	list-style-type: square;
}
.bold {
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight: normal;
	color: #5F90B7;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
}


/* Generic Links */

a:link {
	color: #5F90B7;
	text-decoration: none;
}

a:visited{
	color: #5F90B7;
	text-decoration: none;
}

a:active {
	color: #5F90B7;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}	

/*--------------------------------------------------------------------------------------------
	Navigation
 --------------------------------------------------------------------------------------------*/

.offscreen {

	margin:0 0 0 -5000px;
}


#navigation ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	text-align:right;
	float:right;
	letter-spacing:2px;
	
	}

#navigation li {
	padding: 0px 23px 0px 23px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	border-right:#666666 solid;
	border-width: 1px;
	text-align:right;
	float:right;
}

#navigation ul li.first {
	padding: 0px 13px 0px 13px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	border-right:#000000 solid;
	border-width: 1px;
	float:right;

}

#navigation ul li.last {
	padding: 0px 0px 0px 23px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	border-right:#000000 solid;
	border-width: 0px;
}

#navigation ul a:link, a:visited, a:active
{
	color: #666666;
	text-decoration: none;
	
}


#navigation ul a:hover
{
	color: #5f90b7;
	text-decoration: none;
	
}




