*{ 
    margin:0;padding:0; 
} 

html{ 
    height:100%; 
} 

body{ 
	font-size:11px;
    height:100%; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#222222;
	background:url(../Image/bg.gif) repeat-y left #FAFAFA;
	-webkit-text-size-adjust: none;
}
#Container{ 
}

p {
	margin-bottom:1.5em;
}
h2 {
	margin:24px 0 23px 25px;
}

.main {
	width:660px;
	margin-left:186px;
	margin-bottom:25px;
}
.main h3 {
	font-size:13px;
	color:#2ea338;
	margin-bottom:22px;
}
.main h5 {
	font-size:11px;
	color:#2ea338;
	font-weight:normal;
}
.main .cont {
	position:relative;
	background:url(../Image/bg_main.gif) no-repeat top;
	padding-top:25px;
}
.main .cont .contL {
	width:340px;
	margin-left:25px;
}
.main .cont .contL p {
	line-height:17px;
	font-size:11px;
}
.main .bgbottom{
	height:25px;
	background:url(../Image/bg_main_bottom.gif) no-repeat bottom;
}
.main .cont .contR {
	position:absolute;
	width:240px;
	font-size:9px;
	top:25px;
	left:395px;
}
.credit{
	margin:0;
	padding:3px 0 0 0;
	line-height:14px;
}



a{
color:#3a98cd;
text-decoration:none;
}
a.out {
	color:#008000;
}a.out:hover {
	color:#008000;
}

body > #Container{ 
    height:auto; 
}

.finished{
	color: red;
	font-style:normal;
	font-weight:normal;
}

.evp {
	clear:both;
	margin:25px 29px 25px 29px;}
.evp .pl {
	float:left;}
.evp .pr {
	float:right;}
.evp img{
margin:0 50px 0 0;
}
	

/* clearfix */  
.clear:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}  
* html .clear { zoom: 1; } /* IE6 */  
*:first-child+html .clear { zoom: 1; } /* IE7 */  
