body {
	background-color: #1A1A1A;
	background-image: url(http://www.StephenTCooney.com/content/WebLoopingBackground.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #B30000;
}
a:hover {
	color: #FF6666;
}
a:active {
	color: #FDC502;
	text-align: left;
}
#page_wrapper {
	background-image: url(http://www.StephenTCooney.com/content/WebBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
#contentwrapper {
	width: 750px;
	margin: 0px auto;
}
#headerspacer {
	height: 50px;
}
#nav {
	float:left;
	background-color: white;
	width: 200px;
	padding: 5px;
	}
#navheader {
    background-image: url("http://www.StephenTCooney.com/content/logo.gif");
    width:200px;
    height: 100px;
    }
#content {
	float:right;
	background-color: white;
	width: 510px;
	min-height: 100px;
	padding: 10px;
}
#dynamiccontent {
    float:right;
    background-color: white;
    width:530px;
    min-height:100px;
    padding: 0px;
}
#topic {
	margin: 0;
	border-top: rgb(128,128,128) dashed 1px;
	border-bottom: rgb(128,128,128) solid 1px;
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
}
#spacer {
	float:right;
	width: 530px;
	height: 15px;
}
img {
    border: white solid 1px;
}
img:hover {
    border: rgb(128,128,128) solid thin;
}
img:active {
    border: red solid thin;
    opacity:0.5;
}
#codedemotable td {
	border-bottom: thin #BBB solid;
}

