/* Don't Be That Way */

html {
	margin: 0;
	padding: 0;
	
	}
body { 
	font: 100% georgia, sans-serif;
	color: #000000; 
	background: #3c65b0;
	margin: 0; 
	padding: 0;
	}
	
a:visited {
	color: #00F;
}

/* Can't Count On Words */

#container { 
	width:980px;
	text-align: left; 
	top: 0px;
	margin: auto;
	position: relative;
}

#trueBody {
	width:980px;
	text-align: left;
	position: relative;
}

#space_horiz_2 {
	width: 172px;
	height: 10px;
}

/* Another Backwards Day */ 

#navigation {
	width: 203px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#topnavi {
	width: 203px;
	height: 70px;
	background-image:url("http://jimfusco.com/images/nav/nav_top.png");
    background-repeat: repeat-y;
}

#bodynavi {
	width: 203px;
	padding: 10px;
	background-image:url("http://jimfusco.com/images/nav/nav_body.png");
    background-repeat: repeat-y;
}

#bodynavi_links {
	width: 172px;
	text-align: right;
}

#bottomnavi {
	width: 203px;
	height: 25px;
	background-image:url("http://jimfusco.com/images/nav/nav_bottom.png");
    background-repeat: repeat-y;
}

a:link img{text-decoration: none;
border-width: 0px;
}

a:visited img{text-decoration: none;
border-width: 0px;
}

a:hover img{text-decoration: none;
border-width: 0px;
}

/* Sometimes */

#content_main {
	width: 980px;
	float: center;
}

#content_top {
	width: 980px;
	height: 51px;
	background-image:url("http://jimfusco.com/images/box/top.png");
    background-repeat: repeat-y;
}

#content_top_homepage {
	width: 980px;
	height: 51px;
	background-image:url("http://jimfusco.com/images/box/top_homepage.png");
    background-repeat: repeat-y;
}

#content_body {
	width: 980px;
	background-image:url("http://jimfusco.com/images/box/bg.png");
    background-repeat: repeat-y;
}

#content_body_2 {
	width: 980px;
	padding: 15px;
	text-align: center;
}

#content_bottom {
	width: 980px;
	height: 25px;
	background-image:url("http://jimfusco.com/images/box/bottom.png");
    background-repeat: repeat-y;
}

#content_left {
	width: 200px;
	height: 700px;
	background: #FF0000;
	position: fixed;
	float: left;
}

#content_right {
	width: 200px;
	height: 700px;
	background: #0000FF;
	position: fixed;
	float: right;
}

/* Reason */

#footer {
	width: 980px;
	height: 15px;
	text-align: center;
	clear: left;
}

#footer ul, #footer li{
	display: inline;
	margin: 0;
	padding: 2px 5px 5px;
	color: #000000;
	font-weight: bold;
}

#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #00FF00;
	text-decoration: none;
}

#footer a:visited{
	color: #FFFF00;
	text-decoration: none;
}

/* Sometimes */

.standardtext{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.maroonheader{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#900;
}
.secondaryheader{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18px;
	font-weight:bold;
}

.largerstandard{
		font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
}

.caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.greenheader{
		font-family:Arial, Helvetica, sans-serif;
	color:#360;
	font-size:14px;
}

.whiteheader{
		font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
}

table, th, td, tr, tbody {
  border: 0;
}