html{
	height:100%;
	margin:0;
	padding:0;
}

html,body {
	padding:0;
	margin:0;
}

body{	
	text-align:left;
	background:url(images/bg_top.jpg) repeat-x;
	background-color: #BA0A0A;
}

#wrapper {
position:absolute;
left:50%;
width:955;
margin-left:-478px;
margin-top:0px;
height:100%;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:955px;
	height:410px;
}

#breadcrumbs{
    position: absolute;
	top:368px;
	float:left;
	left:50px;
	width:955px;
	height:15px;
	z-index: 400;
	text-align:left;
}

#middle {
	width:955px;
	text-align:left;
	left:0px;
	top:410px;
	position: absolute;
	background:url(images/middle_bg.jpg) repeat-y;
}

#footer {
	width:955px;
	height:100px;
}

#main {
    float:left;
	width:855px;
	padding-right:50px;
	padding-left:50px;
	padding-top:3px;
	text-align:justify;
}

#content {
	padding-bottom: 7px;
}

#main img {
    border: none;
}

#left img {
	border: none;
}

a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
	}

hr {
	border: 0;
	color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:100px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


