@charset "utf-8";
/* CSS Document */

#about .content_shell, #philosophy .content_shell, #contact .content_shell{
	height:470px;
	width:602px;
	left:135px;
	top:100px;
}

#about .title, #philosophy .title, #contact .title{
	top:55px;
	left:-30px;
	text-align:center;
	position:absolute;
}

#about .content, #philosophy .content, #contact .content{
	height:400px;
	width:530px;
	left:40px;
	position:absolute;
}

.nav_bar{
	top:-65px;
	text-align:right;
	width:430px;
	left:185px;
}

/** HOME PAGE **/
#home .content_shell{
	height:430px;
	width:600px;
	margin:0 auto;
	top:100px;
}

#home .title{
	top:350px;
	text-align:center;
}

#home .content{
	height:400px;
	top:-50px;
}

#home .nav_bar{
	left:220px;
}

#home .content img{
	position:relative;
	top:-75px;
	display:block;
	margin:0 auto;
}


/** PHILOSOPHY PAGE **/
#philosophy .title{
	top:83px;	
}


/** CONTACT PAGE **/
#contact .title{
	left:-18px;
	top:133px;
}

#contact .content{
	width:240px;
	top:120px;
	
}

#contact #officeMap{
left:300px;

}

/*** Background pictures **/
.content_shell{
	background-color:white;
}

#home .content_shell{
	background: white url(http://www.brookeglazer.com/Home/images/bg.gif) no-repeat;
}

#about .content_shell{
	background: white url(http://www.brookeglazer.com/About/images/bg.gif) no-repeat;
}

#philosophy .content_shell{
	background:white url(http://www.brookeglazer.com/Philosophy/images/bg.gif) no-repeat;
}

#contact .content_shell{
	background:white url(http://www.brookeglazer.com/Contact/images/bg.gif) no-repeat;
}

#home .container{
	background:white url(http://www.brookeglazer.com/Home/images/border.gif) no-repeat;
}

#about .container{
	background:url(http://www.brookeglazer.com/About/images/border.gif) no-repeat;
}

#philosophy .container{
	background:url(http://www.brookeglazer.com/Philosophy/images/border.gif) no-repeat;
}

#contact .container{
	background:url(http://www.brookeglazer.com/Contact/images/border.gif) no-repeat;
}