/* Mottenfest Global CSS Document Developer: Jennifer Pierce Design Concept: Rensis Schmitt */*{	margin: 0;	padding: 0;}body{	background-color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;}#container{	position: relative;	width: 863px;	background: #666666 url(../images/container_background.gif) 0px -2px repeat-y;	left: 50%;	margin-left: -432px;	top: 0; bottom: 0;}#syringe{	position: absolute;	top: 0; left: 170px; bottom: 0;	width: 91px;	z-index: 100;	}	#syringe_top{		position: absolute;		top: 50px;		height: 338px; width: 91px;		background: url(../images/syringe_top.png) no-repeat;	}	#syringe_bottom{		position: absolute;		bottom: 10px;		height: 72px; width: 91px;		background: url(../images/syringe_bottom.png) no-repeat;	}	#syringe_middle{		top: 348px;		bottom: 65px;		width: 91px;		position: absolute;		background: url(../images/syringe_middle.png) repeat-y;	}	#syringe_bubbles{		position: absolute;		z-index: 105;		top: 170px;		left: 38px;	}#mast{	position: relative;	height: 141px; width: 100%;	background: url(../images/mast_background.jpg) right no-repeat;	left: 0;	top: 0;	z-index: 75;}	#mast #mottenfest span{		visibility: hidden;	}	#mast #mottenfest a{		display: block;		width: 860px;		height: 160px;		text-decoration: none;	}#nav{	position: absolute;	width: 216px;	background: url(../images/nav_background.gif) 0px 0px no-repeat;	z-index: 50;	top: 141px; bottom: 0;}	#nav ul{		height: 270px;		overflow: visible;		padding-top: 70px;		list-style: none;	}	#nav ul li a{		display: block;		height: 30px;		text-decoration: none;	}	#nav ul li a span{		visibility: hidden;			}		#body{	background: url(../images/body_background.jpg) no-repeat;	float: right;	position: relative;	width: 559px;	padding-top: 60px;	padding-left: 38px;	padding-right: 50px;	font-size: 12px;}	#body p{		padding-bottom: 1em;	}	#body ul{		padding-bottom: 1em;		padding-left: 2.5em;	}		ul#anchors{			list-style: none;			padding-left: 0;			margin: 0;		}			#gallery_img, #gallery_desc{			padding-top: 1em;		}		#gallery_img{			display: block;			float: left;			text-align: right;			width: 140px;			clear: left;		}			#gallery_img img{				border: 5px solid #333333;			}		#gallery_desc{			display: block;			width: 400px;			float: left;			padding-left: 1em;		}			#gallery_desc ul{				padding-left: 2.5em;			}		#tape{			position: absolute;			height: 216px;			top: 0;			right: 0;		}#foot{	clear: both;	padding-top: 1em;	padding-bottom: 1em;	font-size: 10px; }#clear{	clear: both;}
