body {
		font-family: verdana, arial, sans-serif;
		font-size: 0.7em;
		padding-bottom: 50px;
}

a {text-decoration: none; color: #000000;}

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

#header {margin-top: 175px;}

#navigation {width: 1100px; margin: 0 auto; padding-left: 50px; margin-top: 75px;}

#sculpture {
		padding: 0 20px 0 0;
		float: left;
		width: 180px;
		height: 230px;
		background: transparent url('../images/sculpt_bg.jpg') no-repeat;
		display: inline;
}

#sculptbtn {margin-left: 15px; margin-top: -26px;}
#projbtn {margin-left: 16px; margin-top: -27px;}
#valenbtn {margin-left: 22px; margin-top: 111px;}
#infobtn {margin-left: 48px; margin-top: 108px;}
#contactbtn {margin-left: -1px; margin-top: 112px;}

#projects {
		padding: 0 20px 0 0;
		float: left;
		width: 184px;
		height: 230px;
		background: transparent url('../images/proj_bg.jpg') no-repeat;
		display: inline;
}

#valentines {
		padding: 0 20px 0 0;
		float: left;
		width: 182px;
		height: 225px;
		background: transparent url('../images/valen_bg.jpg') no-repeat;
		display: inline;
}

#info {
		padding: 0 20px 0 0;
		float: left;
		width: 180px;
		height: 230px;
		background: transparent url('../images/info_bg.jpg') no-repeat;
		display: inline;
}

#contact {
		padding: 0 0 0 20px;
		float: left;
		width: 190px;
		height: 230px;
		background: transparent url('../images/contact_bg.jpg') no-repeat;
		display: inline;
}

#contact_wrap {width: 500px; height: 225px; background: url('../images/contactModal_bg.jpg') no-repeat top left; padding: 100px 75px;}

#info_wrap {width: 500px; height: 225px; background: url('../images/infoModal_bg.jpg') no-repeat top left; padding: 100px 75px;}


li {list-style: none;}
li.menuheader {margin-top: 135px;}
li.menuheader ul {display: none; border-bottom: solid 1px #000000;}
li.menuheader:hover ul {display: block; width: 172px;}
li.menuheader ul li{border-top: solid 1px #000000; border-right: solid 1px #000000; border-left: solid 1px #000000;}
li.menuheader a {padding: 2.5px; display: block; background:#ffffff;}
li.menuheader a:hover {background: #000000; color: #ffffff; }

