body {
	font-family:Arial;
	background-color:#a5b5bd;
	background-image:url(bg.png);
	background-repeat:repeat-x;
	color:#111111;
}

a {
    color:#fff;
	font-weight:bold;
    text-decoration:none;
}

a:hover {
	color:#b7d186
}

p {
    color:#454958;
	font-size:16px;
	font-weight:bold;
	margin:10px 10px 10px 10px;
}

h1{
    color:#454958;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

h2{
    color:#454958;
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
	margin:10px 10px 10px 10px;
}

h3{
    color:#454958;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	margin:10px 10px 10px 10px;
}

h4{
    color:#454958;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#holder {
	width:100%;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#holder_center {
	width:1000px;
	height:300px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	background-image: url(LUM.jpg);
	background-repeat:no-repeat;
}

#header_left {
	width:300px;
	height:300px;
	float:left;
	padding:0px;
}

#header_right {
	width:680px;
	height:260px;
	float:left;
	margin:30px 15px 10px 5px;
}



#content_top {
    width:1000px;
	background-color:#fff;
	float:left;
}

#content_top_left {
    width:480px;
	padding:10px;
	float:left;
}

#content_top_right {
    width:480px;
	padding:10px;
	float:left;
}

#content_bottom {
    width:1000px;
	background-color:#fff;
	float:left;
}



.lum_list {
	border-bottom:1px solid #454958;
	border-right:0px;
	border-top:0px;
	border-left:0px;
	background-color:#ffffff;
    color:#454958;
	text-align:left;
    font-family:Arial;
    font-size:16px;
    padding:4px 4px 3px 4px;
}

.lum_list img{
	display:none;
}

.lum_list rate{
	display:none;
}

.lum_list2 {
	border-bottom:1px solid #454958;
	border-right:0px;
	border-top:0px;
	border-left:0px;
	background-color:#e6ebed;
    color:#454958;
	text-align:left;
    font-family:Arial;
    font-size:16px;
    padding:4px 4px 3px 4px;
}

.lum_list2 img{
	display:visible;
}

.lum_list2 rate{
	display:visible;
}

.head {
	background-color:#5580c7;
    color:#fff;
    font-family:Arial;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    padding:10px;
    text-align:left;
}

.headb {
	background-color:#4372bf;
    color:#fff;
    font-family:Arial;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    padding:10px;
    text-align:left;
}


