body { background: silver}

p {font-family:tahoma, sans-serif;
   font-size: 15px;
	color:black
}

table.main{background: url(./../images/BGHead.png) repeat-x;
	   width:760px;
}
table,tr,td { padding:0 0 0 0;
	     border-spacing: 0 0;
	     border-collapse: collapse;
	     vertical-align:top;
}

td.sidebar{width:125px;
	   border-right:solid 1px #999999;
}

td.main p {margin:5px 5px 5px 5px}

p.disclaimer {font-size:10px;
	      text-align:center;
	      
}

p.PostTitle {font-size:18px;
			 font-weight:bold;
			 text-decoration: underline;
			 color:#FF9900;
}

p.image {line-height:0px}

img {border:none}

// Dynamic Front Page Posts

.userBlocks {border: solid 5px gray }

td.postUser {width:400px
	     height:100px}

p.Name {color:#FF9900;
	font-size:15px;
}

p.DateTime {color:#FF9900;
	    font-size:12px;
}

a {color: #FF6600;
   text-decoration: none;
}

a:hover {color: #FF3300;
   text-decoration: underline;
}

h1 { text-align:center;
    font-family: Tahoma, serif;
    font-size:40px;
    color:#FF9900;
}

.right {text-align:right}