/* bottom plus clear both instead of padding on bottom */

@charset "UTF-8";
a:link {
	color: #971B1E;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: #971B1E;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #b9585a;
	text-decoration:underline;
}
a:active {
	color: #b9585a;
	text-decoration:underline;
}

span {
    display:inline-block;
}

.formLabel {
	padding-top:3px;
	display:block;
	float:left;
	width:120px;
}

.formLabelNarrow {
	padding-top:3px;
	display:block;
	float:left;
	width:50px;
}

input, select, textarea {
	font-size:0.9em;
}


html,body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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: #000000;
	height:100%;
}

body h1 {
   margin-top:0px;
   margin-bottom:5px;
   font-weight:bold;
   font-size: 1.7em;
}
body h2 {
   padding-top:5px;
   font-weight:bold;
   font-size: 1.5em;
}
body h3 {
   padding-top:5px;
   margin:0px;
   font-weight:bold;
   font-size: 1.3em;
}
body h4 {
   padding-top:5px;
   font-weight:bold;
   font-size: 1.2em;
}
body h5 {
   padding-top:5px;
   font-weight:bold;
   font-style:italic;
   font-size: 1.1em;
}
body p {
   font-size: 1.2em;
   margin-bottom:0px;
}
body li {
   font-size: 1.2em;
}
body ul {
	margin-top:8px;
	margin-bottom:8px;
}

.portfolio {
	margin:0px;
	padding:10px 10px 10px 0;
	height:150px;
}

.portfolio div, div h3, div h4, div h5 {
	color:#333333;
	margin:0px;
	padding:0px;
}

.portfolio p {
	font-size:1.1em;
}
.portfolio img {
	float:left;
	padding:0px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #CCCCCC;
}

.gray {
	background:#EEEEEE;
}

.webartthou #container {
	background: url(bg.gif) repeat-y;
	position:relative;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.webartthou #header {
	width:768px;
	margin: 0 6px 0 6px;
	height:220px;
	background:#971B1E;
	padding: 0 0 0 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. */
}

.webartthou #header h1, h2 {
	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 */
}

.webartthou #mainContent {
	background:#FFFFFF;
    padding: 0 20px 50px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10px;
	/* color: #971B1E;	*/
	color: #333333;
	margin: 0 6px 0 6px;
	position:relative;
}
.webartthou #mainContent h1, h2 {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: #971B1E;
}
.webartthou #mainContent h3 {
	padding: 5px 0 0 0;
}
.webartthou #mainContent p {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}
.webartthou #footer {
	width:768px;
	text-align: center;
	background: #666666 url(bgfooter.gif) repeat-y;
	
	color: #BBBBBB;
	margin:0px;
	padding:0 6px 0 6px;
	position:absolute;
	bottom:0 !important;
	bottom:-1px;
}
.webartthou #footer p {
	font-size:10px;
	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 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.webartthou #footer a:link {
	font-weight:normal;
	color: #BBBBBB;
}
.webartthou #footer a:visited {
	font-weight:normal;
	color: #BBBBBB;
}
.webartthou #footer a:hover {
	font-weight:normal;
	color: #FFFFFF;
}
.webartthou #footer a:active {
	font-weight:normal;
	color: #FFFFFF;
}