body {
	margin:0; 
	padding:10px;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: #FFF200;
}

#menu a {
	font-size: 11px;
	font-family: Helvetica, Sans-Serif;
	text-decoration: none;
	color: black;
}
#menu {
	font-size: 11px;
	font-family: Helvetica, Sans-Serif;
	text-decoration: none;
	color: black;
}

#menu_over a {
	color: white;
	font-size: 11px;
	font-family: Helvetica, Sans-Serif;
}

#sub_over a {
	color: #FFF200;
}

#submenuText {
	color:white;
	font-size: 11px;
	font-family: Helvetica, Sans-Serif;
	text-decoration: none;
	line-height: 16px;
}


#studioMenu {
	background-color:black;
	width:150px;
	height:16px;
	position:absolute;
	top:90px;
	left:130px;
}
#aboutMenu {
	background-color:black;
	//width:150px;
	height:16px;
	position:absolute;
	top:90px;
	left:90px;
}


#projectImages {
	width:100%;
	height: 170px;
	
}
#projectImage img {
	}

h1 {
	padding-top: 30px;
	font-size: 17px;
	font-weight: 100;
}

h2 {
	font-size: 13px;
	font-weight: 100;
}
p {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: grey;

}
#footer {
	position: fixed;
	left:0px;
	bottom:0px;
	background-color: black;
	height: 15px;
	text-align: center;
	width:100%;
	color: white;
}

#footer_fixed {
	position: relative;
	margin-top: 20px;
	background-color: black;
	height: 15px;
	text-align: center;
	width:100%;
	color: white;
}





