@charset "utf-8";
body {
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#header  {
	padding: 108px 10px 0 105px;  /* 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. */
	background-color: #FFF;
	background-image: url(images/Web_TPWD.gif);
	background-position: 13px 10px;
	height: 31px;
	width: 675px;
	background-repeat: no-repeat;
}

#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 */
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 10 px;
	padding-right: 10 px;
	overflow: hidden;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent  {
	background-color: #FFF;
	background-position: 47px 26px;
	width: 780px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 20px;
}
#intro {
	background-color: #FFF;
	height: 85px;
	width: 780px;
	padding-left: 20px;
	margin-top: 10px;
	padding-right: 30px;
}
#GalleryMainContent {
	background-color: #CCC;
	height: 415px;
	width: 750px;
	margin-left: 15px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #600;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 0px;
}

#l_column {
	padding: 20px;
	width: 588px;
	background-color: #CCC;
	float: left;
}

#r_column {
	background-color: #FFF;
	float: right;
	width: 135px;
}

#footer  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	text-align: center;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 120%;
	font-weight: bold;
	color: #000;
	word-spacing: normal;
	margin: 0 auto;
}
#container #mainContent #r_column h3 img {
	margin-bottom: 10px;
}

h3 {
	margin:0 auto;
	color: #600;
	font-size: small;
	font-weight: bold;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 0px;
}
#container #mainContent #r_column p {
	text-align: right;
}
#container #mainContent #r_column h4 {
	text-align: right;
	color: #000;
}
#container #mainContent #r_column h3 {
	text-align: right;
}
#container #header #TPWDMenu li .MenuBarItemSubmenu {
	font-weight: bold;
}
#container #mainContent #l_column img {
	vertical-align: top;
}
#container #mainContent #r_column h5 {
	color: #600;
	text-align: right;
	font-size: small;
	margin-bottom: 0px;
}
a {
	font-weight: inherit;
	color: inherit;
	text-decoration: underline;
	font-size: inherit;
}

