/*************************************************************
Interior pages style sheet
*************************************************************/

/*********************
  header
*********************/
#header
	{
	border-bottom: 1px solid #999;
	}
/*********************
  content
*********************/
#content
	{
	position: relative;
	padding: 30px 0;
	}
#resume
	{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px solid #999;
	width: 500px;
	text-align: left;
	line-height: 1.5em;
	color: #666;
	background-color: #fff;
	}
h1
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
h2
	{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #e9e9e9;
	font-size: 1em;
	}
h3
	{
	margin: 15px 0 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	}
#resume p
	{
	margin: 0;
	padding: 0;
	}
#resume p.item
	{
	margin: 0;
	padding: 0 0 0 7px;
	background: url(../images/structural/resume_bullet.gif) no-repeat center left;
	}
#resume ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#resume li
	{
	margin: 0;
	padding: 0 0 0 7px;
	background: url(../images/structural/resume_bullet.gif) no-repeat center left;
	}
#border
	{
	position: absolute;
	top: 377px;
	left: -50%;
	width: 150%;
	border-top: 1px solid #999;
	}

#resume a
	{
	display: block;
	margin: 4px 0 0;
	padding: 0 0 1px;
	border-bottom: 1px solid #fff;
	height: 8px;
	width: 114px;
	text-indent: -9999px;
	font-size: 0.5em;
	background: url(../images/structural/url_petar.gif) no-repeat;
	}
#resume a:hover
	{
	border-bottom-color: #999;
	}
