body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background:url(../images/background.jpg);
	margin:0 auto;
	text-align:center;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	background:#CCCCCC;
}

#body {
	height: 100%;
	overflow: auto;
	width:100%;
}

#container {
	width:870px;
	margin:0 auto;
	margin-top:50px;
}

#header {
	display:inline;
	float:left;
	clear:both;
	width:100%;
	margin:50px 0 0 0;
	height:80px;
	background:url(../images/header_top.jpg) #000000 no-repeat top;
	text-align:left;
}
	#logo {
		position:absolute;
		margin:0 auto;
		margin:-95px 0 0 -25px;
		background:url(../images/header_logo.png) no-repeat left top;
		height:171px;
		width:396px;
		z-index:100;
	}
#menu {
	float:left;
	width:100%;
	background:#000000;
}

#middle {
	float:left;
	clear:both;
	width:100%;
	background:#000000;
	margin:0px;
}
	#middle #content {
		display:inline;
		float:left;
		clear:both;
		background:#FFFFFF;
		width:830px;
		margin:10px 20px 20px 20px;
		background:url(../images/background_home.jpg);
		background-repeat: no-repeat;
		background-position:bottom;
		font-size:12px;
		min-height:500px;
		height:auto !important;
		height:500px;
	}
		#middle #content #breadcrumbs {
			float:left;
			margin:0px;
			padding:0px;
			background:url(../images/breadcrums_bg.png);
			color:#FFFFFF;
			width:auto;
			text-align:left;
		}
			#middle #content #breadcrumbs a {
				text-decoration:underline;
				font-weight:normal;
				color:#FFFFFF;
			}
			#middle #content #breadcrumbs a:hover {
				background:#000000;
			}
			#middle #content #breadcrumbs .breadcrumbs {
				margin:3px 10px 5px 10px;
				float:left;
			}
	
#footer {
	float:left;
	clear:both;
	margin:0 0 40px 0;
	width:100%;
	background:url(../images/footer_buttom.jpg) bottom no-repeat #000000;
	text-align:center;
}
	#footer #content {
		width:100%;
		margin:0 auto;
		color:#FFFFFF;
		font-size:10px;
		margin:0 0 20px 0;
	}
	#footer #content a {
		color:#FFFFFF;
	}
	#footer #content a:hover {
		color:#000000;
	}
