 @charset "UTF-8";
/* CSS Document */

*
{
font-family: 'Andale Mono', 'Lucida Console', Monaco, monospace;
color: 
}
p
{
	line-height: 1.2em;
	color: #696969;
	font-size: 14px;
	padding-bottom: 10px;
}

h1
{
	line-height: 1.2em;
	margin-top: 40px;
	color: #696969;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

h2
{
	line-heigh:1.2em;
	color: #696969;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	
}
#logo 
{
	margin-top: 40px;
	margin-bottom:200px;
}

#logo img
{
	width: 160px;
	height:160px;
}

#content 
{
	margin-top: 40px;
	padding-left: 10px;
	text-align: justify;
}

#content a
{	line-height: 1.2em;
	background-color: none;
	text-decoration: none;
	color: #949494;
}
#content a:hover
{	
	line-height: 1.2em;
	background-color: #949494;
	text-decoration: none;
	color:#FFFFFF;
}


#whitespace
{
	margin:0px 0 80px 0;
}

#contact
{
	margin-left: 15px;
}
#contact img
{
	width:20px;
	height: 20px;
}

#projects
{
	padding-left:10px;
	padding-bottom: 10px;
}

#projects a
{
	line-height: 1.2em;
	width:540px;
	padding-left: 0px !important;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	color: #949494;
}

#projects a:hover{
	line-height: 1.2em;
	text-decoration: none;
	color:#FFFFFF;
}