body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	padding-bottom: 15px;
}

body a {
	text-decoration: none;
}

.pagewrapper {
	position: relative;
	margin: 0;
	width: 960px;
	text-align: left;
	top: 0px;
}

.masthead {
	width: 582px;
	height: 56px;
	background: url('images/layout/masthead.png') no-repeat;
	margin: 15px 0 25px 0;
}

.masthead a {
	width: 582px;
	height: 56px;
	display: block;
}

/* NAVIGATION */
.navigation {
	width: 260px;
	float: left;
}

ul.nav_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.nav_menu li {
	display: block;
	height: 26px;
	margin-bottom: 29px;
	background-color: #c9c9c9;
}

ul.nav_menu li:last-child {
	margin-bottom: 0px;
}

ul.nav_menu li.selected {
	background-color: #ff1ba2;
}

ul.nav_menu li:hover {
	background-color: #ff1ba2;
	
}

ul.nav_menu li a {
	height: 26px;
	display: block;
	padding-left: 40px;
	padding-right: 11px;
}

ul.nav_menu li a img {
	border: 0px;
}

ul.nav_menu li:hover a {

}

ul.nav_menu li.width1 {
	width: 211px;
}

ul.nav_menu li.width1 a {
	width: 171px;
}

ul.nav_menu li.width2, ul.nav li.width1 a {
	width: 221px;
}

ul.nav_menu li.width1 a {
	width: 181px;
}

ul.nav_menu li.width3, ul.nav li.width1 a {
	width: 201px;
}

ul.nav_menu li.width1 a {
	width: 161px;
}

ul.nav_menu li.up {
	background-image: url('images/layout/upwedge.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.about_nav ul.nav_menu li.up {
	background-image: url('images/layout/upwedge_about.png');
}

ul.nav_menu li.down {
	background-image: url('images/layout/downwedge.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/* PAGE CONTENT */
.content {
	float: left;
	width: 700px;
}

.imageport {
	width: 700px;
	height: 525px;
	background: #f4f4f4;
	text-align: center;
}

.description {
	width: 450px;
	font-size: 12px;
	line-height: 16px;
	font-family: arial;
}

.image_nav {
	height: 15px;
	width: 700px;
	text-align: right;
	padding: 10px 0;
}

.image_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-right: -8px;
}

.image_nav ul li {
	float: left;
	width: 10px;
	margin: 0 8px;
}

a.nav_previous {
	display: block;
	width: 13px;
	height: 15px;
	background: url('images/layout/previous.png') no-repeat;
}

a.nav_next {
	display: block;
	width: 13px;
	height: 15px;
	background: url('images/layout/next.png') no-repeat;
}

div.counter {
	font-size: 18px;
	font-family: arial narrow;
	margin-top: -3px;
	float: right;
	margin-right: 30px;
}

div#tabCurrentID {
	float: left;
}

.SlideTab {
	background-position: center center;
	background-repeat: no-repeat;
}

/* ABOUT/WHO AM I */
.about_card {
	float: left;
	width: 455px;
	height: 525px;
	background: #000;
	color: #fff;
}

.about_nav {
	padding-top: 4px;
	float: left;
	height: 195px;
	width: 245px;
}

.about_description {
	float: left;
	height: 330px;
	width: 245px;
}

.aboutSlider {
	width: 415px;
	height: 485px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	text-align: left;
	line-height: 17px;
}

.aboutSlider h2 {
	color: #ff1ba2;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.aboutSlider h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
	color: #ff1ba2;
}

.aboutSlider p {
	margin: 0;
	padding: 0;
}

div.resume {
	padding: 20px;
}

ul.resume {
	list-style: none;
	margin: 0;
	padding: 0;
}

a.resume {
	color: #ff1ba2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.resume:hover {
	background-color: #ff1ba2;
	color: #000;
}

div.find_me, div.friends {
	padding: 125px 0 0 60px;
	font-size: 14px;
	line-height: 20px;
	height: 400px;
}

div.find_me h2, div.friends h2 {
	font-size: 14px;
}

div.find_me a, div.friends a {
	color: #ff1ba2;
	text-decoration: none;
}

div.find_me a:hover, div.friends a:hover {
	background-color: #ff1ba2;
	color: #000;
}

ul.find_me, ul.friends {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

div.hello {
	width: 225px;
	height: 80px;
	margin: 60px 0 0 0;
}

p.hello {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 5px 22px;
}