#header {
	width:100%;
	height:70px;
	background: url('images/bg_top.png');
}
#separat{
	width:100%;
	height:20px;
    font-size: 6px;
	background: url('images/bg_sep.png'); 
}
#wrapper{
	width: 999px;
	height: auto;
}
#main{
	width:600px;
    margin: 10px;
}
#main2{
	float: left;
	width: 740px;
	height: auto;
    margin-left: 10px;
}
#right{
	width: 246px;
	float: left;

}
#content{	
    margin: 10px;
}
.case{
	width: 246px;
    height: auto;
    float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
.case_img {	
	float:left;
	width: 56px;
	height: 40px;
	margin-top: 4px;


}
.case_text {
	float: left;
	height: auto;
	width: 190px;
}
a.headerline, a.headerline:hover, a.headerline:visited {
	padding: 20px;
	color: #fff;
    font-family:  trebuchet ms, arial, verdana;
    font-weight:500;
    font-size: 28px;
    letter-spacing: 2px;    	
}
a, a:hover, a:visited {
    color: #FF9900;
    text-decoration: none
}
a.iconheadline, a.iconheadline:hover, a.iconheadline:visited {
    color: #FF9900;
    font-family: trebuchet ms, arial, verdana;
    font-size: 18px;
    font-weight: none;
}
#pages2 {
	clear: left;
	width:100%;
	padding-left:10px;
	background-color:#B8D4FF;
    height: 20px;	
}
#pages {
	clear: left;
	width:100%;
	padding-left:10px;
	background-color:#B8D4FF;
    height: 20px;	
}
#pages a {
	margin-right:10px;
	padding:2px;
	background: #fff;
	color: #1E4C62;
	font-weight: bold;
    font-size: 10px;
}
#pages select {
	margin-right:10px;
	background: #fff;
	color: #1E4C62;
	font-weight: bold;
    font-size: 12px;
}


#pages a:hover {
	background: #8EBAFD;
	color: #fff;
}
body
{
    background-color: #fff;
    margin:0px; 
    background-image: url('../images/bgStripes.gif');
    font-family:  verdana, arial, helvetica;
    font-size: 12px;
}
h1 
{
    color: #6699CC;
    font-family: trebuchet ms, arial, verdana;
    font-size: 25px;
    font-weight: 500;
}
h2
{
    color: #6699CC;
    font-family: trebuchet ms, arial, verdana;
    font-size: 18px;
    font-weight: 500;
}
img.icon {
	float: left;
	margin-right: 6px;
}