@charset "utf-8";
/* CSS Document */
.dvclr {
	clear:both;
	line-height:.01;
}
body, html {
	background:url(images/pgBG.jpg) repeat-x #e7eeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10pt;
}
body img { /*defaults the border of a 'hot' image to 0, saves time in the long run*/
	border:0;
}
h3 {
	color:#6E8D90;
}
h4 {
	color:#BC6011;
}
#wrpr {
	width:766px;
	margin:0 auto;
	text-align:left;
}
#flashHeader {
	height:342px;
}
/*Gallery Styles*/

#galleryHdr { /*title for the gallery pages*/
	background:url(images/galleryTitle.png) no-repeat top;
	height:73px;
	padding:10px 5px 10px 5px;
}
#galleryCategories { /*provides padding and formatting for the gallery categories*/
	float:left;
	width:270px;
	height:400px;
	padding:10px 5px 10px 5px;
	text-align:left;
	overflow-y:scroll;
}
#galleryCategories a {
	text-decoration:none;
	color:#6E8D90;
	padding-left:5px;
}
#galleryCategories a:hover {
	text-decoration:underline;
}
#galleryStage { /*provides padding and alignment for the gallery stage*/
	float:right;
	width:500px;
	padding:0 5px 10px 5px;
	text-align:left;
}
/*Footer Styles*/

#ftrNav { /*aligns sizes the text for the footer links */
	padding-top:10px;
	text-align:center;
	font-size:8pt;
	color:#6E8D90;
}
#ftrNav a { /*formats html links in footer for SEO*/
	text-decoration:none;
	text-transform:uppercase;
	color:#6E8D90;
}
#ftrNav a:hover {
	text-decoration:underline;
	color:#BC6011;
} /*end footer styles*/
#rightSideBar {
	background:url(images/workTaste.png) no-repeat;
	padding:0 5px 0 0;
	margin:0;
	float:left;
	width:235px;
	height:414px;
}
#sideBarContent {
	padding:100px 15px 0 10px;
}
#sideBarContent a {
	font-size:8pt;
	text-decoration:none;
	color:#6E8D90;
}
#sideBarContent a:hover {
	text-decoration:underline;
}