@charset "utf-8";
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color:#333333;
}
#banner {
	height: 103px;
	width: 970px;
}
#menu {
	height: 44px;
	width: 970px;
	background:url(../images/layout/images/menu_bg.gif);
}
#content {
	width: 950px;
	padding:10px;
	background-color:#47484c;
}
#footer {
	width: 950px;
	padding:10px;
	background-color:#000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer2 {
	width: 950px;
	padding:10px;
	background-color:#47484c;
}

/* Menu */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 18px Arial;
width: 100%;
border-width: 1px 0;
}

.menuitems {
	
}
.menuitems ul{
	  padding:0px;
	  margin:0px;
	  padding-top: 10px;
      list-style-type: none;
	  
}

.menuitems li{
	display:inline;
	padding-left: 14px ;
	padding-right: 14px;
}
a.menuitems:link {

    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #bacaef;
	font-size:18px;
	
}
a.menuitems:visited {

    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #bacaef;
	font-size:18px;

}
a.menuitems:active {

    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #bacaef;
	font-size:18px;

}
a.menuitems:hover {

    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #7593d8;
	font-size:18px;

}




.border_grey_l {
	background-image: url(../images/borders/grey/images/l.gif);
}
.border_grey_r {
	background-image: url(../images/borders/grey/images/r.gif);
}
.border_grey_t {
	background-image: url(../images/borders/grey/images/t.gif);
}
.border_grey_b {
	background-image: url(../images/borders/grey/images/b.gif);
}
.border_grey_tl {
	background-image: url(../images/borders/grey/images/tl.gif);
}
.border_grey_tr {
	background-image: url(../images/borders/grey/images/tr.gif);
}
.border_grey_bl {
	background-image: url(../images/borders/grey/images/bl.gif);
}
.border_grey_br {
	background-image: url(../images/borders/grey/images/br.gif);
}

hr {
	color:#999999;
}
