
body {

	font-family: Helvetica, sans-serif;
	color: #fff;
	border: 0;
	text-align: center;
}

h1, h2, h3, h4, p {

	margin: 0;
}

a,
a:visited,
a:active {

	color: #fff;

}

#profile-body {

	width: 800px;
	margin: 0 auto;
	min-height: 600px;
	height: auto;
	background: #292929;
	padding: 20px;
	text-align: left;
}

#inner {
	
	width: 800px;
	height: auto;
}

h2 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	width: 100%;
	letter-spacing: -1px;
	background: #161616;
}

h1 {

	text-transform: uppercase;
	
}

img{

	border-style: none;
}

/* profile photos styling */

#images {
	width: 260px;
	float: left;
	height: auto;
	padding: 20px;
	background: #1E1E1E;
}


img.main {

	width: 254px;
	height: auto;
}

img.small {

	width: 105px;
	height: 115px;
	margin: 10px;
	float: left;
}

/* actors details container and styling */

#details {
	
	width: 465px;
	min-height: 600px;
	height: auto;
	float: right;
	padding: 20px 0;
}

#name {

	margin-bottom: 20px;

}

.actorinfo {

	height: auto;
	width: 465px;
	float: right;
	margin-top: 10px;
	color: #919191;
	background: #1e1e1e;
}

.actorinfo p {

	padding: 20px;
}

/* table styling for actors information */

table {

	margin: 20px 20px;
	color: #919191;
}

table td {

	padding: 3px 10px 0 0;

}

table td.title {
	font-weight: bold;
}

/* button styling for cv area */

a.button:visited,
a.button:active {

	color: #000;

}

.button {

	background: #efefef;
	border: 1px solid #999999;
	width: auto;
	padding: 4px 7px;
	color: #000;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
}

.button {

	max-height: 15px;
	min-width: 100px;
}

/* hover info over images displays info about enlargeing */

a.tooltip {
  color: #000000; 
  outline: none;
  text-decoration: none;
  position: relative;
}

a.tooltip span {
  position: absolute;
  visibility: hidden;
}

a.tooltip:hover span{

	visibility: visible;
	background: #FFF;
	border: 1px solid #000;
	padding: 3px;
	color: #000;
} 

a.tooltip:hover span.large {

	position: absolute;
	top: -10px;
	left: 65px;

}

a.tooltip:hover span.small{
	position: absolute;
	top: 145px;
	left: -180px;
}

/* creates clear class so that divs are sized accordingly */

.clear {
	clear: both;
}