body {
	/*background: #666 url(img/bkgnd.gif) top center repeat-y;*/
	background:#555;
	text-align: left;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


#wrapper{
	margin: 0 auto;
	width: 956px;
	background-color: #fff;
	text-align: left;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}

#wrapper2{
	margin: 0 auto;
	margin-top:20px;
	width: 960px;
	background-color: #fff;
	text-align: left;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
}
	

#header{
	background:url(../img/header.png);
	height:127px;
}

#header .logo{
	float:left;
	margin-top: 30px;
	margin-left: 16px;
}

#header .msg{
	float:right;
	text-align: right;
	clear:right;
	margin-top: 63px;
}

/*-----------------------------Main Menu----------------------------------------------*/
#mainNav{
	background:url(../img/menu_base.png);
	height:36px;
}

#mainNav a {	
	float:left;
	text-indent: -900%;	
	outline: none;
	border-bottom: none;
}	

#mainNav ul {
	margin:0;
	padding:0;
	list-style-type: none;	
}

#mainNav ul li {
	margin:0;
	padding:0;
	list-style-type: none;	
	display:inline;
}

#mainNav a:hover {
	background-position: left bottom;
	border-bottom: none;
}

#mainNav a:hover span{
	display: block;
	border-bottom: none;
}

#mainNav .nav-home {
	background:url(../img/menu_home.gif) no-repeat;
	width:75px;
	height:36px;
}

#mainNav .nav-home-sel {
	background:url(../img/menu_home_sel.gif) no-repeat;
	width:75px;
	height:36px;
}

#mainNav .nav-portfolio {	
	background:url(../img/menu_portfolio.gif) no-repeat;
	width:98px;
	height:36px;
}

#mainNav .nav-portfolio-sel {	
	background:url(../img/menu_portfolio_sel.gif) no-repeat;
	width:98px;
	height:36px;
}

#mainNav .nav-blog {
	background:url(../img/menu_blog.gif) no-repeat;
	width:65px;
	height:36px;
}

#mainNav .nav-blog-sel {
	background:url(../img/menu_blog_sel.gif) no-repeat;
	width:65px;
	height:36px;
}

#mainNav .nav-resume {	
	background:url(../img/menu_resume.gif) no-repeat;
	width:84px;
	height:36px;
}

#mainNav .nav-resume-sel {	
	background:url(../img/menu_resume_sel.gif) no-repeat;
	width:84px;
	height:36px;
}


#mainNav .nav-contact {
	background:url(../img/menu_contact.gif) no-repeat;
	width:93px;
	height:36px;
}

#mainNav .nav-contact-sel {
	background:url(../img/menu_contact_sel.gif) no-repeat;
	width:93px;
	height:36px;
}

#mainNav .nav-faq {
	float:right;
	background:url(../img/menu_colorboxes.png) no-repeat;
	width:267px;
	height:36px;
}

/*-----------------------------------------------------------------------------------*/

#mainContent{
	background:url(../img/body_bg_sml.png) no-repeat;
	background-color:#090909;
	height:auto;	
}

.hidden{
	display:none;
	/*visibility:hidden;*/
}

/*-----------------Left Nav------------------------------------------------------------*/
#leftNav{
	width:184px;
	height:auto;
	position:absolute;
	padding-left:20px;
	padding-top:28px;
}

#leftNav .heading{
	margin-bottom:30px;
}

/*-----------------------------------------------------------------------------------*/

/*-----------------Right Content------------------------------------------------------------*/
#content{
	width:772px;
	height:auto;
	position:relative;
	left:184px;
	padding-top:15px;
}



/*-----------------------------------------------------------------------------------*/
#footer{	
	padding-top:40px;
	background-color:#090909;
	height:67px;
	text-align:center;
	border-top:1px #CCC;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.footerDiv1{
	/*height:32px;*/
	height:auto;
	border-bottom:2px solid #222;
}

p.footerPara{
	padding-top:8px;
}
	



