/* CSS Document */
body{
	background-image: url('images/pagebg.jpg');
	
	margin-top: 10;
	margin-left: auto;
	margin-right: auto;
}

.master_table{
  background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.title{
  position: relative;
  height: 200px;
  width: 750px;
}

.divider{
  position: relative;
  background: #FF0000;
  height: 10px;
  width: 750px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.menu{
  float: left;
	width: 160px;
	min-height: 420px;
	padding: 3px;
	font-family: verdana;
	font-size: 12px;
	background-color: #ebeaea;
	border-right: 1px solid #000000;
}

.site_content{
  float: left;
	width: 392px;
	padding: 10px;
	font-family: verdana;
	font-size: 12px;
}

.right_side{
  float: right;
	width: 150px;
	min-height: 420px;
	border-left: 1px solid #cccccc;
	padding: 3px;
	font-family: verdana;
	font-size: 10px;
}

.bottom{
  position: relative;
  width: 750px;
	height: 45px;
	padding: 0px;
	background-image: url('images/bottom.jpg');
}

a#menu{
  text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color: #a72121;
}

a#menu:hover{
  text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #a72121;
}

a#smenu{
  text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	color: #a72121;
}

a#smenu:hover{
  text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #a72121;
}

.copyright{
  font-family: verdana;
	font-size: 9px;
}

//background-image: url('images/divide_bar2.jpg');