body {
	background-color : white;
	background-image : url(pics/desk.gif);
	
	background-position : top;
	
	background-attachment : fixed;
	background-repeat : no-repeat;
	
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	width:1000px;margin:0 auto;
	
}


.logo {
	background-image : url(pics/whiteroomlogo.jpg);
	
	background-position : top center;
	background-attachment : fixed;
	background-repeat : no-repeat;
	height : 100px;
	width : 100%;
}
a {
	color: #990033;
	
	
}
.menu {
	text-align : center;
}
.menu a{
	
	font-weight:bold;
	font-size:1.2em;
	color: #990033;
	text-decoration: none;
	}

.menu a:hover{
	color:black;
	}

/*.menu a:visited {
	color:gray;
}*/

h1 {
	color: black;
	}
	
h2{
	letter-spacing:1em;
	color : #A9A9A9;
}

p{
	/*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:2em;
	line-height:1.4em;*/
}

.content{
	padding-left:2em;
	font-size:1.2em;
}
.specheader{
	padding-top:1em;
	color:#990033;
	font-weight:bold;
}

.specdetails{
	padding-left:2em;
}

.imageheader{
	font-weight:bold;
	color:#990033;
	padding-bottom:1em;
	
}

.image{
	float: left;
	padding:1.5em;
	
	
}

.clients{
	line-height:2em;
}



.biggerfont{
	font-size:1.5em;
}

.linespacedpara{
	line-height:1.5em;
}

.bigfontlinespaced{
	line-height:1.5em;
	font-size:1.5em;
}
