html
{
	height: 2000px;
}

a { color: #222222;	text-decoration: none; }
a:visited {	color: #222222;	}
a:hover { color: #EEEEEE; }
a:focus { outline: none; }

body
{

	/*background: #090909 url(http://tapbots.com/images-global/ui/bg_body2.jpg) repeat-x 50% 0px;*/
	background: #373737 url('../img/background-gradient2.jpg') no-repeat scroll 50% 0;
	/*background: #788d8f url('../img/background-gradient2.jpg') no-repeat scroll 50% 0;*/
	font-family: 'Droid Sans Mono', arial, serif;
	width: 960px;
	margin: 20px auto;
	color: #222222;
	font-size: 85%;
}

#header
{
	height: 156px;
	width: 100%;
	margin-bottom: 40px;
}

#content
{
	font-size: 100%;
}

#footer
{
	text-align: center;
	font-size: 80%;
	margin-top: 20px;
}

#header-logo
{
	text-align: center;
	height: 100px;
	width: 100%;
}

#header-nav
{
	height: 60px;
	line-height: 60px;
	margin: 0px 20px 0px 20px;
}

#g-logo
{
	margin: 0px 20px 0px 20px;
}

#nav-menu
{
	list-style: none;
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	clear: right;
	float: left;
}

#nav-menu li
{
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-right: 2px solid #333333;
}

#nav-menu li.active
{
	color: #EEEEEE;
}

#nav-about
{
	/*border-left: 2px solid #333333;*/
}

#nav-services
{
	background-image: url('../img/nav-services3.png');
}

#nav-services.active
{
	background-image: url('../img/nav-services-hover.png');
}

#nav-resume
{

}

#nav-contact
{
	
}
