/*---------------------------------------------
Global Style Sheet v.A

Version:	4.0
Site: 		www.johnvilhauer.com
-----------------------------------------------*/

* {
margin: 0; 
padding: 0; }

body {
background: #9d9fa2; }

img { 
border: 0; }

.clear {
clear: both; }

.right {
float: right; }

.left {
float: left; }

hr, .hide {
display: none; }

/*STRUCTURE*/

#wrapper {
width: 900px;
height: 650px;
background: #9d9fa2 url(../_images/ground.gif) no-repeat left top;
margin: 30px 0px 0px 0px;
text-align: left; }

/*NAV*/

#nav_portfolio { 
background: transparent url(../_images/_nav/ground_portfolio.gif) no-repeat;
height: 46px;
width: 258px;
margin: 0px 0px 0px 234px;
padding: 0; }

#nav_resume { 
background: transparent url(../_images/_nav/ground_resume.gif) no-repeat;
height: 46px;
width: 258px;
margin: 0px 0px 0px 234px;
padding: 0; }

#nav_contact { 
background: transparent url(../_images/_nav/ground_contact.gif) no-repeat;
height: 46px;
width: 258px;
margin: 0px 0px 0px 234px;
padding: 0; }

.nav_item { 
margin: 17px 0px 0px 0px;
float: left; }

/*SUBNAV*/

#subnav_project { 
width: 810px;
height: 14px;
margin: 6px 0px 0px 40px; 
border-bottom: 1px solid #ccc; }

#subnav_resume { 
width: 810px;
height: 14px;
margin: 6px 0px 0px 40px; 
border-bottom: 1px solid #fff; }

#subnav_detail { 
width: 810px;
height: 14px;
margin: 2px 0px 0px 40px; }

/*THUMBNAILS*/

#thumbnails { 
width: 810px;
margin: 40px 0px 0px 110px; }

/*CONTENT*/

#content { 
width: 810px;
height: 530px;
margin: 0px 0px 0px 40px; }

#contact {
padding: 146px 0px 0px 58px; }

p {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
font-size: 10px;
line-height: 13px;
color: #000; 
margin: 5px 0 0; }

p a:link, p a:active, p a:visited  {
color: #000; 
text-decoration: none; }

p a:hover  {
text-decoration: underline; }