* {margin:0;padding:0}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	margin: 10px;
	padding: 0px;
	text-align:center;
	border: none;
}

p {
	padding-top:10px;
}

ul {
	padding: 15px;
}

#logo {
	margin-left:526px;
	float: left;
	position:absolute;
	width: 367px;
	height:120px;
	top: 31px;
	right: auto;
	bottom: auto;
	z-index: 9;
}

#mainsection {
	width:768px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/siteskinmiddle.gif);
	backgroud-color: #FFF;
	background-repeat: repeat-y;
}


#bottomborder {
	width:768px;
	height:28px;
	padding:0px;
	background-image: url(/images/siteskinbottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
}

#bottomborder p{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding-top:2px;
	margin-top:0px;
	padding-right:5px;

}

#headersection {
	width:768px;
	height:170px;
	top: 0px;
	padding:0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/siteskinbanner.gif);
	text-align: right;
}


#mainbody {
	width:100%;
	text-align:left;
}

#leftsection {
	width:149px;
	left: 5px;
	top: 5px;
	float:left;
	position:relative;
	border: 0px none;
	font-size: 16px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#leftsection ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 3;
	width: 100%;
	float: left;
}

#leftsection a{
	display: block;
	border-width: 0px;
	text-align:center;
	min-height:20px;
	margin: 0;
	color: #222;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftsection h2{
	display: block;
	border-width: 0px;
	text-align:center;
	margin: 0;
	font-size: 18px;
	font-weight:bold;
	color: #222;
	text-decoration: none;
	min-height:32px;
}

#leftsection a:hover{
color: #fff;
background: #678AC6;
}

#rightsection {
	width:595px;
	margin-left:160px
	padding: 5px;
}

#fullwidth {
	width:754px;
	margin-left:2px;
	padding: 5px;
	background-color: #FFF;
}

.selctedarticle {
	color: #246FBD;
}

#juicybits {
	width: 127px;
	margin-left: 9px;
	margin-top: 30px;
	float:left;
	border: 2px dashed #246FBD;
	background-color: #DAE0F8;
}

#juicybits h2{
	font-size: small;
	color:#246FBD;
	padding-bottom:10px;
	margin-bottom:0px;
	min-height:0px;
}

#juicybits a{
	font-size: x-small;
	color:#246FBD;
	padding-top: 0px;
	padding-bottom:0px;
	min-height: 0px;

}

#rss {
	font-size: small;
	color:#246FBD;
	float:left;
	width: 149px;
	left: 5px;
	padding-top:15px;
}



