#header {
	width:100%;
	height:50px;
	background: pink;
}
#separat{
	width:100%;
	height:20px;
    font-size: 6px;
	background: url('images/bg_sep.png'); 
}
#main{

    margin: 10px;
}
#content{	
    margin: 10px;
}
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: #1E4C62;
    text-decoration: none
}
a.iconheadline, a.iconheadline:hover, a.iconheadline:visited {
    color: #1E4C62;
    font-family: trebuchet ms, arial, verdana;
    font-size: 18px;
    font-weight: none;
}
#pages {
	width:100%;
	padding-left:10px;
	background-color:pink;
    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;
}

