body {
	background: #e5e4e4;
	font-family: sans-serif;

}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

img {
	border-style: none;
	}

#box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.5%;
	margin-bottom: 2%;
	height: 515px;
	width: 500px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	background: #ffffff;
	box-shadow: 0px 0px 60px #999999;
}

#projectlinks{
	
}

#projectsblock {
	padding-top: 95px;
}

#projectitems{

}

#projecttext{

}

#projectimg{
	margin: 23px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 7px #777777;
}


#project {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.5%;
	width: 500px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	background: #ffffff;
	box-shadow: 0px 0px 60px #999999;
}

#randomimgcorners {
	margin-left: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 7px #777777;
}	

#randomimgpos {
    position: absolute;
    bottom: 10px;	
}

#titleimgpos {
	position: absolute;
	left: 6px;
}

#linkbar {
	position: absolute;
    top: 110px;	
	left: 45px;
	width: 500px;
}

#navlink {
	padding: 20px;
}