/* CSS Document */

body {
	background-color: #333333;
	font-size: x-small;
	color: #333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
	}
	
#container {
	width: 779px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
	
#header {
	height: 94px;
	font-size: 10px;
	}
	
#footer{
	width: 779px;
	margin: 0;
	padding: 0;
	}
	
#picarea {
	margin-top:2px;
	margin-bottom:2px;
	width: 779px;
	height:250px;
	}
	
#txtcontainer {
	width: 779px;
	background-color:#FFFFFF;
	}
	
#txt {
	
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px;
	}
	
#gallery {
	
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	}

.homepic {

	background: url(images/homepic.jpg) no-repeat top right;
	}
	
.belpic {

	background: url(images/bellagio-img.jpg) no-repeat top right;
	}
	
.prodpic {

	background: url(images/bel.jpg) no-repeat top right;
	}	
	
.design {

	background: url(images/design-concepts.jpg) no-repeat top right;
	}
	
.templatepic {

	background: url(images/template-pic.jpg) no-repeat top right;
	}
	
.compprod {

	background: url(images/comp-prod.jpg) no-repeat top right;
	}
	
.installation {

	background: url(images/install-pic.jpg) no-repeat top right;
	}
	
	
.contact {

	background: url(images/van.jpg) no-repeat top right;
	}
	
.dot-tab {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

