/* @override http://www.lowellherrero.com/styles/global.css */

/*Remove Bad Browser Styles*/
* {margin:0; padding:0;}
a, :link,:visited {text-decoration:none;}
ul,ol {list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight: normal;}
a img,:link img,:visited img {border:none;}
address, textarea {font-style:normal;}
a:focus, a:visited {outline-style: none;}/* Firefox outline link fix */

/* Fix Browser Float Problems */
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear {clear:both; height: 0; visibility:hidden; font-size:1px; display:block;}
* html .clear {height: 1%;}

/*Global*/
body { color: #666666; text-align:center;  height: 100%; background: #E8E5DE url(../images/background.gif) repeat-y center 0; font: normal 0.75em/1.250em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#container {width: 700px; margin:0 auto 0 auto; text-align:left; background-color: #fff; height: 100%;}
#container #header {width: 700; height: 45px; clear: both; font: 0.75em normal Georgia, Times New Roman, Times, serif; color: #666666;}
#container #footer {clear: both; width: 650px; height: 25px; margin: 20px auto 10px auto;}

#nav {height: 15px; font-size: 15px; width: 700px; padding-top: 20px;margin: auto;}
#nav ul {height: 15px; font-size: 35px; width: 545px; margin: 0 auto;}
#nav ul li {display: inline;}
#nav ul li a { height: 15px; float: left;}
#nav ul li a.selected, #nav ul li a.selected:hover {background-color: #fff; color: #fff;}
#nav a#home {background: url(../images/nav_home.gif) 0 0 no-repeat; margin-left: px; width: 60px;}
#nav a#home:hover, #nav a#home.selected {background-position: -60px 0;}
#nav a#newwork {background: url(../images/nav_newwork.gif) 0 0 no-repeat; margin-left: 5px; width: 80px;}
#nav a#newwork:hover, #nav a#newwork.selected {background-position: -80px 0;}
#nav a#bio {background: url(../images/nav_bio.gif) 0 0 no-repeat; margin-left: 10px; width: 80px;}
#nav a#bio:hover, #nav a#bio.selected {background-position: -80px 0;}
#nav a#studio {background: url(../images/nav_studio.gif) 0 0 no-repeat; margin-left: 10px; width: 80px;}
#nav a#studio:hover, #nav a#studio.selected {background-position: -80px 0;}
#nav a#shop {background: url(../images/nav_shop.gif) 0 0 no-repeat; margin-left: 5px; width: 115px;}
#nav a#shop:hover, #nav a#shop.selected {background-position: -115px 0;}
#nav a#contact {background: url(../images/nav_contact.gif) 0 0 no-repeat; margin-left: 5px; width: 80px;}
#nav a#contact:hover, #nav a#contact.selected {background-position: -80px 0;}

#menubar {background: #fff url(../images/menubar.gif) no-repeat center; height: 1px; width: 700px;}
