
html { 
	font-family:Arial; 
	font-size:12px;
}


body {
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	
	background-image:url(../images/site/nav_sidebar_bg.png);
	background-repeat:repeat-y;
}

img { border:0px; }
td { vertical-align:top;padding:0px;margin:0px; }


#main { }

#sidebar { 
	float:left;
	width:165px;
}

#rest {
	float:left;
	width:650px;
	margin-left:10px;
}

#navigation { }
#navigation #buttons {
	margin-top:55px;
}
#navigation img {
	border:0px;
}

#content_header { margin-bottom:15px;}
#content_header h3 { 
	color:red; 
	font-family: Arial Black;
	font-weight:bolder;
	font-size:20px;
	margin-bottom:0px;
}
#content_header div { font-size:14px; }
#content_header a { font-weight:bold;color:blue; }

#content { 
	background-repeat: no-repeat;
    background-position: top right;
	background-color:transparent; 
}

#content .entry {  }
#content .entry .button { width:160px; }
#content .entry .button img { border:0px; }
#content .entry .description { 
	font-size:14px;
	vertical-align:middle;
	
	/* should be no more than 220px :: done to accomodate client;s spacing requirements */
	width:275px;
}

#footer { 
	text-align:right;
}
#footer img { border-width:0px; padding:0px;margin:0px; }
#footer #stamm {
	margin-left:192px;
}

.left { float:left	; }
.right { float:right; }
.spacer { clear:both; }

#ied {
	position:absolute;
	left:690px;
	top:220px;
}
