body {
	font-family: Arial;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #555555;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	height: 100%;
}

.top-head {
	width: 1024px;
	height: 103px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

.bottom-head {
	width: 1024px;
	height: 70px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}

p {
	font-family: Verdana;
	font-size: 13px;
}

.navigation {
	float:right;
	width: 470px;
}

.menu {
    	border: 1px #00536c solid;
		background-image: url(../images/gradient-menu.jpg);
		background-repeat: repeat-x;
		width: 74px;
		padding: 6px;
		padding-left: 8px;
		padding-right: 8px;
		text-align: center;
		float: left;
		color: #ffffff;
		font-size: 12px;		
		cursor: pointer;
	}
a {
	text-decoration: none;
}
.menu a {
	text-decoration: none;
	color: #ffffff;
}
.content {
	margin-top: 50px;
	min-height: 600px;
	width: 1024px;
}

.left-column {
	float: left;
	width: 500px;
	margin-left: 38px;
}

.right-column {
	float: left;
	width: 400px;
}

.footer {
	width: 1024px;
	height: 33px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding-top: 10px;
	background-position: bottom center;
}

.foot-copy {
	padding-top:10px;
}

.break {
	clear:both;
}

img
 { 
	behavior: url(http://westcoastbookkeeping.com/css/iepngfix.htc) 
	}
	

	pre.code{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #AA0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}


	pre.livecode{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #EE0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}