
* { padding: 0; outline: none; margin: 0 }

body {
	-webkit-text-size-adjust:none;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 13px;
 line-height:1.3em;
 color:#CCC;
 background-color: #362f27
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 20px auto;
 width: 980px;
 background-image:url(assets/daniel_byrne_artist.png);
 background-repeat:no-repeat
}

#wrapper1 { 
 margin: 20px auto;
 width: 980px;
 background-image:url(assets/daniel_byrne_artist_works.png);
 background-repeat:no-repeat
}

#wrapper2 { 
 margin: 20px auto;
 width: 980px;
 background-image:url(assets/daniel_byrne_artist_store.png);
 background-repeat:no-repeat
}

#header { 
 width: 980px;
 float: left;
 height: 90px;
 background: ;
}

a#homelink {
  display:block;
  width:450px;
  height:55px;
  position:absolute;
  top:10px;
  left:0px;
}

#headerlink {  
 position:relative;
}

#footer { 
 width: 980px;
 height: 50px;
 clear: both;
 color: #CCC;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 10px;
 letter-spacing:.2em; 
}

#intro { 
 float: left;
 padding-left:10px;
 height: 460px;
 width: 460px;
  display: inline;
}

#store { 
 float: left;
 width: 935;
 height:470px;
 display: inline;
}

#intropic {
 float:right;
 padding-right:7px;
 padding-top:5px;
 height: 450px;
 width: 471px;
 display: inline;
}

#leabstracts { 
 float: left;
 padding-left:20px;
 padding-top:10px;
 height: 450px;
 width: 320px;
 display: inline;
 line-height:0em
}

#figures_athletes { 
 float: left;
 padding-top:10px;
 height: 450px;
 width: 320px;
 display: inline;
 line-height:0em
}

#stillifes { 
 float: left;
 padding-top:10px;
 height: 450px;
 width: 320px;
 display: inline;
 line-height:0em
}

#gallery { 
 float: left;
 padding-left:10px;
 height: 455px;
 width: 390px;
 display: inline;

}

#gallerypic {
 float:right;
 padding-right:10px;
 padding-top:10px;
 height: 450px;
 width: 570px;
 display: inline;
}

#gallerypic img {
	padding-left:29px

}

#art_desc {
 float: right;
 height: 120px;
 width: 840px;
 display: inline;
}

#art_title {
 float: left;
 padding-left:18px;
 height: 100px;
 width: 110px;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 16px;
 color:#CCC;
 font-weight:bold;
 display: inline;
 line-height:1.3em;
 padding-top:10px
}

#works {
 float: left;
 height: 300px;
 width: 941px;
 margin-left:18px;
 display: inline;
 
}

#abstract_scroll {
 width: 2015px;
}

#figures_scroll {
 width: 2135px;
}

#stills_scroll {
 width: 3086px;
}

a:link {
	
	text-decoration: none;
	color:#9F9666
}
a:visited {
	color:#9F9666;
	text-decoration: none
}
a:hover {
	color:#fff;
	text-decoration: none
}
a:active {
	
	text-decoration: none;
}

.hscroll ul {
	float:left;
 display: block;
 padding: 0px;
 margin: 0px;
 list-style: none;
 
}
.hscroll ul li {
 display: block;
 float: left;
 margin: 0px;
 list-style: none;
}

.hscroll ul li img {
	padding-right:15px
}
.iframe{
padding:0px;
margin:0px;
border:0px;
height:515px;
width: 950px;
}

/* NAV */
#nav{
    margin-top: 25px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	cursor: default;
	width: auto;
}

#nav .selected {
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #A09666;
	font-weight:bold;
	text-decoration: none;
}
#nav li{
    margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 7em;
	float:right;
}
#nav a{
    display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #CCC;
	font-weight:bold;
	text-decoration:none
}
#nav a:hover{
    color: #A09666;
	text-decoration:none
}


ul#nav ul{
    margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 10.5em;
	position: absolute;
	left: -1000em;
	border-bottom: 1px solid #999;
	border-left:1px solid #999;
	border-right: 1px solid #999;
}

#nav ul li{
    padding-top:1px; 
    float:left;
	width: 100%;
	background:#362f27;
	width: 10.5em;
	height: 28px
}
#nav ul a{
    white-space:nowrap; 
}

ul#nav li:hover ul { 
    left:0em; 
}
#nav li:hover a{     
    text-decoration:none;
}
#nav li:hover ul a{ 
    text-decoration:none;
}
