body  {
	background: #77746c;
	background-attachment: scroll;
/*
	background-image: url(images/bg.gif);
*/
	background-position: center 0;
	background-repeat: repeat-y;	
	margin: 0;
	padding: 0;
	line-height: 1.22em;
	font: normal 14px/18px "Times New Roman", Times, serif;
	color: #222222;
	
}

a { 
	text-decoration: none;
	outline: 0;
	border: 0;
 }
 
a:link   { color: #3b3832 }
a:visited  { color: #3b3832 }
a:active  { color: #3b3832 }
a:hover   { color: #d2cdbd }

 
.thumb img{
border: 1px solid #3b3832;
}

.thumb:hover img{
border: 1px solid #d2cdbd;
}

.thumb:hover{
color: #d2cdbd; /* irrelevant definition to overcome IE bug */
}




/* Reset Rules
------------------------------- */

ol,ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

/* Layout Rules
------------------------------- */

#container  {
	width: 900px;
	margin: 0 auto;
	padding-top: 12px;
}

/*  Nav Rules
------------------------------- */

#topnav {
	width: 900px;
	height: 30px;
	background: #aaa;
}

#bignav {
	float: left;
	width: 210px;
}

/* Header Rules
------------------------------- */

#header {
	width: 900px;
	height: 50px;
	padding-top: 30px;
}

.head1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 42px;
	letter-spacing: 0px;
	color: #6a031f;
}

.bignav1 {
	line-height: 36px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 24px;
	letter-spacing: 0px;
}

.head2 {
	font-size: 80%;
}

            
                                  

.bignav2 {
	font-size: 80%;
}

/* Nav Rules
------------------------------- */

#nav {
/*
	background-color: #868073;
*/
	width: 900px;
	height: 30px;
}

/* Content Rules
------------------------------- */

#content {
	width: 900px;
}

#avail {
	color: #607c24;
	font-style:italic;
	margin-bottom: 10px;
}


#content_left {
	float: left;
	width: 600px;
	padding: 20px 20px 300px 20px;
	margin-right: 20px;
	background-image: url(images/vellum.gif);
}

#content_left_home {
	float: left;
	width: 320px;
	margin-right: 20px;
}

#wordswrapper {
	float: left;
	width: 260px;
	padding-left: 20px;
}

#workwrapper {
	float: left;
	width: 320px;
}

#content_left_home a {
	color: #d2cdbd; 
}

#content_left_home a:hover {
	color: #6a031f; 
}

.newsitem {
	width: 500px;
	margin-top: 20px
}

.newshead {
	font-size: 16px;
	color: #d2cdbd; 
}


.newssub {
/*
	font-family: Helvetica, Verdana, Arial, sans-serif;
*/
	font-size: 14px;
	line-height: 17px;
	color: #333;
	letter-spacing: .5px;
}

#content_right {
	float: left;
	width: 210px;
}

#column_right {
	float: left;
	width: 60px;
	padding: 0px 10px 10px 0px;
}

#content_right_home {
	float: left;
	width: 580px;
}



/* Footer Rules
------------------------------- */

#footer {
	clear: left;
	width: 960px;
	height: 30px;
}

#workhead {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 18px;
}

#workstory {
	margin-top: 10px;
	font-size: 12px;
}



