div.left{
	background-color: black;
	width: 250px;
	height:500px;
	position: absolute;
	top: 88px;

}

div.right{
	background-color: black;
	width: 800px;
	height: 500px;
	position: relative;
	left: 250px;
	top: 80px;
	
}

div.logo{
	position: relative;
	top: 20px;
	height: 120px;
	width: 250px;
}

div.links
{
	height: 380px;
	width: 250px;
	padding-top: 20px;
	
}

img.flickr
{
	position: relative;
	left: 50px;
	border-style: solid;
	border-width: 1.5px;
	border-color: #7d7d7d;

}

img.cv
{
	position: relative;
	top: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
}

text#maintitle
{

	font-size:40px;
	font-family: "HelveticaNeue-Light";
	color: white;
	position: relative;
	top: 20px;
	left: 50px;
}

text#header1
{

	font-size:40px;
	font-family: "HelveticaNeue";
	color: white;
	position: relative;
	top: 50px;
	left: 50px;
	font-weight: bold;
}

text#header2
{
	font-weight: bold;
	font-size: 40px;
	font-family: "Helvetica Neue";
	color: white;
	position: relative;
	left: 50px;
	top: 50px;
	
}

text#header3
{
	font-weight: bold;
	font-size: 40px;
	font-family: "Helvetica Neue";
	color: white;
	position: relative;
	left: 50px;
	top: 50px;
}

text#header4
{
	font-weight: bold;
	font-size: 40px;
	font-family: "Helvetica Neue";
	color: white;
	position: relative;
	left: 50px;
	top: 50px;
}

text#header5
{
	font-weight: bold;
	font-size: 40px;
	font-family: "Helvetica Neue";
	color: white;
	position: relative;
	left: 50px;
	top: 50px;
}
text.bold
{
	position: relative;
	top: 50px;
	left: 50px;
	font-family: "Helvetica Neue";
	color: #white;
	font-weight: bold;
	font-size: 40px;
}



ul {
	list-style-type: none;
	margin-bottom: 2em;
	font-family: "Helvetica Neue";
	font-weight: bold;
	font-size: 18px;
	color: #7d7d7d;

}

li{
	padding-bottom: 1px;
}



h3.header{
	padding-left: 50px;
	font-family: "Helvetica Neue";
	font-size: 16pt;
	color: #e20000;
	position: relative;
	top: 15px;
}

p.subheader{
	padding-left: 50px;
	font-family: "Helvetica Neue";
	font-size: 11pt;
	color: white;
	font-weight: 500;
	position: relative;
	top: 10px;
}

p.text{
	padding-left: 50px;
	font-family: "Helvetica Neue";
	font-size: 9pt;
	color: #a9a9a9;

}

body{
	
	background-color: black;
}

a.index
{
	text-decoration: inherit;
	color: inherit;
}

a.index:hover
{
	text-decoration: inherit;
	color: inherit;
	color: red;
}
a.current
{
	color: white;
}

a{
text-decoration: inherit;
color: inherit;
}

a:hover {
	color: #ffffff;
}


