/*=================== STANDARD RULES ====================*/
body{
	background-image: url(/images/backgrounds/home.jpg);
	background-repeat:no-repeat;
}

#container{
	width:766px;
	height:423px;
	margin-left:5px;
	border-top:10px solid black;
	background-image: url(/images/news-container-bg.gif);
	background-repeat:repeat-y;
	background-position:-5px 0px;
}
#login{
	position:absolute;
	width:199px;
	height:413px;
	top:87px;
	z-index:2;
	background-image:url(/images/home-login.gif);
}
#woman{
	position:absolute;
	width:318px;
	height:413px;
	top:87px;
	left:209px;
	z-index:2;
}
#news{
	position:absolute;
	width:497px;
	height:320px;
	top:146px;
	left:264px;
	border-top:10px solid #52433E;
	background-color:#fefef4;
	background-image:url(/images/news-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	z-index:2;
	overflow:auto;
}
#news h1 {
	font-weight:normal;
	margin-top:.7em;
	margin-left:15px;
	margin-right:15px;
}
#newsnav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	text-align:right;
	margin:3px 11px 0 0;
}

#content {
	font:normal 12px/16px Georgia, Times, serif;
	padding:0 15px 10px;
}
#content p {margin-bottom:14px;}

.tiny-image {
	display:block;
	margin-bottom:3px;
}
