@charset "UTF-8";
body {
	background-image: url(images/FridgePattern.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#topWboard {
	background-image: url(images/tapeside_02.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 30px;
	width: 900px;
}
#blackBar {
	background-color: #000000;
	height: 117px;
}
#topHolder {
	height: 30px;
	width: 900px;
	margin: auto;
}
#tbHolder {
	height: 117px;
	width: 900px;
	margin: auto;
}

#tbUpper {
	background-image: url(images/tapeside_04.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 900px;
	background-color: #000000;
}
#tbNavHolder {
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 900px;
	float:left;
}

#tbHolder #tbLeft {
	background-color: #000000;
	background-image: url(images/tapeside_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 258px;
}
#tbHolder #tbRight {
	background-color: #000000;
	background-image: url(images/tapeside_10.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 246px;
}


#tbNavHolder ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}
#tbNavHolder li {
	display:inline;
	color: #FFFFFF;
}
#tbNavHolder li a {
	text-decoration:none;
	}
#tbNavHolder li#Home a {
	background-image:url(images/tapeside_06.png);
	background-position:0px 0px;
	width:99px;
	height:37px;
	background-repeat: no-repeat;
	float:left;
}
#tbNavHolder li#Home a:hover {
	background-position:0 -37px;
}
#tbNavHolder li#About a {
	background-image:url(images/tapeside_07.png);
	background-position:0px 0px;
	width:100px;
	height:37px;
	background-repeat: no-repeat;
	float:left;
}
#tbNavHolder li#About a:hover {
	background-position:0 -37px;
}
#tbNavHolder li#Portfolio a {
	background-image:url(images/tapeside_08.png);
	background-position:0px 0px;
	width:97px;
	height:37px;
	background-repeat: no-repeat;
	float:left;
}
#tbNavHolder li#Portfolio a:hover {
	background-position:0 -37px;
}
#tbNavHolder li#Contact a {
	background-image:url(images/tapeside_09.png);
	background-position:0px 0px;
	width:100px;
	height:37px;
	background-repeat: no-repeat;
	float:left;
}
#tbNavHolder li#Contact a:hover {
	background-position:0 -37px;
}
#mainHolder {
	height: 434px;
	width: 900px;
	margin: auto;
}
				
#mainHolder #board {
	background-image: url(images/tapeside_12.gif);
	background-repeat: no-repeat;
	height: 434px;
	width: 900px;
	float: left;
	background-position: center;
}
#mainHolder #textHolder {
	height: 434px;
	width: 900px;
}

#mainHolder #board #bText {
	width: 600px;
	height: 360px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
}
#mainHolder #board #galleryHolder {
	width: 750px;
	height: 360px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
}
#mainHolder #board #gallery {
	height: 200px;
	width: 400px;
	float: left;
	padding-left: 25px;
	padding-top: 40px;
}
#mainHolder #board #gallery a {
	color: #000000;
	text-decoration: none;
}
#mainHolder #board #portMenu {
	float: left;
	margin-top: 40px;
}
#mainHolder #board #portMenu a {
	text-decoration: none;
	color: #000000;
}
#mainHolder #board #portMenu li {
	list-style-type: none;
	margin-bottom: 10px;
}
#botMastHolder {
	width: 900px;
	height: 20px;
}
#botHolder  {
	width: 600px;
	font-size: 12px;
	height: 20px;
	margin: auto;
}
#botHolder #copyright {
	width: 300px;
	float: left;
}
#botHolder #contact {
	float: right;
	width: 199px;
	background-image: url(images/tapeside_13.gif);
	background-repeat: no-repeat;
	height: 20px;
}
