
html {
		height:100%;
	}
	
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
    background: -moz-linear-gradient(top, #000000 0%, #222222 100%);
	background: -webkit-linear-gradient(top, #000000 0%, #222222 100%);
	background: -ms-linear-gradient(top, #000000, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 );
    background-repeat:no-repeat;
    }

.main1 {
    position:relative;
    margin-left:auto;
	margin-right:auto;
	width:970px;

	margin-bottom:10px;
	background-color:#FFF;
	padding:10px 0 10px 10px;
	-moz-box-shadow: 0 0 5px 5px #000;
	-webkit-box-shadow: 0 0 5px 5px #000;
    box-shadow: 0 0 5px 5px #000;
}
.mframe1 {
    float:left;
	position:relative;
	display:block;
	width:900px;
	min-height:600px;
	background:#ffffff;
	border:1px #000000 solid;
}
.header1 {
	width:850px;
	height:50px;
	background:#dddddd;
	border-bottom:solid 1px #000000;
	margin:0 0 0 0;
	padding-top:12px;
	padding-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
.img_main1 {
	width:900px;
	height:202px;
	float:left;
	border-bottom:solid 1px #000000;
	margin:0 0 0 0;
}
.img_hold1 {
	float:left;
	height:202px;
	border-bottom:solid 1px #000000;
	margin:0 0 0 0;
}
.text_main1 {
	width:850px;
	height:100px;
	float:left;
	position:relative;
	padding-top:40px;
	padding-left:50px;


	font-family:Arial, Helvetica, sans-serif
	font-size:16px;
	color:#000000;
	font-weight:normal;
}
.text_main1 A:link {
	color: #5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight: normal;
	text-decoration:none;
}
.text_main1 A:visited {
	color: #5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight: normal;
	text-decoration:none;
}
.text_main1 A:active {
	color: #5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight: normal;
	text-decoration:none;
}
.text_main1 A:hover {
	color: #5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight: normal;
	text-decoration:underline;
}

.head1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:32px;
	color:#333333;
    font-weight:bold;
	margin-top:0;
	padding-right:35px;
	float:left;
}

.head1 A:link {
	text-decoration:none;
	color:#333333;
}
.head1 A:visited {
	text-decoration:none;
	color:#333333;
}
.head1 A:active {
	text-decoration:none;
	color:#333333;
}
.head1 A:hover {
	text-decoration:none;
	color:#333333;
}

.divider1 {
	float:left;
	position:relative;
	margin-left:50px;
	width:815px;
	border-bottom:1px solid #dddddd;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
