@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	
	font-family:Arial;
	border-style:none;
}

a:link {text-decoration: none; color:#FFF  }
a:visited {text-decoration: none; color: #999;}
a:active {text-decoration: none ; color: ;}
a:hover { text-decoration: none; color: #999;}
a:blank{text-decoration:none}

#wrapper {
	margin: 10px auto 0px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
	text-align: center; /* re_aligns text to left second part of two part MSIE centering workaround */
	/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
	width: 1000px;
	height:600px;
}
/* code below is for main pages in bathroom, bedroom and kitchen only */

div.mainpicture {
	width:1000px;
	height:600px;
}
div.titleright {
	margin-left:325px;
	margin-top:-595px;
	height:30px;
	width:670px;
	text-align:right;
	font-size:24px;	
}
div.linetop {
	margin-left:325px;
	margin-top:-28px;
	height:30px;
	width:670px;
	text-align:right;
	font-size:24px;
	vertical-align:top;	
}
div.logo {
	margin-top:485px;
	margin-left:15px;
	width:950px;
	height:30px;
	font-size:24px;	
	color: #CCC;
}
div.bottomline {
	margin-top:-20px;
	margin-left:195px;
	width:800px;
	text-align:right;
	font-size:24px;
	vertical-align:bottom;
}
div.previous {
	margin-top:-30px;
	margin-left:800px;
	width:100px;
	height:24px;
	text-align: center;
	font-size:24px;	
	color: #CCC;
}
div.next {
	margin-top:-24px;
	margin-left:900px;
	width:100px;
	height:24px;
	text-align:center;
	font-size:24px;	
}
table.mainfooter {
	margin-top:10px;
	width:1000px;
	text-align:center;
	font-size:24px;
	border-collapse:separate;
	}
