body {
	margin: 0px;
}

img {
    border: 0px;
}

img.background {
    margin:0 auto;
    min-height:100%;
    min-width:100%;
}

hr {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px dotted #303030;
}

hr.widgetHr {
	border-top: 1px solid #909090;
	border-bottom: 1px solid #FFFFFF;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.pagenav {
    font-family: Palatino Linotype, Georgia, Verdana;
    font-size: 14pt;
    font-weight: bold;
}

.pagenav ul li a {
    color: #FFFFFF;
}
	
.shadow .pagenav ul li a {
	color: #000000;
}

.shadow li {
	color: #000000;
}

#contentContainer {
	position: absolute;
	left: 340px;
	top: 115px;
	width: 600px;
	
	margin: 0px:
	padding: 0px;
}	

#content {
	width: 580px;
	min-height: 500px;
	background-color: #FFFFFF;
	color: #303030;
	padding: 10px;
}

#contentBorder {
	width: 570px;
	min-height: 500px;
	border: 1px solid #C0C0C0;
	padding: 5px;
}

#bottomSpacer {
	height: 115px;
}

#rightCol{
	position: absolute;
	left: 950px;
	top: 110px;
	width: 220px;
	color: #FFFFFF;
}
			
#additionalContent {
	position: absolute;
	left: 70px;
	top: 150px;
	width: 250px;
	min-height: 300px;
	text-align: right;
	color: #FFFFFF;
}

#topBar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}

#topBarLeft {
	height: 100%;
	width: 100%;
	position: absolute;
	right: 352px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
}

#topBarRight {
	height: 100%;
	width: 350px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
}

#bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	
}

#bar_left {
	height: 100%;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
}

#bar_left
#text {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #FFFFFF;
	text-align: right;
}

#bar_right {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 222px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	padding-top: 8px;
	padding-left: 12px;
	line-height: 1.5em;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}

#leftTab {
	position: fixed;
	top: 300px;
	left: 0px;
	width: 50px;
	height: 140px;
	background-color: #000000;
}

#leftTabBorder {
	width: 47px;
	height: 134px;
	margin-top: 2px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.previewImg {
	float: left;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 5px;
	border: 1px solid #E0E0E0;
	background-color: #F5F5F5;
}


			
			/*body, #bg {
			    height:100%;
			    width:100%;*/
			    /*overflow:hidden;*/
			/*}*/
			
			
			
			
#bg {
	height:100%;
	width:100%;
    position: fixed;
}			
			
#ias {
	position: fixed;
	top: 30px;
	right: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	background-color: #F0F0F0;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	background-color: #F0F0F0;
}

.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	margin-top: 10px;
	padding: 5px;
	background-color: #F0F0F0;
}

.widget {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 5px;
}

.widgetBorder {
	margin: 0px;
	border: 1px solid #C0C0C0;
	padding: 0px;
}

.articlePreview {
	min-height: 180px;
}

.articlePreviewHeader {
	width: 99%;
	height: 21px;
	line-height: 21px;
	background-color: #F0F0F0;
	font-family: Palatino Linotype, Verdana;
	font-size: 8pt;
	color: #303030;
	padding-left: 5px;
}

.thumb {
	padding: 4px;
	background-color: #FFFFFF;
	float: left;
}

.excerpt {
	min-height: 60px;
	line-height: 0.9em;
}
