/* ************************ NEWS PANEL ********************* */
#homePageSide {
	line-height:1.3em;
	background-color:#F1B792;
	width:175px;
	height:205px;
	right:5px;
	top:10px;
	position:absolute;
	background-image:url(images/home_side_back.gif);
	background-repeat:no-repeat;
	background-position:78px 15px;
	padding:45px 27px 0px 10px;
	font-size:10px !important;
	z-index:11;
}
#homePageSide h2 {
	margin:0 !important;
	text-transform:lowercase !important;
	font-size:11px !important;
	color:#000 !important;
	font-weight:bold !important;
}
#homePageSide p {
	margin:5px 0 0px 0 !important;
}
#homePageSide a {
	text-transform:lowercase;
	display:block;
	color:#000;
	padding:0 0 8px 0;
	margin:0 0 5px 0;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#stupidShadow1 {
	font-size:1px;
	height:250px;
	width:14px;
	right:217px;
	top:10px;
	position:absolute;
	background-image:url(images/home_news_left.gif);
	background-repeat:repeat-y;
}

/* ************************ NEWSLETTER PANEL ********************* */

#homePageNews {
	line-height:1.3em;
	background-color:#F1B792;
	width:202px;
	height:140px;
	right:5px;
	top:260px;
	position:absolute;
	padding:0px 5px 5px 19px;
	z-index:11;
	background-image:url(images/home_news_left.gif);
	background-repeat:repeat-y;
}
#homePageNews h2 {
	margin:0 20px 0 10px !important;
	text-transform:lowercase !important;
	font-size:11px !important;
	color:#000 !important;
	font-weight:bold  !important;
}
#homePageNews p {
	margin:5px 20px 0px 10px;
}
#homePageNews div {
	background-color:#000;
	color:#FFF;
	padding:2px 4px;
	margin:8px 0 4px 0;
	font-size:11px;
	height:19px;
	line-height:17px;
}
#homePageNews div .textInput {
	float:right;
	font-size:9px;
	width:80px;
	text-align:middle;
}
#homePageNews form {margin:0;}
#homePageNews form input.submitImg {
	width:87px;
	height:16px;
	border-width:0;
	margin:0 0 0 115px;
}
#stupidShadow2 {
	font-size:1px;
	height:11px;
	width:226px;
	right:5px;
	top:405px;
	position:absolute;
	background-color:red;
}
