* {
	/* This is to remove the discrepency between browsers when handling collapsable margins */
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(95,95,95);
	background-color: rgb(178,178,178);
}

div {
	font-size: 0px; /* font size 0 to remove spacing between div elements in IE */
}

img {
	border: 0px;
}

p {
	margin-bottom: 11px;
}

#bordercontainer {
	width: 986px;
	margin: auto;
}

#container {
	width: 986px;
	margin: auto;
	background-color: rgb(57,57,59);
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}

#header {
}

#column2 {
	border: 1px solid blue;
}

#menuarea {
	float: left;
	width: 160px;
	background-color: rgb(57,57,59);
}

#contentarea {
	float: left;
	width: 825px;
	min-height: 350px;
	font-size: 11px;
	background-color: rgb(255,255,255);
	border-left: 1px solid rgb(97,97,97);
}

#footer {
	clear: both;
	height: 34px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
}

#footertext {
	float: left;
	position: relative;
	top: 9px;
	left: 182px;
	font-size: 10px;
	color: rgb(151,151,151);
}

#footertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: rgb(151,151,151);
}

#textmenu {
	float: left;
	position: relative;
	top: 8px;
	left: 338px;
}

#textmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: rgb(151,151,151);
}

#textmenu a:hover {
	color: rgb(255,255,255);
}

#textmenu span {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	color: rgb(151,151,151);
}

.hiddenImg {
	display: none;
}

.leftimg {
	margin-right: 20px;
	margin-bottom: 5px;
}

.rightimg {
	margin-left: 20px;
	margin-bottom: 5px;
}

