* {
	margin:0;
	padding:0;
}

body {
	background:#dedede url(/portfolio/images/body-bg.jpg) 50% bottom no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:991px;
	margin:0 auto;
	position:relative;
}

#header {
	width:991px;
	height:96px;
}

#overview {
	width:991px;
	height:186px;
	background:url(/portfolio/images/background-top.png) top left no-repeat;
}

#portfolio-image {
	height:335px;
	background:url(/portfolio/images/background-middle.png) top left no-repeat;
}

#portfolio-description {
	height:356px;
	background:url(/portfolio/images/background-bottom.png) top left no-repeat;
}

.header-phone {
	float:right;
	padding-right:45px;
}

.header-resume {
	float:right;
	padding-right:30px;
	background:url(/portfolio/images/pdf-icon.gif) left 91px no-repeat;
}

a:hover {
	text-decoration: none;
}

/*-- fonts --*/

h1 {
	font-size:35px;
	color:#AEF9B5;
	font-weight:normal;
	padding:30px 0 0 30px;
}

h2 {
	font-size:15px;
	color:#fff;
	padding:0 0 0 30px;
}

h2 a {
	color:#fff;
}

h3  { color: #FF6600; font-size: 24px; font-weight: normal; padding: 26px 15px 10px 30px }

h4 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0px 15px 10px 30px;
}

p {
	font-size:12px;
	color:#666;
	padding:0px 15px 10px 30px;
	width:600px;
	line-height:160%;
}

#overview h3 {
	color:#fff;
	padding-top:52px;
}

#overview p {
	color:#fff;
}

#overview p a {
	color:#fff;
	font-weight:bold;
}

#overview .header-resume h3 a {
	color:#003300;
	margin:0;
	padding:0;
}

#overview .header-resume h3 {
	padding:85px 15px 3px 54px;
}

#overview .header-resume h2 {
	padding-left:54px;
}

#othersites {
	position:absolute;
	top:615px;
	left:658px;
	z-index:10000;
	width:333px;
}

#othersites h3 {
	padding-left:20px;
}

#othersites h4 a {
	color:#225755;
	font-size:1.2em;
}

#othersites h4 {
	padding-bottom:0;
	padding-top:7px;
	padding-left:20px;
}

#othersites p {
	color:#36A09A;
	border-bottom:1px solid #BCE9E7;
	width:285px;
	padding-left:20px;
	font-size:0.7em;
}

#othersites p a {
	color:#225755;
	font-weight:bold;
}

#othersites p.more {
	color:#FF6600;
	font-weight:bold;
	border-bottom:none;
	width:285px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:0;
}

#othersites h4.more {
	padding-top:0;
}

#footer p  {
	color:#000;
	padding-bottom:5px;
	margin-top:7px;
	font-size:0.7em;
}