@charset "utf-8";
/* CSS Document */

a:link {
	border:0px;
}

a:visited {
	border:0px;
}

a:hover {
	border:0px;
}

a:active {
	border:0px;
}

body {
	background-image:url(mats/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
}

#main {
	width:1000px;
	height:775px;
	background-color:#0C9;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	width:1000px;
	height:50px;
	float:left;
	border-bottom: solid 5px #000;
	padding:0px;
	margin:0px;
}

#menu {
	width:150px;
	height:650px;
	background-color:#FFF;
	float:left;
}

#content {
	width:850px;
	height:650px;
	background-color:#FFF;
	float:right;
}

#bottom {
	width:1000px;
	height:75px;
	background-color:#cacaca;
	float:left;
}

#bLow {
	width:1000px;
	height:15px;
	background-image:url(mats/blBg.jpg);
}

#bHeigh {
	width:1000px;
	height:60px;
	background-image:url(mats/bhBg.jpg);
}

.bBars {
	width:100px;
	height:60px;
	float:left;
}

#bmBar {
	width:600px;
	height:60px;
	float:left;
}

h1 {
	font-size:24px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:50px;
	font-size:36px;
	margin-top:10px;
}