/*
	Single Page Anchor-Jump Résumé
	by Nathan Smith, sonspring.com
*/

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML
----------------------------------------------------------------------*/

.header
{
	z-index: inherit;
	Width: 100%;
	background-image: Solid #F9F4EC URL('benoriginal.png');
	margin-top: 0;
	position: fixed;
	top: 0px;
	overflow: hidden;

}

.head2
{
	background-image:url('headertop.png');
}

.box
{
	top: 100px;
	position: fixed;
	top: 120px;
	overflow: hidden;
}

.link
{
	background: #F9F4EC solid);
	position: static;
	z-index: 2;
	top: 0px;
	width: 617px;
}
body
{
	background: #fff;
	color: #555;
	font: 11px Verdana, sans-serif;
}

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

a:hover
{
	color: #f33;
}

li
{
	list-style: none;
}

p, ol, ul
{
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0 0 10px;
	text-align: justify;
}

/* =Container
----------------------------------------------------------------------*/

#container
{
	background: url(../img/container.gif) repeat-y;
	margin: 0 auto;
	width: 680px;
}

/* =Side
----------------------------------------------------------------------*/

#side
{
	display: inline;
	float: left;
	margin: 20px 0 0 30px;
	position: fixed;
	width: 150px;
}

#side h1
{
	color: #f90;
	font: 17px Georgia, sans-serif;
	padding: 0 0 5px;
}

#side ul
{
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
}

#side li
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0 0;
}

#side li a
{
	color: #999;
	display: block;
	font: bold 12px/25px Verdana, sans-serif;
	font-variant: small-caps;
	padding: 0 10px;
}

#side li a:hover
{
	background: #eee;
	color: #000;
}

#side p
{
	font-family: Tahoma, sans-serif;
	padding: 0 10px 0 0;
	text-align: right;
}

/* =Content
----------------------------------------------------------------------*/

#content
{
	display: inline;
	float: right;
	margin: 0 30px 10px 0;
	width: 450px;
}

#content h2
{
	border-bottom: 1px solid #ccc;
	color: #369;
	font: 17px Georgia, sans-serif;
	padding: 20px 0 5px;
	margin: 0 0 10px;
}

#content h3
{
	color: #693;
	font: bold 13px Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#content img.inset
{
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
}

#content li
{
	background: url(../img/content_li.gif) no-repeat 10px 6px;
	padding: 0 0 0 20px;
}

/* =Contact Form
----------------------------------------------------------------------*/

#contact_form
{
	padding: 10px 0 0;
}

#contact_form label
{
	display: block;
	float: left;
	font: bold 11px/20px Arial, sans-serif;
	text-align: right;
	text-transform: uppercase;
	width: 70px;
}

#contact_form input, #contact_form textarea
{
	border: 1px solid #999;
	font: 11px Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	padding: 3px;
	width: 200px;
}

#contact_form textarea
{
	overflow: auto;
	width: 300px;
	height: 200px;
}

#contact_form input:focus, #contact_form textarea:focus
{
	background: #ffc;
}

#contact_form input.button
{
	background: none;
	border: 0;
	color: #33f;
	cursor: pointer;
	font: bold 12px Arial, sans-serif;
	margin: 0 0 0 80px;
	padding: 0;
	text-transform: uppercase;
	width: 90px;
}

#contact_form input.button:hover
{
	color: #f33;
}

/* =Footer
----------------------------------------------------------------------*/

#footer
{
	background: #fff;
	border-top: 1px solid #ccc;
	clear: both;
	color: #999;
	font-size: 9px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0 30px;
	text-align: center;
}

#footer a
{
	color: #999;
}

#footer a:hover
{
	color: #000;
}

/* =Internet Explorer 6 Hacks
----------------------------------------------------------------------*/

* html
{
	overflow: hidden;
}

* html body
{
	height: 100%;
	overflow: auto;
}

* html #side
{
	position: absolute;
}

* html #side li a
{
	height: 25px;
}
