@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #415B8E;
}
#container  {
	width: 942px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A1C7B2;
	border-left-color: #A1C7B2;
	background-color: #001520;
}
#header  {
	background-color: #001520;
	background-image: url(images/ArtBecko_Banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	height: 90px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #FFFFFF;
}
#footer #site_name {
	font-size: 125%;
	font-weight: bold;
	color: #F2E2AF;
	font-style: italic;
}
#NEWA_contact {
	text-align: right;
	vertical-align: bottom;
	float: right;
	width: 300px;
	font-size: 80%;
	margin-top: 25px;
}
#footer #Becky_contact {
	margin-top: 20px;
}




#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#mainContent  {
	background-color: #001520;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 15px;
}
#NavBar {
	height: 23px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footer  {
	padding: 0;
	background-color: #001520;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
}

.clearRt {
	clear: right;
	height: 1px;
}
#home-mainImg {
	float: left;
}
#home-mainImg .title {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
}
#home-mainImg .caption {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	margin: 0px;
}
.small {
	font-size: 9px;
	color: #FFF;
	margin: 0;
}

.caption {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	margin: 0px;
}
.captionCtr {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



img {
	border: 2px solid #FFFFFF;
	margin-bottom: 0px;
}
#home_text {
	background-color: #FFFFFF;
	margin-left: 330px;
	color: #000000;
	margin-top: 0px;
	font-size: 11px;
	height: 400px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 8px double #8db3a3;
}
#home_text #signature {
	border: 0;
	position: relative;
	top: 0px;
	margin-right: 30px;
}
.clearflt {
	clear: both;
	height: 1px;
}
#home_text .paragraph {
	margin-bottom: 5px;
}
#home_text .paragraph p {
	vertical-align: top;
}
#home_text  .paragraph  img  {
	border: 2px solid #000000;
}
#home_text .paragraph .fltrt {
	margin-left: 15px;
}
#home_text .paragraph .fltlft {
	margin-right: 15px;
}
#text-wide {
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 90%;
	border: 8px double #8db3a3;
}
#resume_txt {
	margin-left: 255px;
}
#text-wide  #resume_pix img {
	margin-bottom: 20px;
}

#resume_pix {
	float: left;
}

#text-wide h1 {
	display: none;
}
#text-wide img {
	border: 2px solid #000000;
	margin: 5px 10px;
}
#text-wide #pgTitle {
	border: 0;

}
#gallery #LgImgDiv {
	float: right;
	height: 400px;
	width: 430px;
}

#gallery {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 90%;
}
#gallery h1 {
	display: none;
}
#gallery #pgTitle {
	border: 0;
}
#etc_txt {
	margin-left: 205px;
	position: relative;
	top: 0px;
}
#etc_category #etc_txt .fltrt {
	float: right;
	margin-left: 10px;
}
#etc_pix {
	float: left;
	width: 200px;
}
#etc_pix .caption {
	font-style: italic;
	text-align: center;
	margin-top: 0px;
}

#etc_category #etc_txt img {
	margin-right: 5px;
	margin-left: 5px;
}
#text-wide #etc_nav li {
	font-size: 18px;
	display: inline;
	list-style-type: none;
}
#text-wide  #etc_nav  {
	text-align: left;
}
#resume_pix .caption {
	font-style: italic;
	text-align: center;
	margin-top: 0px;
}
#etc_txt-narrow {
	margin-left: 430px;
}
#etc_pix-wide {
	float: left;
	width: 425px;
}
#etc_pix-wide .caption {
	font-style: italic;
	text-align: center;
	margin-top: 0px;
}
#footer #site_subtitle {
	font-size: 110%;
	font-weight: bold;
	color: #9CC94A;
}
#footer #becky {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	color: #A0C6B1;
}
#footer a:hover {
	color: #FAEBC4;
}
#Img225 {
	text-align: center;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

