* {
    margin:0;
    padding:0;
}

body,input,textarea,select,td,th{
    color:#ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}
body { height: 1%; background-color: #000; }

.wrap {
    width: 1150px;
	
}

table, img {border:0}
li{ list-style:none; }

h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; }

A{ text-decoration: none; }

.left {
	width: 205px;
	float: left;
}

.left .menu,
.right .web {
	margin-top: 35px;
	margin-left: 40px;
}
.left .menu LI {
	margin-bottom: 16px;
}
.left .menu LI A {
	color: #ffffff;
	text-decoration: none;
}
.left .menu LI A:hover {
	color: #ff0000;
	text-decoration: none;
}
.left .menu LI A.sel, A.sel {
	color: #ff0000;
}

.left .top,
.right .top {
  height: 162px;
}

.vline { 
  height: 100%; 
  width: 1px; 
  background-color: #ffffff; 
  position: fixed;
  top: 0px; left: 205px;
  z-index: 100;
}

.hline { 
  width: 100%; 
  height: 1px; 
  background-color: #ffffff; 
  position: absolute;
  top: 162px; left: 0px;
  z-index: 100;
}

.right { 
	float: left;
	height: 100%;
	position: relative;
}

.right .logo {
	position: absolute;
	top: 104px;
	left: 10px;
}

.right .web IMG {
	border: 1px solid #ffffff;
}
.p11 { font-size: 11px; }
