body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background: #EDEDEC url(../images/fractals.jpg) no-repeat 0 0;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
}

#experiments {
    width: 800px;
    margin: 0 auto;
}

.intro {
    background: transparent url(../images/intro_bg.png) no-repeat 0 0;
	border-bottom: 1px solid #586389;
	padding: 15px;
}

h1 {
	margin-left: 40px;
    font-size: 130%;
}

.fpheader {
	margin-left: 0px;
	padding-bottom: 10px;
	color: #EFECF6;	
}

#projectname {
	color: #384680;
    font-size: 130%;	
	margin-left: -10px;
	margin-top: 10px;
}

.intro {
	margin-left: 20px;
}


p {
	line-height:120%
}

#reqs {
	padding-bottom: 10px;
}

#reqs li {
	padding-bottom: 10px;
}

.panel p {
	padding-bottom: 20px;
}

#designthumbs li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

a:link {
	text-decoration: none;
	color: #384680;
}
a:visited {
	color: #384680;	
	text-decoration: none;
}
a:active {
	
}
a:hover {
	color: blue;	
	text-decoration: underline;
}

.clear { 
    clear: both;
}
