:link,:visited { text-decoration:none; }
:link,:visited { 
text-decoration:none;
color: #616161;
font-weight: bold;
 }
ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }
address { 
font-style: normal;
display: inline;
 }
p {
margin: 0; 
padding: 0 0 1em; 
}
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000000 /*#616161 url(../images/back_gradient.gif) repeat-x*/;
	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: #616161;
}
form {
display: block;
}
.thrColFix #container {
	width: 910px;  /* 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 */
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0;
	border-top: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #mainContent {
	margin: 0 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menuholder {
background: url(../images/menuback.gif) no-repeat top left;
height: 108px;
}

img {
border: none;
}

.imagefloatleft {
float: left;
}

#featuredwriting {
float: right;
width: 350px;
color: #616161;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 19px;
line-height: 38px;
}

#featured {
	padding: 30px 0 57px 0;
		border-top: 1px #d8d8d8 solid;
			border-bottom: 1px #d8d8d8 solid;
		clear:both;
}
.linetop {
	border: 20px #d8d8d8 !important;
}
#hometextholder {
padding-top: 33px;
padding-bottom: 50px;
border-bottom: 1px #d8d8d8 solid;
}
#abouttextholder {
padding-top: 33px;
padding-bottom: 50px;
border-top: 1px #d8d8d8 solid;
border-bottom: 1px #d8d8d8 solid;
}

#lefttext {
float: left;
width: 405px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 38px;
color: #616161;
}
#righttext {
float: right;
width: 405px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 38px;
color: #616161;
}
#righttext2 {
float: right;
width: 405px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 38px;
color: #616161;
padding-top: 35px;
}
#righttextform {
float: right;
width: 405px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
color: #616161;
}
#rightimage {
float: right;
width: 405px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 38px;
color: #616161;
text-align: right;
}
#footer {
width: 885px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 0;
	text-align: left;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 140px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 15px;
	}
#footer a {
	font-weight: normal;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	.smalllink {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}