    /* General styles */
	
	
	body {
        margin: 50px 0 0 0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width: 100%;
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;

		font-family: Verdana, Geneva, Arial, sans-serif:
		background: #ddd;
		background-image: url(../images/bg-page-sky.jpg);
		background-repeat:repeat-x;
		background-position:top center; 
		
		text-align: center; /* for IE */
    }
	
	#mainframe {
	width:800px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	background: #F8F8F8;
	border: 10px #fff solid;

	}

	a { text-decoration: none; color: #369; }

	a:hover { text-decoration: underline; color: #000099; }

    h1, h2, h3 {
        margin:.2em 0 .4em 0;
        padding:0;
		
		font-family : "Times New Roman", Times, serif, Georgia;
    }
h1 { color: #C31D20; font-size: 33px; }
	
	
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		border: 0px;
	}
	/* Header styles */
    #header {

		padding: 0px; margin: 0px auto;
        width:790px;
		border-bottom: 0px;
		height: 90px;
		
		background-image: url(../images/bg-header.jpg);
		overflow: hidden;
    }
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}

	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;

        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background: #F8F8F8;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:250px;
        background:#F8F8F8;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 70px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		
		font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #666;
		line-height: 1.3em;
	}
	
strong {
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #555;
		line-height: 1.4em;
}

.leipastart {
        font-family:Georgia,serif;
	font-size: .8em;
        font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; 
}
	
    .leftmenu .col2 {
        float:left;
        width:210px; /* WANHA 170px */
        position:relative;
        right:225px; /* WANHA 185px */
    }
	/* Footer styles */
	#footer {
        clear:both;
        width:100%;
		border-top:10px solid #fff;
		background: #333333;
    }
    #footer p {
	font-family: verdana, arial, times;
	text-transform: uppercase;
	font-size:11px;
        padding:10px;
        margin:0;
		color: #fff;
    }
	#footer a {
		color: #efefef;
	}
	#footer a:hover {
		color: red;
	}

	
	
/*- Menu 3--------------------------- */
	
#menu3 {
	width: 200px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	font-weight: bold;
	}
#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #627A91;
	display: block;
	background:  url(../images/menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #C31D20;
	background:  url(../images/menu3.gif) 0 -32px;
	padding: 10px 0 0 12px;
	}
