html, body {    margin:0;
padding:0;
height:100%; /* needed for container min-height */
background: url(/images/bg_sm.jpg);
}

                body{
                        font-family:Arial, Helvetica, sans-serif;
                        color: #000;
                        font-size: .9em;
                }

                p{
                        margin: 0px;
                        padding: 0px;
                }

                #container {
                position:relative; /* needed for footer positioning*/
                margin:0 auto; /* center, not in IE5 */
                width:770px;
                background: url(/images/bg_mid.gif) left top repeat-y;
                border-left: 6px solid black;
                border-right: 6px solid black;

                height:auto !important; /* real browsers */
                height:100%; /* IE6: treaded as min-height*/

                min-height:100%; /* real browsers */
                }

                img{
                        border: 0px;
                }
.clear{
        clear: both;
        width: 0px; height: 0px;
}

.clearleft{
        clear: left;
        width: 0px; height: 0px;
}
/*--------------------------------------------------------------------------------*/

#header {
        background: url(/images/header.jpg) right top no-repeat;
        height:194px; width: 770px;
}

                #title{
                        background: url(/images/tonypelaez.gif) left top no-repeat;
                        width: 330px;
                        height: 54px;
                        text-indent: -6000px;
                        position: relative;
                        top: 52px;
                        left: 124px;
                        margin: 0px;
                        padding: 0px;
                }

                #nav {
                        margin: 0px 0px 0px 0px;
                        padding: 0px;
                        height: 30px;
                        list-style: none;
                        display: inline;
                        position:absolute;
                        top: 125px;
                        left: 10px;
                }

                #nav li {
                        margin: 0px;
                        padding: 0px;
                        list-style: none;
                        display: inline;
                }

                #nav a {
                        float: left;
                        padding: 30px 0px 0px 0px;
                        overflow: hidden;
                        height: 0px !important;
                        height /**/:30px;
                }

                #nav a:hover {
                        background-position: 0px -30px;
                }

                #nav a:active {
                        background-position: 0px -60px;
                }

                                #portfolio a {
                                        width: 99px;
                                        background: url(/images/but_portfolio.gif) top left no-repeat;
                                }

                                #portfolio_selected a {
                                        width: 99px;
                                        background: url(/images/but_portfolio.gif) top left no-repeat;
                                        background-position: 0px -60px;
                                }

                                #portfolio_selected a:hover{
                                        background-position: 0px -60px;
                                }

                                #about a {
                                        width: 68px;
                                        background: url(/images/but_about.gif) top left no-repeat;
                                }

                                #about_selected a {
                                        width: 68px;
                                        background: url(/images/but_about.gif) top left no-repeat;
                                        background-position: 0px -60px;
                                }

                                #about_selected a:hover{
                                        background-position: 0px -60px;
                                }

                                #contact a {
                                        width: 90px;
                                        background: url(/images/but_contact.gif) top left no-repeat;
                                }

                                #contact_selected a {
                                        width: 90px;
                                        background: url(/images/but_contact.gif) top left no-repeat;
                                        background-position: 0px -60px;
                                }

                                #contact_selected a:hover{
                                        background-position: 0px -60px;
                                }

                                #sounds a {
                                        width: 79px;
                                        background: url(/images/but_sounds.gif) top left no-repeat;
                                }

                                #sounds_selected a {
                                        width: 79px;
                                        background: url(/images/but_sounds.gif) top left no-repeat;
                                        background-position: 0px -60px;
                                }

                                #sounds_selected a:hover{
                                        background-position: 0px -60px;
                                }

                                #gallery a {
                                        width: 79px;
                                        background: url(/images/but_gallery.gif) top left no-repeat;
                                }

                                #gallery_selected a {
                                        width: 79px;
                                        background: url(/images/but_gallery.gif) top left no-repeat;
                                        background-position: 0px -60px;
                                }

                                #gallery_selected a:hover{
                                		background: url(/images/but_gallery.gif) top left no-repeat;
                                        background-position: 0px -60px;
                                }

                                #podcast a {
                                        width: 57px;
                                        background: url(/images/but_blog.gif) top left no-repeat;
                                }

                                #podcast_selected a {
                                        width: 57px;
                                        background: url(/images/but_blog.gif) top left no-repeat;
                                        background-position: 0px -60px;
                                }

                                #podcast_selected a:hover{
                                        background-position: 0px -60px;
                                }


/*--------------------------------------------------------------------------------*/

#content {
        padding:0px 0px 165px; /* bottom padding for footer */
        width: 770px;

}
        #page_tag {
                float: right;
                margin: 0px 30px 0px 0px;
        }
/*--------------------------------------------------------------------------------*/

#footer {
        position:absolute;
        width:100%;
        bottom:0; /* stick to bottom */

}
                #footer_main{
                        background: url(/images/footer.gif) no-repeat left bottom;
                        width: 770px; height: 152px;
                        text-align:center;
                        color: #717d7e;
                }

                #footer_main div{
                        position: absolute;
                        bottom: 17px;
                        left: 0px;
                        width: 770px;
                }

                #footer_main img{
                        margin: 0px 5px 50px;
                        vertical-align: middle;
                }



                #footer_main #copy{
                        position: relative;
                        top: 118px;
                        left: 320px;
                        display: none;
                }

                #footer_credits{
                        width: 770px;
                        background: url(/images/credits.gif) left top repeat-y;
                        text-align: center;
                }

                #footer_credits p {
                        font-size: .8em;
                        color: #acbebf;
                }


/*--------------------------------------------------------------------------------*/
/*ABOUT*/

#About #content p {
        margin: 1.5em 9em 1.5em 3.5em;
        line-height: 1.5em;
}

#About #content h2 {
        color: #fff;
        font-family: Georgia, Times;
        font-size: 2.3em;
        margin: 0px;
        padding-top: 35px;

}

#About #content h2.about_date{
        font-size: 1.5em;
        padding: 0px;
        display: inline;
}

#About #content #timelinehdr{
        font-size: 1.9em;
        padding-top: 0px;
}

#About #content h3{
        margin: 0px;
        display: inline;
}

#About #timeline{
        margin-left: 60px;
        margin-top: 40px;
}

#About #timeline p{
        margin: 0px 30px 0px 30px;
        padding: 0px 0px 20px 30px;
        border-left: 2px dotted black;
}

#About #content a:link{color: #fff; text-decoration:none; font-weight:bold;}
#About #content a:visited{color: #fff; text-decoration:none; font-weight:bold;}
#About #content a:hover{color: #fff; text-decoration:underline; font-weight:bold;}
#About #content a:active{color: #fff; text-decoration:none; font-weight:bold;}


#aboutimage {
        float: left;
        margin: 0px 40px 50px 30px;
}

/*--------------------------------------------------------------------------------*/
/*CONTACT*/

#Contact #header {
        background: url(/images/header_contact.jpg) right top no-repeat;
        height:194px; width: 770px;
}

#Contact #content{
        background: url(/images/bg_contact.jpg) no-repeat;
        min-height: 478px;
}

#Contact #content div{
        margin: 0px 0px 0px 40px;
}

#Contact #content p{
        color: #fff;
        font-weight: bold;
        font-family: Georgia, Times;
}

#Contact #content #contact_copy{
        color: #000;
        font-weight:normal;
        width: 300px;
        font-size: .8em;
        font-family: arial;
        line-height: 1.4em;
        margin-top: 430px;
}

#Contact a:link{color: #fff;}
#Contact a:visited{color: #fff;}
#Contact a:hover{color: #000;}
#Contact a:active{color: #fff;}

/*--------------------------------------------------------------------------------*/
/*SOUNDS*/
#Sounds a:link{color: #000; text-decoration:none;}
#Sounds a:visited{color: #000; text-decoration:none;}
#Sounds a:hover{color: #fff; text-decoration:underline;}
#Sounds a:active{color: #fff;}

#Sounds #content #col_albums{
        margin: 0px 0px 0px 40px;
        width: 631px;
}

#Sounds #content #col_albums p{
        margin-bottom: 30px;
        font-size: .8em;
        line-height: 1.6em;
}

#Sounds #content #col_albums li{
        margin-bottom: 5px;
        font-weight: bold;
}

#Sounds #content .album_img{
        float: left;
        margin-right: 30px;
}
#Sounds #content .albums{
        border-bottom: 2px solid #c0d4d5;
        margin-bottom: 30px;
}
#Sounds #content .tracks{
        float: left;
}
#Sounds #content .tracks img{
        margin-top: 15px;
}
#Sounds #content .album_images_thmb img{
        margin: 10px 0px 10px 10px;
        border: 2px solid #000;
        vertical-align: middle;
}
#Sounds #content .album_images{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
}
/*--------------------------------------------------------------------------------*/
/*PORTFOLIO*/
#Portfolio #content .portfolio_category{
        margin-left: 40px;
        width: 600px;
}

#Portfolio a:link{color: #fff; text-decoration: none;}
#Portfolio a:visited{color: #fff; text-decoration: none;}
#Portfolio a:hover{color: #000; text-decoration: underline;}
#Portfolio a:active{color: #fff;}

#Portfolio #content .portfolio_category img{
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
}

#Portfolio #content .portfolio_category h2{
        font-family: Georgia;
        color: #fff;
        font-size: 1.2em;
        margin: 0em 0em .3em 0em;
        padding-top: 2em;
}

#Portfolio #content .portfolio_category p{
        width: 430px;
        color: #fff;
        float: right;
        line-height: 1.5em;
}

#portfolio_nav{
        list-style-type: none;
        margin: 0px 0px 0px 40px;
        padding: 0px;
}

#portfolio_nav li {
        display: inline;
        margin-right: 15px;
}
#large_image, #large_video{
        text-align:center;
        margin-left: 40px;
        margin-top: 20px;
        width: 555px;
}
#large_image img{
        margin: 0px 0px 5px 37px;
}
#flashvideo, #flash_player_container{
        width: 435px;
        height: 350px;
        margin-left: 100px;
}
#Portfolio #content #large_image p, #large_video p{
        text-align: left;
        color: #fff;
        line-height: 1.5em;
        margin: 0px;
        font-size: .9em;
        margin: 0px 0px 30px 37px;
}
#large_image h2, #large_video h2{
        font-size: 1.1em;
        font-family: Georgia;
        text-align: left;
        margin: 15px 0px 5px 37px;
}
#photo_thumbs, #video_thumbs{
        width: 555px;
        margin-left: 73px;
}
#photo_thumbs img, #video_thumbs img{
        margin: 0px 3px 6px 3px;
        vertical-align:middle;
        border: 2px solid #000;
}

#footer_main a:link{color: #717d7e; text-decoration:none;}
#footer_main a:visited{color: #717d7e; text-decoration:none;}
#footer_main a:hover{color: #000; text-decoration:underline;}
#footer_main a:active{color: #717d7e; text-decoration:none;}

/*PHOTO GALLERY*/

.gallery_list{
	float:left;
	width:170px;
	height: 120px;
	background-color:#000;
	position:relative;
	margin-top:5px;
	margin-bottom:10px;
}

.gallery_list img {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -75px;
}

#Gallery #content ul {
	font-weight:bold;
	list-style-type:none;
}

#Gallery #content a:link{color: #000;}
#Gallery #content a:visited{color: #000;}
#Gallery #content a:hover{color: #4e3587;}
#Gallery #content a:active{color: #000;}
