@charset "UTF-8";



*
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

html,body
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body
{
	text-align: center;
	min-width: 600px;
	min-height: 400px;
}

h2
{
	color: #e0009f;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 0;
}

span.pink
{
	color: #e0009f;
}

div
{
}

a
{
	text-decoration: none;
	color: #e0009f;
}

a:hover
{
	text-decoration: underline;
}

hr.menu-line
{
	border: 0px;
	border-bottom: 1px solid black;
	width: 184px;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	left: -1px;
}

br.large-return
{
	margin-bottom: 5px;
}

img
{
	border: 0px;
}

img.contact-name
{
	margin-bottom: -5px;
}

img.person-photo
{
	float: left;
	margin-right: 10px;
}

a#about, #about-selected
{
	display: block;
	text-indent: -10000px;
	background: transparent url( ../images/ui/about.png ) no-repeat 0 0;
	width: 60px;
	height: 17px;
	margin-bottom: 10px;
	position: relative;
	top: 8px;
}

a#about:hover, #about-selected
{
	background-position: 0px -17px;
}

a#work, #work-selected
{
	display: block;
	text-indent: -10000px;
	background: transparent url( ../images/ui/work.png ) no-repeat 0 0;
	width: 60px;
	height: 17px;
	margin-bottom: 7px;
	position: relative;
	top: 10px;
}

a#work:hover, #work-selected
{
	background-position: 0px -17px;
}


div#outer
{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

div#container
{
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

div#inner
{
	width: 850px;
	height: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	position: relative;
	left: -50px;
}

div#menu
{
	width: 182px;
	text-align: left;
}

div#navigation
{
}

div#links
{
	letter-spacing: 1px;
	line-height: 22px;
	position: relative;
	left: 3px;
}

div#contact
{
	letter-spacing: 1px;
	line-height: 25px;
	position: relative;
	top: 16px;
}

div.person-name
{
	position: relative;
	top: 8px;
}

div#content
{
	width: 250px;
	text-align: left;
	display: inline-block;
	position: relative;
	top: -220px;
	left: 120px;
	line-height: 22px;
}

#welcome-images
{
	position: relative;
	top: -108px;
	left: 40px;
}

div#person
{
	vertical-align: top;
	line-height: 22px;
	display: inline-block;
	width: 400px;
	height: 170px;
	position: relative;
	top: -220px;
	left: 160px;
	text-align: left;
}

.invisible
{
	display: none;
}
