body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.bl {
	background-image: url(images/crnr_BL.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.br {
	background-image: url(images/crnr_BR.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tl {
	background-image: url(images/crnr_TL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
.tr {
	background-image: url(images/crnr_TR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-top: 10px;
}
.top {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: 100% top;
}
.bottom {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: 100% bottom;
}
.left {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-y;
	background-position: left 100%;
}
.right {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-y;
	background-position: right 100%;
}





h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #666666;
}
#container  {
	width: 770px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_edge_02_03.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 277px;
	position: relative;
}
#header  h1  {
	background-image: url(images/title_text_03.jpg);
	background-position: 5040px bottom;
	background-repeat: no-repeat;
	margin-left: -5000px;
	height: 70px;
	font-size: 0.1px;

}
#header #navigationBar {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-decoration: none;
	list-style-type: none;
}
#header   #navigationBar li  {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header  #navigationBar  li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 1.3em;
}
#header  #navigationBar  a:hover {
	text-decoration: none;
	color: #CCCCCC;
	height: 70px;
	font-weight: bold;
}
body#home  a#homelink,body#about  a#aboutlink, body#gallery  a#gallerylink, body#contact a#contactlink{
	background-repeat: no-repeat;
	background-image: url(images/currentlink_bg_.jpg);
	background-position: bottom;
}
#mainContent  {
	background-repeat: repeat-y;
	background-position: right;
	width: 690px;
	margin-left: 41px;
	position: relative;
	background-color: #FFFFFF;
	
}
#imageBox {
	width: 346px;
	display: inline;
	float: left;
	position: relative;
	padding-bottom: 10px;
}
#mainContent  #imageBox  a img {
	border: 1px solid #FFFFFF;
	margin-right: 6px;
	margin-bottom: 1px;
	margin-top: 5px;

}
#mainContent   #imageBox   a  img:hover {
	border: 1px solid #6600FF;

}
#imageBox #galleryNav {
	list-style-type: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#imageBox #galleryNav a {
	text-decoration: none;
	display: block;
	text-align: right;
	color: #666666;
	margin-right: 10px;
	background-color: #DDDDDD;
	border: 1px solid #FFFFFF;
	padding-right: 20px;
	line-height: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: -10px;
}
#imageBox   #galleryNav   #fantasy  {
	background-image: url(samples/drifters_tn.jpg);
	background-repeat: no-repeat;
	background-position: 5px;

}
#imageBox    #galleryNav    #film  {
	background-image: url(samples/missingpieces_letter_tn.jpg);
	background-repeat: no-repeat;
	background-position: 5px;

}
#imageBox     #galleryNav     #webdesign  {
	background-image: url(samples/webdesign_tn.jpg);
	background-repeat: no-repeat;
	background-position: 5px;

}

#imageBox  #galleryNav  a:hover {
	border: 1px solid #6600FF;
}


#contentText a {
	color: #6600FF;
}
.clear,  br{
	clear: both;
}

#contentText {
	width: 323px;
	display: inline;
	float: left;
	padding-bottom: 10px;
}
#contentText ul {
	list-style-image: url(images/bullet.jpg);
}


#footer  {
	height: 70px;
	clear: both;
	background-image: url(images/footer_bg_05.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	line-height: 6em;
	text-align: center;
}
