
body {
	margin: 0.5em 0;
	text-shadow: black 2px 2px 2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #eaeaea;
	background-image:url('../img/bg.jpg');
	background-repeat:repeat;

}

body a {
	color:#eaeaea;
}
#title {
	margin-left:20%;
}

#description {
	margin-left:20%;
}

#projects {
	width:440px;
	min-height:60px;
	padding:10px;
	margin:10px;
	background-color:#585853;
	background-repeat:repeat;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
}

.fright {
	float:right;
}

.fleft {
	float:left;
}

h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight: bold;
}


