/* l a  y  o  u  t */


* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}


body {
 background: #fff;
 background-repeat: repeat;
}

#wrapper { 
 margin: 0 auto;
 width: 910px;
 background: #fff;
 padding: 10px;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
}

#header {
 color: #222;
 width: 910px;
 float: left;
 padding: 0px;
 border-top: 20px solid #777270;
 height: 82px;
 margin: 0px 0px 5px 0px;
 text-align: right;
 background: #fff url("../img/ourtimes_masthead.gif") no-repeat;
 font-family: trebuchet ms,Helvetica, sans-serif;
 font-size: 10px;
}

#randomquote {
 color: #222;
 width: 400px;
 float: left;
 padding: 4px;
 border: 0px dotted #222;
 margin: 10px 0px 0px 500px;
 font-family: trebuchet ms,Helvetica, sans-serif;
 font-size: 10px;
}

#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 20px 5px 25px 0px;
 padding: 0px;
 height: auto;
 width: 560px;
 float: left;
 background: #fff;
}

#content {padding-left: 10px; border: 1px solid #eee; padding-right: 10px;}

#content p {
font: 12px Verdana, helvetica, sans-serif; 
line-height: 1.6; 
color: #333;
padding: 10px;
background: #fff;
}



/* l i n k s */

a:link {color: #FF5F00; text-decoration: none;}
a:visited {color: #FF5F00; text-decoration: none;}
a:hover {color: #333; text-decoration: underline;}
a:active {color: #333; text-decoration: underline;}		
        

/* m i s c */

.featurephoto {	border: 5px solid #ddd;
}


div.hr hr {
  display: none;
}

 div.hr {
  height: 1px;
  width: 216px;
  background: #ddd url(hr1.gif) no-repeat scroll center;
  margin: 10px 0px 5px 0px;
  
}

.clearHack {
display: block;
visibility: hidden;
clear: both;
height: 10px;
}















