body{
	background: #000000 url("http://piratedesign.com/images/down.jpg") left top repeat-y ;
	font-family: "arial", helvetica, arial, sans-serif;
	padding:0;
	margin:0;
}
	#right{
		background: #000000 url("http://piratedesign.com/images/right.jpg")left top repeat-x;
	}
		#background{
			background: transparent url("http://piratedesign.com/images/background.jpg") left top no-repeat ;
			width:980px;
			height:735px;
			padding-left:13px;
		}
			#mainmenu{
				float:left;
				padding-top:78px;
				width:125px;
			}
				#mainmenu ul{
					font-style:normal;
					font-weight:bold;
					list-style:none;
					margin-left:0;
					padding-left:0;
					text-align:center;
				}
				#mainmenu li{
					padding-bottom:20px;
					font-size:16px;
				}
				#mainmenu a:link{
					color:#000000;
					text-decoration:none;
				}
				#mainmenu a:visited{
					color:#000000;
					text-decoration:none;
				}
				#mainmenu a:hover{
					color:#666666;
				}
			#main{
				padding-top:92px;
				padding-left:200px;
				height:598px;
			}
				#flyer{
					color:#ffffff;
					font-weight:bold;
					font-size:14px;
					font-style:italic;
					padding-right:160px;
					padding-top:75px;
					text-align:center;
				}
				#main p{
					color:#ffffff;
					font-size:14px;
					font-style:normal;
					font-weight:900;
					text-align:justify;
					margin-bottom:15px;
					margin-top:0;
					width:300px;
				} 
				#contact #main{
					padding-top:90px;
					height:600px;
				}
					#contact label{
						display:block;
						font-size:60%;
						font-weight:bold;
						font-style:italic;
					}
					#contact textarea, #contact input{
						color:#ffffff;
						background:transparent;
						width:300px;
					}
					#contact input.pink{
						background:#333333;
					}
				#collab #main{
					padding-top:180px;
					height:510px;
				}
				#vis #main{
					background:url(http://www.piratedesign.com/images/dongle.jpg) left 9px no-repeat;
					height:625px;
					padding-left:0;
					padding-top:65px;
					margin-left:128px;
				}
				#vis #main table#gallery{
					margin-bottom:0;
					margin-left:48px;
					padding:0;
					border:none;
				}
					#vis #main table#gallery td{
						color:#000000;
						font-size:14px;
						font-weight:bold;
						font-style:normal;
						margin:0;
						padding:0;
					}
					#vis #main table#gallery img{
						float:right;
						margin:0;
						padding:0;
					}
					#vis #main table#gallery .first{
						width:158px;
						text-align:center;
					}
					#vis #main table#gallery td.second{
						width:60px;
						text-align:right;
					}
						#vis #main div#pages{
						float:left;
						margin-left:48px;
						margin-top:15px; /*change this value to move up the page links on the visualizations page*/
						padding:0;
					}
						#vis #main div#pages p{
							text-align:center;
							width:158px;
						}
						#vis #main div#pages a:link{
						color:#000000;
						text-decoration:none;
						}
						#vis #main div#pages a:visited{
						color:#000000;
						text-decoration:none;
						}
						#vis #main div#pages a:hover{
						color:#666666;
						}
						
					 	#vis #main div#pages #descrip{
							color:#ffffff;
							font-style:normal;
							font-weight:900;
							font-size: 12px;
							line-height:120%;
							padding-top:20px; /*adjust for placement of the description text*/
							width:160px;
							text-align:left;
						}
					#vis #main img#placeholder{
						float:right;
						padding-top:4px;
					}
					#vis #main div#note{
						color:#ffffff;
						font-weight:bold;
						float:right;
						font-size:60%;
						font-style:normal;
						padding-right:40px; /*adjust these two to fix the position of both the image and the note*/
						padding-top:10px;
					}
		#bcontact{
			background:none;
			color:#000000;
			font-size:90%;
			font-style:normal;
			font-weight:bold;
			margin-top:0px;/*adjust this to align the bottom text vertically*/
			position:relative;
			text-align:center;
			width:980px;/*adjust this to align the bottom text horizontally*/
		}
			#bcontact a:link{
				color:#000000;
				text-decoration:none;
			}
			#bcontact a:visited{
				color:#000000;
				text-decoration:none;
			}
			#bcontact a:hover{
				color:#666666;
			}


img.right, div.right{
	float:right;
}
img.left, div.left{
	float:left;
}
a:link{
	color:#ffffff;
	text-decoration:none;
}
	a img{
		 border:none;
	}
a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#666666;
}