p.justifyfull {
    text-align: justify;
    text-indent: 30px;
}

p.justifyright {
    text-align: right;
}

p.justifyleft {
    text-align: left;
}

img { margin: 15px;}

.header { left:120px; position: fixed; height : 72px; z-index:9999;}
.headback {background-color: #FFF; position: fixed; left:320px; top:0px; width:1920px; height:80px; z-index: 999;}
.menu {
  position: fixed; 
  top: 60px;
  left :50px;
  float: left;
  width: 300px; 
}
.content { 
  top: 50px;
  position: relative;	
  margin-left: 320px; 
  margin-right: 15px;
  margin-bottom: 15px;
  padding : 10px;
  min-height : 850px;
}

fother {margin-top:15px; padding:5px;}
body {background: url(/assets/template/css/background.jpg) repeat-y #FFF fixed;}

h5{ text-align: center;}
h1{text-shadow: 1px 2px 3px #CDCDCD;
	text-align: center;}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}


.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
	padding:5px;
	margin: 35px;
	border:2px solid #A2A2A2;
}

.sf-menu a.current {
	background:#fff;
	color:#333;
	border-right:2px solid #A2A2A2;
	border-bottom:2px solid #A2A2A2;
}
.sf-menu a {
	width: 200px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	padding: 5px;
	text-shadow: 1px 2px 3px #CDCDCD;
	
}
.sf-menu ul li  {
	background:#A2A2A2;
	color:#fff;
}


.sf-menu ul li a:hover {
	background:#A2A2A2;
	color:#fff;
	width: 150px;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #A2A2A2;
}
