body {
	background: #B80404 url(../images/themes/sicdev/body_bg_middle.png) repeat;
}

/* === STATUS BAR =============================== */
div#status
{
	background: #625b42 url(../images/themes/sicdev/separator_bg.png) top repeat-x;
}

/* === BANNER =================================== */
div.banner
{
	width:550px;
	margin: 15px auto;
	padding: 0;
}

div.banner img
{
	border: 0px;
	display: block;
	float: left;
}

img.banner
{
	display: block;
	margin: 0 auto;
}

/* === CONTENT ================================== */
div#content
{
	background: transparent url(../images/themes/sicdev/body_bg_top.png) top repeat-x;
}

div#content div#inner
{
	background: transparent url(../images/themes/sicdev/body_bg_bottom.png) bottom repeat-x;
}

div#middle div#map
{
	background-color:#FFFFFF;
	border: 1px solid black;
	width: 420px;
	height: 400px;
	margin: 10px auto;
}

div.mapinfo
{
	color:#000000;
}