/****** reset elements *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

ol,ul { list-style: none; }
caption,th { text-align: left; }

h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

h1
{
	font-size: 14px;
	font-weight: normal;
}

h2 { font-weight: bold; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; }




/****** start *****/

body {
	background-color: black;
	margin: auto;
	color: #fd0195;
}

#container {
	background-color: black;
	width: 980px;
	position: relative;
	margin: auto;
}

#navigation {
	height: 50px;
	width: 1024px;
}

#content {
	background-color: inherit;
	color: #fd0195;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height: 16px;
	
	height: 300px;
}

#content A {
	color: #fd0195;
	text-decoration: none;
}

#content A:hover {
	text-decoration: underline;
}

#cv {
	left: 50px;
	position: relative;
	color: #fd0195;
	top: 25px;
	width: 800px;
}



#home {
	left: 0px;
	position: relative;
	top: 200px;
	color: #fd0195;
	font-size: 24px;
	text-align: center;
	width: 800px;
	height: 50px;
}

#resume {
	left: 138px;
	position: relative;
	top: 25px;
	color: #fd0195;
	width: 300px;
}

#press {
	left: 294px;
	color: #fd0195;
	position: relative;
	top: 25px;
	width: 300px;
}

#links {
	left: 399px;
	position: relative;
	color: #fd0195;
	top: 25px;
	width: 300px;
}

#contact {
	left: 502px;
	position: relative;
	color: #fd0195;
	top: 25px;
	width: 300px;
}


#pic {
	float: left;
	left: 50px;
	position: relative;
	top: 10px;
}



#projects {
	left: 0px;
	top: 50px;
	position: relative;
	width: 911px;

}
