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


body { 
  background: #fff url(thesis_titleslide_illustration.jpg) right fixed no-repeat; 
} 
#header{
	 
	margin-top:70px;
	width:600px;
	height:90px;
}

#content{
	margin-left:30px;
	width:500px;
	font: 12px Arial, sans-serif;
	line-height: 2;
	color:#666;
}

#proto{
	margin-left:30px;
	width:700px;
	font: 12px Arial, sans-serif;
	line-height: 2;
	color:#666;
}

#footer{
	position: inherit;
            bottom: 0px;
            left: 0px;
            height: 20px;
            width: 100%;
	
}

h1 {
	margin-top:20px;
	letter-spacing:1px;
	font-weight:bold;
	font-size:14px;
	color:#000;
}

h2 {
	margin-top:20px;
	letter-spacing:1px;
	font-weight:bold;
	font-size:12px;
}

a:link {
	text-decoration:none;
	letter-spacing:1px;
	color:#903;
}
a:visited{
	text-decoration:none;
	letter-spacing:1px;
		color:#903;

}

a:hover{
	text-decoration:none;
	letter-spacing:1px;
	color:#000;
}
a:active{
	text-decoration:none;
	letter-spacing:1px;
		color:#903;

}


