@charset "UTF-8";
@import "css.css";


/*layout --------------------------------------------------- */

div.topmain {
	background: url(../img/startegBG.gif) no-repeat;
	height:550px;
}

div#topheader {
	height:200px;
}

/*header ----------------------------------------------------*/
div#headleft {
	float:left;
	height:200px;
}

div#headright {

}

/* H ------------------------------------------------------ */
#topheader h1 {
	height:120px;
	background: url(../img/title.gif) no-repeat right top;
	margin:0;
}

#topheader h1 span {
	display:none;
}

#topheader h2.startegtop {
	font-size: 85%;
	line-height: 125%;
	font-weight: bold;
	color: #666666;
	margin:0;
	text-align:right;
	border-style: none;	
}

/*content ------------------------------------------------*/
#starteg ul {
	margin-left:185px;
	list-style: none inside;
	padding: 0px;
}

#starteg li {
	width:150px;
	font-size:75%;
	line-height:125%;
	color:#336600;
	float:left;
	margin-right:15px;	
}

