html, body { 
		font: 16px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		line-height: 18px;
	    height: 100%; 
	    margin: 0; 
	    padding: 0; 
	    border: 0; 
	    background: #a5a1a1;
	    color: white;
	    background-image: url(../img/line_background.jpg);
	    background-repeat: repeat-y;
}

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

img {
        border: 0px;
}
	    
#main_frame { 
	    width: 100%; 
	    position: absolute; 
	    height: 600px; 
	    margin-top: 0px;
	    background-image: url(../img/header.jpg);
	    background-repeat: no-repeat;
}

#right_frame { 
		float: right;
		width: 200px;
		margin-top: 100px;
}

#art_pieces ul{
margin-left: 0;
padding-left: 0;
display: inline;
border: none;
}

#art_pieces ul li{
margin-left: 0;
padding-left: 0;
list-style: none;
border: none;
display: inline;
margin-bottom: 5px;
}

#piece_info{
color: white;
width: 200px;
float: right;
margin-top: 85px;
}

#big_img_container{
 width: 450px;
 text-align: center;
}

#portfolio_menu{
position: absolute;
top: 98px;
left: 175px;
z-index: 1;
font-size: 18px;
}

#divisions_menu{
position: absolute;
top: 124px;
left: 80px;
z-index: 1;
color: white;
font-size: 12px;
font-weight: normal;
line-height: 15px;
padding: 0px 200px 0px 120px;
}

#menu{
		float: left;
		margin-top: 200px;
}

.menu_button{
        padding: 0px 0px 0px 20px;
		width: 140px;
		height: 40px;
}

a.menu_link, a.menu_link:link, a.menu_link:active, a.menu_link:visited{
        font-size: 18px;
		color: white;
}

a.menu_link:hover{
		text-decoration: underline;
}


#main_content{
 		margin: 0px 200px 0px 170px;
}


.piece_thumb_holder{
 
 		width: 90px;
 		height: 90px;
 		margin: 4px;
}

#iframe_{ 
        width: 649px;
        height: 600px;
        border: 0px;
        overflow: hidden;
}

#iframe_edit{ 
        width: 649px;
        height: 600px;
        border: 0px;
}

#html{
color: white;
margin-left: 25px;
margin-top:180px;
}

h1{
color: white;
font-size: 22px;
font-weight: normal;
margin-bottom: 30px;
}

a, a:visited, a:link, a:active{
		color: white;
		text-decoration: none;
}

a:hover{
  color: white;
  text-decoration: underline;
}
