body {
;
color: #000;
padding:0px;
margin:0px;
background: #f7941e url(img/bg.png) repeat-x;
	font: 16px/20px Tahoma, Arial, Sans-Serif;
}
a {color: #297c00;}
a:visited {color: #47db19;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 15px;
font-weight: bold;
padding:0px;
margin: 0px 0px 15px;
line-height: 20px;
}

contact {
font-size: 15px;
font-weight: bold;
padding:0px;
margin:0px;
color: #CE181F;
	text-decoration: none;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 804px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFF;
	height: 870px;
}

#logo {
	width: 10px;
	height: 67px;
	left: 423px;
	top: -59px;
	position: relative;
}

#sign {
	width: 100px;
	height: 100px;
	left: 0;
	top: -155px;
	position: relative;
}


#containe2 {
	background: url(img/pattern.png) repeat-x;
}



/* ----------banner for logo-------------- */
#banner {
text-align: left;
margin: 0;
height: 114px;
	padding: 0;
	background-image: url(img/bgline.png);
}
#banner img {padding: 19px 0px 0 21px;
}


/* -----------------content--------------------- */
#content {
background-color: #ffffff;
margin-left: 47px;
margin-right: 500px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 21px;
	font-size: 14px;
	line-height: 22px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

li{
	font-size: 14px;
	text-indent: 0;
	margin-left: -20px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#right {
float: right;
width: 315px;
height: 300px;
margin-top: -127px;
	margin-right: 67px;
	font: 14px/19px Tahoma, Arial;
}

    #right a {
	color: #CE181F;
	text-decoration: none;
}
        
#right a:hover {
color: #f7941e;
text-decoration: none;
}        


/* -----------footer--------------------------- */
#footer {
width: 895px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
font-size: 15px;
padding-top: 5px;
margin-bottom: 15px;
text-align: center;
font: Tahoma, Arial, Sans-Serif;

}
    #footer a {
	color: white;
	text-decoration: none;
	
}
        
    #footer a:hover {
	color: #CE181F;
	text-decoration: none;
    }        
    