/*------------------ General ------------------*/
body {
	margin:0px auto;
	padding:0px;
	width: 800px;
	color: #333333;
	position: relative;
	background: #644322 url(images/bg-home.jpg) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	font-weight:bold;
	color:#2b6088;
}

a:hover
{
	color:#fd1b15;
}

/*------------- Top Navigation ----------------*/
#header_wrap {
	width: 800px;
	height: 221px;
	margin: 0px auto;
	padding: 0px 0px;
	color:#FFFFFF;
}

#nav {
	list-style:none;
	margin:170px 30px 0px 0px; 
	padding:0px;
	clear:both;
	float:right;
	line-height:0px;
}
#nav li{
	margin-left:5px;
	float:left;
}
#nav li a{
	height: 25px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}
#nav-home a{
	width: 63px;
	background: url(images/nav-home-blk.gif) no-repeat left top;
}
#nav-home a:hover{
	background: url(images/nav-home-red.gif) no-repeat left bottom;
}
#nav-work a{
	width: 65px;
	background: url(images/nav-work-blk.gif) no-repeat left top;
}
#nav-work a:hover{
	background: url(images/nav-work-red.gif) no-repeat left bottom;
}
#nav-resume a{
	width: 91px;
	background: url(images/nav-resume-blk.gif) no-repeat left top;
}
#nav-resume a:hover{
	background: url(images/nav-resume-red.gif) no-repeat left bottom;
}
#nav-contact a{
	width: 86px;
	background: url(images/nav-contact-blk.gif) no-repeat left top;
}
#nav-contact a:hover{
	background: url(images/nav-contact-red.gif) no-repeat left bottom;
}

/*----------- Right Navigation --------------*/
#right_nav
{
	float:right;
	height: 309px;
	width: 200px;

}
#right_nav ul
{
	margin-top: 90px;
	list-style: none;
	margin-left: 40px;
}
#right_nav ul li
{
	list-style: none;
	margin-top: 10px;

}
#right_nav li a
{
	text-decoration:none;
}
#right_nav li a:hover
{
	text-decoration:underline;
}


/*-------------- Main --------------*/

#main_wrap {
	
	width: 800px;
	height: 350px;
	margin: auto;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#main_intro
{
	margin: 110px 0px 0px 50px;
	width: 250px;
	float:left;
}


/*------------- Work ----------------*/
#work_wrap 
{
	margin-top:71px;
	width: 600px;
	float:left;
}

#work_wrap ul
{
	font-size: 18px;
padding-left: 40px;
}

#work_wrap ul li a
{
	font-weight:normal;
	text-decoration:none;
}

#work_wrap ul li a:hover
{
	text-decoration:underline;
}

#work_wrap img
{
	float:right;
	margin-right: 30px;
}

#work_website
{
	list-style:none;
	margin-left: 90px;
}

#work_dates
{
	list-style:none;
	margin: 12px 0px 0px 70px;
}

#work_tools
{
	list-style:none;
	margin: 12px 0px 0px 60px;
}

#work_text
{
	padding: 0px 60px 0px 60px;
}

