/* CSS Document */
* {
padding:0px;
margin:0px;
}
body {
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:10px;
color:#333333;
overflow-y:scroll;
}
p {
font-size:10px;
}

h2 {
font-size:11px;
font-weight:normal;
letter-spacing:2px;
}

h3 {
font-size:11px;
font-weight: normal;
letter-spacing:0px;
}

a{ 
text-decoration:none;
color:#84948f;
}
a:visited {
text-decoration:none;
color:#84948f;

}
a:hover {
text-decoration: underline;
color:#a7b8b2;

}

.bd {
color:#66210a;
}


/* This is all the page layout div boxes*/

#container {
	background-color: #FFFFFF;
	width: 799px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height:401px;
	padding-top:0px;
}


#masthead {
	background: #FFFFFF;
	width:799px;
	padding-top:0px;
}

/* the mid/right column */
#content {
	float: right;
	width: 395px;
	padding-bottom:30px;
	margin-right:100px;
	min-height:300px;
	height:auto !important;
	height:200px;	
}

/* left sidebar */
#innersidebar {
	float: left;
	width:auto;
	width: 150px;

	min-height:320px;
	height:auto !important;
	height:320px;
	
	margin-left:130px;
	padding-top:0px;
}


#footer {
	background: #FFFFFF;
	clear: both;
	
}

/*ignore this one */
#innercontainer {
	float: left;
	width: 785px;
	background-color:#FFFFFF;
}

/* this is the portfolio page stuff */

.portl {
	height:285px;
	width:155px;
	padding-top:30px;
	padding-left:0px;
	margin-left:0px;
}


.portr {
	height:285px;
	width:425px;
	padding-top:30px;
}

.portbox {
width:125;
padding-top:30px;
padding-bottom:-30px;

}

a.portlink {
   display: block;
   width: 50px;
   height: 50px;
   text-decoration: none;
   background: url("imgs/seemore2.jpg");
	margin-top:-15px;
	margin-left:65px;
}
a.portlink:hover {
   background-position: -50px 0;
}


/* BELOW IS TOP MENU BAR CODE
*/
#menu {
	margin-top:200px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 580px;
	background: url(imgs/header.jpg) no-repeat;
	background-position:0 150px;
	position: relative;

}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width:60px;
	height: 60px;
	background: url(imgs/logo.jpg) no-repeat;
	left: 110px;
	top: 162px;
}

#menu .portfolio {
	width: 98px;
	height: 60px;
	background: url(imgs/portfolio.jpg) no-repeat;
	left: 170px;
	top: 162px;
}

#menu .blog {
	width: 60px;
	height: 60px;
	background: url(imgs/blog.jpg) no-repeat;
	left: 268px;
	top: 162px;
}


#menu .contact {
	width: 93px;
	height: 60px;
	background: url(imgs/contact.jpg) no-repeat;
	left: 328px;
	top: 162px;
}


#menu .resume {
	width: 150px;
	height: 150px;
	background: url(imgs/resume.jpg) no-repeat;
	left: 750px;
	top: 75px;
}
