body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CCCCCC;
}
#container{
	width: 720px;
	margin: auto;
	border: thin solid #333333;
	background-color: #FFFFFF;
}
#header {
	margin: auto;
	height: 130px;
	width: 720px;
	position: relative;
	clear: right;
	background-color: #FFFFFF;
	overflow: hidden;
}
#leftColumn {
	width: 160px;
	position: absolute;
	float: left;
	text-align: left;
	padding: 5px;
	background-color: #FFFFCC;
	font-size: small;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear: right;
}
#leftColumn p {
	text-align: left;
	color: #666666;
	margin-left: 15px;
}

#leftColumn a {
	clear: right;
	font-weight: bold;
}

.siteTitle {
	font-size: x-large;
	color: #990099;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
}

#mainCont{
	background-color: #FFFFFF;
	width: 420px;
	position: relative;
	padding-right: 125px;
	left: 175px;
	top: 0px;
}
#rightColumn {
	width: 125px;
	position: absolute;
	z-index: auto;
	left: 420px;
	top: 0px;
	font-size: x-small;
	border: 2px solid #CCCCCC;
	padding: 2px;
}
#linksOut {
	top: 0px;
	font-size: x-small;
	border: 2px solid #CCCCCC;
	padding: 2px;
}
#linksOut h3 {
	font-size: small;
	font-weight: bold;
	left: -3px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 90%;
}
#linksOut a {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#linksOut p {
	margin: 1px;
}

#rightColumn img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-color: #ffffff;
	height: 50px;
	width: 720px;
	text-align: center;
	bottom: 0px;
	position: relative;
}
#senseLinks {
	position: absolute;
	bottom: 0px;
	clear: both;
}
#mainCont2 {
	width: 415px;
	padding-left: 5px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#senseMain {
	margin-left: 25px;
	margin-top: 15px;
}
.articleImage {
	border: 1px solid #333333;
	margin: 3px;
}
#siteSale {
	text-align: right;
	margin: auto;
	width: 720px;
}
